Searched defs:uv_j (Results 1 – 2 of 2) sorted by relevance
121 let uv_j = j >> image.yuv_format.chroma_shift_y(); in yuv8_to_rgb8_color() localVariable177 let uv_j = j >> image.yuv_format.chroma_shift_y(); in yuv16_to_rgb16_color() localVariable224 let uv_j = j >> image.yuv_format.chroma_shift_y(); in yuv16_to_rgb8_color() localVariable279 let uv_j = j >> image.yuv_format.chroma_shift_y(); in yuv8_to_rgb16_color() localVariable593 let uv_j = j >> image.yuv_format.chroma_shift_y(); in yuv_to_rgb_any() localVariable
387 int j = 0, uv_j = 0; in EmitRescaledRGB() local