Home
last modified time | relevance | path

Searched refs:B_IN_RGB (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_encoder.cpp39 const int B_IN_RGB = 2; variable
374 colorCoordinate[i].rgb[B_IN_RGB] = (i >> BLUE_COORDINATE) & 0x1F; in InitColorCube()
456 blue += coordinate->rgb[B_IN_RGB]; in doColorQuantize()
484 entry1->rgb[(g_sortRGBAxis + B_IN_RGB) % NUM_OF_RGB]; in SortCmpRtn()
487 entry2->rgb[(g_sortRGBAxis + B_IN_RGB) % NUM_OF_RGB]; in SortCmpRtn()