Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c913 static void initTJUnitTest(int yuv, int noyuvpad, int autoalloc) in initTJUnitTest()
923 int testBmp(int yuv, int noyuvpad, int autoalloc) in testBmp()
931 int testThreeByte444(int yuv, int noyuvpad, int autoalloc) in testThreeByte444()
940 int testFourByte444(int yuv, int noyuvpad, int autoalloc) in testFourByte444()
950 int testThreeByte422(int yuv, int noyuvpad, int autoalloc) in testThreeByte422()
959 int testFourByte422(int yuv, int noyuvpad, int autoalloc) in testFourByte422()
969 int testThreeByte420(int yuv, int noyuvpad, int autoalloc) in testThreeByte420()
978 int testFourByte420(int yuv, int noyuvpad, int autoalloc) in testFourByte420()
988 int testThreeByte440(int yuv, int noyuvpad, int autoalloc) in testThreeByte440()
997 int testFourByte440(int yuv, int noyuvpad, int autoalloc) in testFourByte440()
[all …]
/third_party/mesa3d/src/gallium/frontends/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()
/third_party/ffmpeg/libavfilter/
Dcolorspacedsp_template.c59 pixel **yuv = (pixel **) _yuv; in fn() local
135 pixel **yuv = (pixel **) _yuv; in fn() local
214 pixel **yuv = (pixel **) _yuv; in fn() local
Davf_showcqt.h43 YUVFloat yuv; member
Dvf_signalstats.c601 const int yuv = in->data[0][w + i]; in filter_frame8() local
823 const int yuv = AV_RN16(in->data[0] + w + i * 2); in filter_frame16() local
/third_party/libdrm/tests/util/
Dformat.h59 const struct util_yuv_info yuv; member
Dpattern.c159 static void fill_smpte_yuv_planar(const struct util_yuv_info *yuv, in fill_smpte_yuv_planar()
263 static void fill_smpte_yuv_packed(const struct util_yuv_info *yuv, void *mem, in fill_smpte_yuv_packed()
847 const struct util_yuv_info *yuv = &info->yuv; in fill_tiles_yuv_planar() local
880 const struct util_yuv_info *yuv = &info->yuv; in fill_tiles_yuv_packed() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DImage.h138 bool yuv; member
/third_party/skia/third_party/externals/libwebp/imageio/
Dimage_enc.c470 const WebPYUVABuffer* const yuv = &buffer->u.YUVA; in WebPWritePGM() local
514 const WebPYUVABuffer* const yuv = &buffer->u.YUVA; in WebPWriteYUV() local
/third_party/skia/tests/
DPDFJpegEmbedTest.cpp99 bool yuv = jpegColorType == SkEncodedInfo::kYUV_Color; in SkIsJFIF() local
/third_party/ffmpeg/libavcodec/
Dhuffyuv.h72 int yuv; member
Ddpx.c167 int yuv, color_trc, color_spec; in decode_frame() local
Dvp56.c322 static void vp56_deblock_filter(VP56Context *s, uint8_t *yuv, in vp56_deblock_filter()
Ddvdsubdec.c566 uint8_t r, g, b, yuv[65], *buf; in parse_ifo_palette() local
/third_party/skia/src/pdf/
DSkPDFBitmap.cpp206 bool yuv = jpegColorType == SkEncodedInfo::kYUV_Color; in do_jpeg() local
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h230 bool yuv; member
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c538 nir_ssa_def *yuv = sample_plane(b, tex, 0, options); in lower_yuv_external() local
556 nir_ssa_def *yuv = sample_plane(b, tex, 0, options); in lower_yu_yv_external() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h156 void *yuv; member
/third_party/skia/src/codec/
DSkJpegCodec.cpp910 JSAMPARRAY yuv[3]; in onGetYUVAPlanes() local
/third_party/skia/gm/
Dwacky_yuv_formats.cpp1107 auto yuv = fImages[opaque][tagged]->makeColorSpace(fTargetColorSpace, dContext); in onDraw() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h1370 bool yuv; member
DParseContext.cpp1988 void TParseContext::checkYuvIsNotSpecified(const TSourceLoc &location, bool yuv) in checkYuvIsNotSpecified()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_enc.h357 } yuv; member
/third_party/glslang/glslang/Include/
DTypes.h99 bool yuv : 1; // GL_EXT_YUV_target member
/third_party/ffmpeg/libavformat/
Dmov.c2397 uint32_t yuv = AV_RB32(src + i * 4); in mov_rewrite_dvd_sub_extradata() local