Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dyuvconvert.c5 yuv_sv411_to_cl422dc(int invert, void *data, void *yuv, int width, int height) in yuv_sv411_to_cl422dc()
42 yuv_sv411_to_cl422dc_quartersize(int invert, void *data, void *yuv, in yuv_sv411_to_cl422dc_quartersize()
81 yuv_sv411_to_cl422dc_sixteenthsize(int invert, void *data, void *yuv, in yuv_sv411_to_cl422dc_sixteenthsize()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[]) in xa_yuv_bind_samplers()
121 struct xa_surface *dst, struct xa_surface *yuv[]) in xa_yuv_planar_blit()
/external/libvpx/libvpx/tools/non_greedy_mv/
Dnon_greedy_mv.py66 def yuv_to_rgb(yuv): argument
/external/libdrm/tests/util/
Dpattern.c72 static void fill_smpte_yuv_planar(const struct util_yuv_info *yuv, in fill_smpte_yuv_planar()
176 static void fill_smpte_yuv_packed(const struct util_yuv_info *yuv, void *mem, in fill_smpte_yuv_packed()
609 const struct util_yuv_info *yuv = &info->yuv; in fill_tiles_yuv_planar() local
642 const struct util_yuv_info *yuv = &info->yuv; in fill_tiles_yuv_packed() local
Dformat.h59 const struct util_yuv_info yuv; member
/external/libaom/libaom/
DCMakeLists.txt454 add_library(yuv OBJECT ${AOM_LIBYUV_SOURCES}) target
/external/libkmsxx/kms++util/src/
Dcolor.cpp62 YUV RGB::yuv(YUVType type) const in yuv() function in kms::RGB
/external/skia/tests/
DPDFJpegEmbedTest.cpp99 bool yuv = jpegColorType == SkEncodedInfo::kYUV_Color; in SkIsJFIF() local
/external/skqp/tests/
DPDFJpegEmbedTest.cpp100 bool yuv = jpegColorType == SkEncodedInfo::kYUV_Color; in SkIsJFIF() local
/external/skqp/src/pdf/
DSkPDFBitmap.cpp205 bool yuv = jpegColorType == SkEncodedInfo::kYUV_Color; in do_jpeg() local
/external/skia/src/pdf/
DSkPDFBitmap.cpp205 bool yuv = jpegColorType == SkEncodedInfo::kYUV_Color; in do_jpeg() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h131 void *yuv; member
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c252 nir_ssa_def *yuv = in convert_yuv_to_rgb() local
/external/skia/src/codec/
DSkJpegCodec.cpp911 JSAMPARRAY yuv[3]; in onGetYUV8Planes() local
/external/skqp/src/codec/
DSkJpegCodec.cpp911 JSAMPARRAY yuv[3]; in onGetYUV8Planes() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c825 static void make_grayscale(YV12_BUFFER_CONFIG *yuv) { in make_grayscale()
/external/skia/gm/
Dwacky_yuv_formats.cpp1033 auto yuv = fImages[opaque][tagged]->makeColorSpace(fTargetColorSpace); in onDraw() local
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h349 uint8_t yuv[4][3]; in ConvertRgb() local