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

  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 106 int parityX = (x / blockWidth) & 1;
108 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 211 int parityX = (x / blockWidth) & 1;
213 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 551 int parityX = (x / blockWidth) & 1;
553 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 597 int parityX = (x / blockWidth) & 1;
599 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
646 int parityX = (x / (1 << (c+2))) & 1;
648 buf[offset + c] = (parityX ^ parityY) ? 231 : 35;
    [all...]

Completed in 1631 milliseconds