Home
last modified time | relevance | path

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

/external/libvpx/libvpx/tools/non_greedy_mv/
Dnon_greedy_mv.py66 def yuv_to_rgb(yuv): function
115 img = yuv_to_rgb(read_frame(fp))
121 ref = yuv_to_rgb(read_frame(fp))
/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_yuv.c246 yuv_to_rgb(struct tgsi_transform_context *tctx, in yuv_to_rgb() function
331 yuv_to_rgb(tctx, &originst->Dst[0]); in lower_nv12()
380 yuv_to_rgb(tctx, &originst->Dst[0]); in lower_iyuv()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.pbtxt240 name: "yuv_to_rgb"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.pbtxt264 name: "yuv_to_rgb"
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py2684 def yuv_to_rgb(images): function
Dimage_ops_test.py137 batch2 = image_ops.yuv_to_rgb(batch1)
140 split2 = list(map(image_ops.yuv_to_rgb, split1))