HomeSort by: relevance | last modified time | path
    Searched refs:xsub (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/tests/util/
format.h 50 unsigned int xsub; member in struct:util_yuv_info
pattern.c 230 unsigned int xsub = yuv->xsub; local
261 for (x = 0; x < width; x += xsub) {
262 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u;
263 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v;
265 u_mem += stride * cs / xsub;
266 v_mem += stride * cs / xsub;
270 for (x = 0; x < width; x += xsub) {
271 u_mem[x*cs/xsub] = colors_middle[x * 7 / width].u;
272 v_mem[x*cs/xsub] = colors_middle[x * 7 / width].v
359 unsigned int xsub = yuv->xsub; local
1450 unsigned int xsub = yuv->xsub; local
1482 unsigned int xsub = yuv->xsub; local
1952 unsigned int xsub = yuv->xsub; local
2006 unsigned int xsub = yuv->xsub; local
    [all...]
format.c 38 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \
39 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
  /xsrc/external/mit/libdrm/dist/tests/modetest/
buffers.c 120 unsigned int virtual_height, xsub, ysub; local
233 xsub = 2;
243 xsub = 2;
253 xsub = 1;
259 xsub = 1;
266 virtual_height += height * 2 / xsub / ysub;
307 pitches[1] = pitches[0] * 2 / xsub;
324 pitches[1] = pitches[0] / xsub;

Completed in 6 milliseconds