Searched refs:gray (Results 1 – 5 of 5) sorted by relevance
86 extern const Word16 gray[];88 const Word16 gray[8] = {0, 1, 3, 2, 6, 4, 5, 7}; variable
47 int gray = getIntensityFast(R, G, B); in Java_androidx_media_filterpacks_image_ToGrayValuesFilter_toGrayValues() local48 *(grayPtr+idx) = static_cast<unsigned char>(gray); in Java_androidx_media_filterpacks_image_ToGrayValuesFilter_toGrayValues()
88 extern Word16 gray[];
210 *pInd = (tmp & 0x8) | gray[tmp & 0x7]; in q_p()214 *pInd = gray[tmp & 0x7]; in q_p()
127 extern const Word16 gray[];792 index = gray[index]; in build_code()