HomeSort by relevance Sort by last modified time
    Searched full:uvpitch (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
tjunittest.c 244 int ypitch=PAD(pw, 4), uvpitch=PAD(cw, 4); local
270 unsigned char u=buf[ypitch*ph + (uvpitch*row+col)],
271 v=buf[ypitch*ph + uvpitch*ch + (uvpitch*row+col)];
304 printf("%.3d ", buf[ypitch*ph + (uvpitch*row+col)]);
311 printf("%.3d ", buf[ypitch*ph + uvpitch*ch + (uvpitch*row+col)]);

Completed in 136 milliseconds