Searched defs:blockWidth (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp94 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1; local
106 int parityX = (x / blockWidth) & 1;
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp194 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1; local
211 int parityX = (x / blockWidth) & 1;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c2211 blockWidth width of block
2226 u32 blockWidth,
2246 ASSERT(blockWidth);
2249 xstop = x0 + (i32)blockWidth;
2263 x0 = -(i32)blockWidth;
2271 xstop = x0 + (i32)blockWidth;
2282 x = (i32)blockWidth - left - right;
2219 h264bsdFillBlock( u8 *ref, u8 *fill, i32 x0, i32 y0, u32 width, u32 height, u32 blockWidth, u32 blockHeight, u32 fillScanLength) argument
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp543 const int blockWidth = w > 16 ? w / 16 : 1; local
553 int parityX = (x / blockWidth) & 1;
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp226 const int blockWidth = w > 16 ? w / 16 : 1; local
237 int parityX = (x / blockWidth) & 1;
256 const int blockWidth = w > 16 ? w / 16 : 1; local
263 int blockX = (x / blockWidth);
284 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; local
290 int blockX = (x / blockWidth ) & 1;
310 const int blockWidth = w > 16 ? w / 16 : 1; local
313 const int blockCols = w / blockWidth;
322 checkPixel(buf, blockWidth, 0, 63);
323 checkPixel(buf, blockWidth
349 const int blockWidth = w > 16 ? w / 16 : 1; local
392 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1; local
[all...]
H A DSurfaceTexture_test.cpp686 const int blockWidth = w > 16 ? w / 16 : 1; local
696 int parityX = (x / blockWidth) & 1;

Completed in 1606 milliseconds