Searched refs:RED_COORDINATE (Results 1 – 1 of 1) sorted by relevance
34 const int RED_COORDINATE = 10; variable372 colorCoordinate[i].rgb[R_IN_RGB] = (i >> RED_COORDINATE) & 0x1F; in InitColorCube()379 …6_t index = ((colorInput->redInput[i] >> (BITS_IN_BYTE - BITS_PER_PRIM_COLOR)) << RED_COORDINATE) + in InitColorCube()466 uint32_t index = ((redInput[i] >> (BITS_IN_BYTE - BITS_PER_PRIM_COLOR)) << RED_COORDINATE) + in doColorQuantize()