Searched refs:redInput (Results 1 – 2 of 2) sorted by relevance
103 const uint8_t *redInput; member379 …uint16_t index = ((colorInput->redInput[i] >> (BITS_IN_BYTE - BITS_PER_PRIM_COLOR)) << RED_COORDIN… in InitColorCube()420 … const uint8_t *redInput, const uint8_t *greenInput, const uint8_t *blueInput, in doColorQuantize() argument432 colorInput.redInput = redInput; in doColorQuantize()466 uint32_t index = ((redInput[i] >> (BITS_IN_BYTE - BITS_PER_PRIM_COLOR)) << RED_COORDINATE) + in doColorQuantize()
68 … const uint8_t *redInput, const uint8_t *greenInput, const uint8_t *blueInput,