Home
last modified time | relevance | path

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

/third_party/libdrm/tests/util/
Dpattern.c193 unsigned int xsub = yuv->xsub; in fill_smpte_yuv_planar() local
224 for (x = 0; x < width; x += xsub) { in fill_smpte_yuv_planar()
225 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u; in fill_smpte_yuv_planar()
226 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v; in fill_smpte_yuv_planar()
228 u_mem += stride * cs / xsub; in fill_smpte_yuv_planar()
229 v_mem += stride * cs / xsub; in fill_smpte_yuv_planar()
233 for (x = 0; x < width; x += xsub) { in fill_smpte_yuv_planar()
234 u_mem[x*cs/xsub] = colors_middle[x * 7 / width].u; in fill_smpte_yuv_planar()
235 v_mem[x*cs/xsub] = colors_middle[x * 7 / width].v; in fill_smpte_yuv_planar()
237 u_mem += stride * cs / xsub; in fill_smpte_yuv_planar()
[all …]
Dformat.c38 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \ argument
39 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
Dformat.h50 unsigned int xsub; member
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc.c625 const int xsub = x & mask; in VP8LBundleColorMap_C() local
626 if (xsub == 0) { in VP8LBundleColorMap_C()
629 code |= row[x] << (8 + bit_depth * xsub); in VP8LBundleColorMap_C()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc.c606 const int xsub = x & mask; in VP8LBundleColorMap_C() local
607 if (xsub == 0) { in VP8LBundleColorMap_C()
610 code |= row[x] << (8 + bit_depth * xsub); in VP8LBundleColorMap_C()
/third_party/ffmpeg/libavcodec/
Dexr.c100 int xsub, ysub; member
1657 int xsub, ysub; in decode_header() local
1722 xsub = bytestream2_get_le32(&ch_gb); in decode_header()
1725 if (xsub != 1 || ysub != 1) { in decode_header()
1728 xsub, ysub); in decode_header()
1760 channel->xsub = xsub; in decode_header()
/third_party/gstreamer/gstplugins_good/
DChangeLog53067 avidemux: expose xsub as a subtitle instead of as a video
67647 avidemux: recognize all xsub frames as keyframes
/third_party/gstreamer/gstplugins_base/
DChangeLog53686 Which is subpicture/x-xsub