HomeSort by relevance Sort by last modified time
    Searched refs:xsub (Results 1 - 2 of 2) sorted by null

  /external/libdrm/tests/modetest/
buffers.c 89 unsigned int xsub; member in struct:yuv_info
104 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \
105 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
242 unsigned int xsub = yuv->xsub; local
273 for (x = 0; x < width; x += xsub) {
274 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u;
275 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v;
277 u_mem += stride * cs / xsub;
278 v_mem += stride * cs / xsub;
750 unsigned int xsub = yuv->xsub; local
    [all...]
  /external/webp/src/dsp/
lossless.c 1449 const int xsub = x & mask; local
    [all...]

Completed in 443 milliseconds