Home
last modified time | relevance | path

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

/external/rust/crabbyavif/src/reformat/
Drgb_impl.rs109 let table_uv = match &table_uv { in yuv8_to_rgb8_color() localVariable
165 let table_uv = match &table_uv { in yuv16_to_rgb16_color() localVariable
211 let table_uv = match &table_uv { in yuv16_to_rgb8_color() localVariable
268 let table_uv = match &table_uv { in yuv8_to_rgb16_color() localVariable
492 let mut table_uv: Vec<f32> = create_vec_exact(count)?; in unorm_lookup_tables() localVariable
575 let table_uv = match &table_uv { in yuv_to_rgb_any() localVariable