/external/libvpx/libvpx/test/ |
vp9_subtract_test.cc | 45 const int block_height = 4 << b_height_log2(bsize); local 47 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2)); 49 vpx_memalign(16, block_width * block_height * 2)); 51 vpx_memalign(16, block_width * block_height * 2)); 54 for (int r = 0; r < block_height; ++r) { 61 GetParam()(block_height, block_width, diff, block_width, 64 for (int r = 0; r < block_height; ++r) { 74 GetParam()(block_height, block_width, diff, block_width * 2, 77 for (int r = 0; r < block_height; ++r) {
|
pp_filter_test.cc | 44 const int block_height = 16; local 48 const int input_height = block_height + 4; 54 const int output_height = block_height; 75 for (int i = 0; i < block_height; ++i) { 88 static const uint8_t expected_data[block_height] = { 93 for (int i = 0; i < block_height; ++i) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_tile.h | 38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
|
radeon_tile.c | 476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) 482 *block_height = 1; 486 *block_height = 2; 490 *block_height = 2; 496 *block_height = 4; 501 *block_height = 2; 506 *block_height = 4;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tile.h | 38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
|
radeon_tile.c | 476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) 482 *block_height = 1; 486 *block_height = 2; 490 *block_height = 2; 496 *block_height = 4; 501 *block_height = 2; 506 *block_height = 4;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_format.h | 52 unsigned *block_height,
|
svga_format.c | 587 * block_width and block_height are one for uncompressed formats and 595 unsigned *block_height, 598 *block_width = *block_height = 1; 641 *block_width = *block_height = 4; 648 *block_width = *block_height = 4;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_format.h | 52 unsigned *block_height,
|
svga_format.c | 587 * block_width and block_height are one for uncompressed formats and 595 unsigned *block_height, 598 *block_width = *block_height = 1; 641 *block_width = *block_height = 4; 648 *block_width = *block_height = 4;
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_detection.h | 78 int block_width,int block_height,unsigned long area_factor, 166 int block_width,int block_height,unsigned long area_factor,
|
db_feature_detection.cpp | 1590 int block_width,block_height; local 1689 int block_width,block_height; local [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_feature_detection.h | 78 int block_width,int block_height,unsigned long area_factor, 166 int block_width,int block_height,unsigned long area_factor,
|
db_feature_detection.cpp | 1590 int block_width,block_height; local 1689 int block_width,block_height; local [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.h | 78 int block_width,int block_height,unsigned long area_factor, 166 int block_width,int block_height,unsigned long area_factor,
|
db_feature_detection.cpp | 1590 int block_width,block_height; local 1689 int block_width,block_height; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_parse.py | 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace): 111 self.block_height = block_height 251 block_width, block_height = map(int, fields[2:4]) 301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
|
u_format_table.py | 103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
|
u_format_pack.py | 597 print ' for(y = 0; y < height; y += %u) {' % (format.block_height,) 626 print ' for(y = 0; y < height; y += %u) {' % (format.block_height,)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_parse.py | 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace): 111 self.block_height = block_height 251 block_width, block_height = map(int, fields[2:4]) 301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
|
u_format_table.py | 103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
|
u_format_pack.py | 597 print ' for(y = 0; y < height; y += %u) {' % (format.block_height,) 626 print ' for(y = 0; y < height; y += %u) {' % (format.block_height,)
|