Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crabbyavif/src/reformat/
Dmod.rs33 pub fn yuv_to_rgb(_image: &image::Image, _rgb: &mut rgb::Image) -> AvifResult<bool> { in yuv_to_rgb() function
Dlibyuv.rs364 pub fn yuv_to_rgb(image: &image::Image, rgb: &mut rgb::Image) -> AvifResult<bool> { in yuv_to_rgb() function
Drgb_impl.rs713 fn yuv_to_rgb() { in yuv_to_rgb() function
/aosp_15_r20/external/libvpx/tools/non_greedy_mv/
H A Dnon_greedy_mv.py75 def yuv_to_rgb(yuv): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py4043 def yuv_to_rgb(images): function