Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crabbyavif/src/reformat/
Drgb_impl.rs529 let rgb_max_channel = rgb_max_channel as i32; in compute_rgb() localVariable
585 let rgb_max_channel = rgb.max_channel(); in yuv_to_rgb_any() localVariable