Home
last modified time | relevance | path

Searched defs:uv_j (Results 1 – 2 of 2) sorted by relevance

/external/rust/crabbyavif/src/reformat/
Drgb_impl.rs121 let uv_j = j >> image.yuv_format.chroma_shift_y(); in yuv8_to_rgb8_color() localVariable
177 let uv_j = j >> image.yuv_format.chroma_shift_y(); in yuv16_to_rgb16_color() localVariable
224 let uv_j = j >> image.yuv_format.chroma_shift_y(); in yuv16_to_rgb8_color() localVariable
279 let uv_j = j >> image.yuv_format.chroma_shift_y(); in yuv8_to_rgb16_color() localVariable
593 let uv_j = j >> image.yuv_format.chroma_shift_y(); in yuv_to_rgb_any() localVariable
/external/webp/src/dec/
Dio_dec.c387 int j = 0, uv_j = 0; in EmitRescaledRGB() local