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

  /external/libdrm/tests/util/
format.h 50 unsigned int xsub; member in struct:util_yuv_info
pattern.c 110 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] = colors_middle[x * 7 / width].v
616 unsigned int xsub = yuv->xsub; local
    [all...]
  /external/webp/src/dsp/
lossless_enc.c 601 const int xsub = x & mask; local
602 if (xsub == 0) {
605 code |= row[x] << (8 + bit_depth * xsub);
    [all...]
  /external/annotation-tools/asmx/
serp.jar 
  /external/annotation-tools/asmx/test/lib/
serp.jar 

Completed in 219 milliseconds