/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 44 const int block_width = 4 << b_width_log2(bsize); in TEST_P() local 47 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2)); in TEST_P() 49 vpx_memalign(16, block_width * block_height * 2)); in TEST_P() 51 vpx_memalign(16, block_width * block_height * 2)); in TEST_P() 55 for (int c = 0; c < block_width * 2; ++c) { in TEST_P() 56 src[r * block_width * 2 + c] = rnd.Rand8(); in TEST_P() 57 pred[r * block_width * 2 + c] = rnd.Rand8(); in TEST_P() 61 GetParam()(block_height, block_width, diff, block_width, in TEST_P() 62 src, block_width, pred, block_width); in TEST_P() 65 for (int c = 0; c < block_width; ++c) { in TEST_P() [all …]
|
D | pp_filter_test.cc | 43 const int block_width = 16; in TEST_P() local 47 const int input_width = block_width; in TEST_P() 53 const int output_width = block_width + 16; in TEST_P() 67 reinterpret_cast<uint8_t *>(vpx_memalign(16, block_width)); in TEST_P() 68 (void)vpx_memset(flimits, 255, block_width); in TEST_P() 76 for (int j = 0; j < block_width; ++j) { in TEST_P() 86 output_stride, block_width, flimits, 16)); in TEST_P() 94 for (int j = 0; j < block_width; ++j) { in TEST_P()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace): argument 110 self.block_width = block_width 251 block_width, block_height = map(int, fields[2:4]) 301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
|
D | u_format_table.py | 103 …print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_siz…
|
D | u_format_pack.py | 600 print ' for(x = 0; x < width; x += %u) {' % (format.block_width,) 629 print ' for(x = 0; x < width; x += %u) {' % (format.block_width,)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_format_parse.py | 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace): argument 110 self.block_width = block_width 251 block_width, block_height = map(int, fields[2:4]) 301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
|
D | u_format_table.py | 103 …print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_siz…
|
D | u_format_pack.py | 600 print ' for(x = 0; x < width; x += %u) {' % (format.block_width,) 629 print ' for(x = 0; x < width; x += %u) {' % (format.block_width,)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) in get_tile_size() argument 481 *block_width = 1; in get_tile_size() 485 *block_width = 2; in get_tile_size() 489 *block_width = 4; in get_tile_size() 495 *block_width = 4; in get_tile_size() 500 *block_width = 8; in get_tile_size() 505 *block_width = 8; in get_tile_size()
|
D | radeon_tile.h | 38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) in get_tile_size() argument 481 *block_width = 1; in get_tile_size() 485 *block_width = 2; in get_tile_size() 489 *block_width = 4; in get_tile_size() 495 *block_width = 4; in get_tile_size() 500 *block_width = 8; in get_tile_size() 505 *block_width = 8; in get_tile_size()
|
D | radeon_tile.h | 38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) in get_tile_size() argument 481 *block_width = 1; in get_tile_size() 485 *block_width = 2; in get_tile_size() 489 *block_width = 4; in get_tile_size() 495 *block_width = 4; in get_tile_size() 500 *block_width = 8; in get_tile_size() 505 *block_width = 8; in get_tile_size()
|
D | radeon_tile.h | 38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) in get_tile_size() argument 481 *block_width = 1; in get_tile_size() 485 *block_width = 2; in get_tile_size() 489 *block_width = 4; in get_tile_size() 495 *block_width = 4; in get_tile_size() 500 *block_width = 8; in get_tile_size() 505 *block_width = 8; in get_tile_size()
|
D | radeon_tile.h | 38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_format.c | 594 unsigned *block_width, in svga_format_size() argument 598 *block_width = *block_height = 1; in svga_format_size() 641 *block_width = *block_height = 4; in svga_format_size() 648 *block_width = *block_height = 4; in svga_format_size()
|
D | svga_format.h | 51 unsigned *block_width,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
D | svga_format.c | 594 unsigned *block_width, in svga_format_size() argument 598 *block_width = *block_height = 1; in svga_format_size() 641 *block_width = *block_height = 4; in svga_format_size() 648 *block_width = *block_height = 4; in svga_format_size()
|
D | svga_format.h | 51 unsigned *block_width,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1272 LLVMValueRef block_width = lp_build_const_int_vec(bld->type, block_length); in lp_build_sample_partial_offset() 1273 subcoord = LLVMBuildURem(builder, coord, block_width, ""); in lp_build_sample_partial_offset() 1274 coord = LLVMBuildUDiv(builder, coord, block_width, ""); in lp_build_sample_partial_offset()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1272 LLVMValueRef block_width = lp_build_const_int_vec(bld->type, block_length); in lp_build_sample_partial_offset() 1273 subcoord = LLVMBuildURem(builder, coord, block_width, ""); in lp_build_sample_partial_offset() 1274 coord = LLVMBuildUDiv(builder, coord, block_width, ""); in lp_build_sample_partial_offset()
|