Searched defs:rgb_pixel (Results 1 – 2 of 2) sorted by relevance
357 let rgb_pixel = (0.5 + (y * rgb_max_channel_f)) as u16; in yuv16_to_rgb16_monochrome() localVariable422 let rgb_pixel = (0.5 + (y * rgb_max_channel_f)) as u16; in yuv8_to_rgb16_monochrome() localVariable
379 const JSAMPLE* rgb_pixel = scanlineptr + right_rgb; in UncompressLow() local