Searched defs:gray (Results 1 – 3 of 3) sorted by relevance
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() local
234 bool ImageDecoder::gray() const { in gray() function in ImageDecoder