Searched refs:blockHeight (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp227 const int blockHeight = h > 16 ? h / 16 : 1; local
238 int parityY = (y / blockHeight) & 1;
257 const int blockHeight = h > 16 ? h / 16 : 1; local
264 int blockY = (y / blockHeight);
285 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; local
291 int blockY = (y / blockHeight) & 1;
311 const int blockHeight = h > 16 ? h / 16 : 1; local
312 const int blockRows = h / blockHeight;
328 checkPixel(buf, 0, blockHeight, 63);
329 checkPixel(buf, 1, blockHeight, 6
350 const int blockHeight = h > 16 ? h / 16 : 1; local
393 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1; local
[all...]
H A DSurfaceTexture_test.cpp687 const int blockHeight = h > 16 ? h / 16 : 1; local
697 int parityY = (y / blockHeight) & 1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.h79 u32 blockHeight,
H A Dh264bsd_reconstruct.c2212 blockHeight height of block
2227 u32 blockHeight,
2247 ASSERT(blockHeight);
2250 ystop = y0 + (i32)blockHeight;
2260 y0 = -(i32)blockHeight;
2272 ystop = y0 + (i32)blockHeight;
2286 y = (i32)blockHeight - top - bottom;
2219 h264bsdFillBlock( u8 *ref, u8 *fill, i32 x0, i32 y0, u32 width, u32 height, u32 blockWidth, u32 blockHeight, u32 fillScanLength) argument
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; local
107 int parityY = (y / blockHeight) & 1;
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1; local
212 int parityY = (y / blockHeight) & 1;
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp544 const int blockHeight = h > 16 ? h / 16 : 1; local
554 int parityY = (y / blockHeight) & 1;

Completed in 217 milliseconds