Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crabbyavif/src/reformat/
Drgb_impl.rs109 let table_uv = match &table_uv { in yuv8_to_rgb8_color() localVariable
163 let table_uv = match &table_uv { in yuv16_to_rgb16_color() localVariable
209 let table_uv = match &table_uv { in yuv16_to_rgb8_color() localVariable
266 let table_uv = match &table_uv { in yuv8_to_rgb16_color() localVariable
488 let mut table_uv: Vec<f32> = create_vec_exact(count)?; in unorm_lookup_tables() localVariable
571 let table_uv = match &table_uv { in yuv_to_rgb_any() localVariable