Searched refs:xsub (Results 1 - 5 of 5) sorted by relevance

/external/libdrm/tests/util/
H A Dformat.h50 unsigned int xsub; member in struct:util_yuv_info
H A Dpattern.c110 unsigned int xsub = yuv->xsub; local
141 for (x = 0; x < width; x += xsub) {
142 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u;
143 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v;
145 u_mem += stride * cs / xsub;
146 v_mem += stride * cs / xsub;
150 for (x = 0; x < width; x += xsub) {
151 u_mem[x*cs/xsub] = colors_middle[x * 7 / width].u;
152 v_mem[x*cs/xsub]
616 unsigned int xsub = yuv->xsub; local
[all...]
H A Dformat.c42 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \
43 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
/external/webp/src/dsp/
H A Dlossless_enc.c1065 const int xsub = x & mask; local
1066 if (xsub == 0) {
1069 code |= row[x] << (8 + bit_depth * xsub);
/external/opencv3/3rdparty/libwebp/dsp/
H A Dlossless.c1371 const int xsub = x & mask; local
1372 if (xsub == 0) {
1375 code |= row[x] << (8 + bit_depth * xsub);

Completed in 90 milliseconds