Home
last modified time | relevance | path

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

/external/libdrm/tests/modetest/
Dbuffers.c89 unsigned int xsub; member
104 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \ argument
105 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
242 unsigned int xsub = yuv->xsub; in fill_smpte_yuv_planar() local
273 for (x = 0; x < width; x += xsub) { in fill_smpte_yuv_planar()
274 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u; in fill_smpte_yuv_planar()
275 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v; in fill_smpte_yuv_planar()
277 u_mem += stride * cs / xsub; in fill_smpte_yuv_planar()
278 v_mem += stride * cs / xsub; in fill_smpte_yuv_planar()
282 for (x = 0; x < width; x += xsub) { in fill_smpte_yuv_planar()
[all …]
/external/webp/src/dsp/
Dlossless.c1449 const int xsub = x & mask; in VP8LBundleColorMap() local
1450 if (xsub == 0) { in VP8LBundleColorMap()
1453 code |= row[x] << (8 + bit_depth * xsub); in VP8LBundleColorMap()
/external/skia/gyp/
Dnanomsg.gyp59 '../third_party/externals/nanomsg/src/protocols/pubsub/xsub.c',