Home
last modified time | relevance | path

Searched refs:converted_by_fast_path (Results 1 – 1 of 1) sorted by relevance

/external/rust/crabbyavif/src/reformat/
Drgb.rs362 let mut converted_by_fast_path = false; in convert_from_yuv() localVariable
370 Ok(_) => converted_by_fast_path = true, in convert_from_yuv()
378 if !converted_by_fast_path { in convert_from_yuv()