/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 45 const int block_height = 4 * num_4x4_blocks_high_lookup[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() 54 for (int r = 0; r < block_height; ++r) { in TEST_P() 61 GetParam()(block_height, block_width, diff, block_width, in TEST_P() 64 for (int r = 0; r < block_height; ++r) { in TEST_P() 74 GetParam()(block_height, block_width, diff, block_width * 2, in TEST_P() 77 for (int r = 0; r < block_height; ++r) { in TEST_P()
|
D | pp_filter_test.cc | 42 const int block_height = 16; in TEST_P() local 46 const int input_height = block_height + 4; in TEST_P() 52 const int output_height = block_height; in TEST_P() 73 for (int i = 0; i < block_height; ++i) { in TEST_P() 87 static const uint8_t expected_data[block_height] = { in TEST_P() 92 for (int i = 0; i < block_height; ++i) { in TEST_P()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_temporal_filter_apply_sse2.asm | 19 ; unsigned int block_height, | 4 36 %define block_height 16 49 mov [rsp + block_height], rdx
|
/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 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)
|
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 | 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/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 482 *block_height = 1; in get_tile_size() 486 *block_height = 2; in get_tile_size() 490 *block_height = 2; in get_tile_size() 496 *block_height = 4; in get_tile_size() 501 *block_height = 2; in get_tile_size() 506 *block_height = 4; 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 482 *block_height = 1; in get_tile_size() 486 *block_height = 2; in get_tile_size() 490 *block_height = 2; in get_tile_size() 496 *block_height = 4; in get_tile_size() 501 *block_height = 2; in get_tile_size() 506 *block_height = 4; in get_tile_size()
|
D | radeon_tile.h | 38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_subpel_variance_impl_sse2.asm | 112 %define block_height heightd 122 %define block_height dword heightm 140 %define block_height heightd 163 %define block_height heightd 166 %define block_height dword heightm 172 %define block_height heightd 184 sar block_height, 1 233 dec block_height 284 dec block_height 382 dec block_height [all …]
|
D | subpel_variance_sse2.asm | 128 %define block_height heightd 138 %define block_height dword heightm 156 %define block_height heightd 179 %define block_height heightd 182 %define block_height dword heightm 188 %define block_height heightd 469 dec block_height 540 dec block_height 638 dec block_height 912 dec block_height
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_format.c | 595 unsigned *block_height, 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 | 52 unsigned *block_height,
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 126 unsigned int block_height, in vp9_temporal_filter_apply_c() argument 136 for (i = 0, k = 0; i < block_height; i++) { in vp9_temporal_filter_apply_c() 171 unsigned int block_height, in vp9_highbd_temporal_filter_apply_c() argument 183 for (i = 0, k = 0; i < block_height; i++) { in vp9_highbd_temporal_filter_apply_c()
|
D | vp9_encodeframe.c | 245 const int block_height = num_8x8_blocks_high_lookup[bsize]; in duplicate_mode_info_in_sb() local 247 for (j = 0; j < block_height; ++j) in duplicate_mode_info_in_sb() 403 const int block_height = num_8x8_blocks_high_lookup[bsize]; in set_vt_partitioning() local 406 assert(block_height == block_width); in set_vt_partitioning() 420 mi_row + block_height / 2 < cm->mi_rows && in set_vt_partitioning() 438 mi_row + block_height / 2 < cm->mi_rows && in set_vt_partitioning() 445 if (mi_row + block_height / 2 < cm->mi_rows) { in set_vt_partitioning() 466 set_block_size(cpi, x, xd, mi_row + block_height / 2, mi_col, subsize); in set_vt_partitioning() 776 const int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64]; in choose_partitioning() local 778 mi_row + block_height / 2 < cm->mi_rows) { in choose_partitioning()
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 122 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, … 123 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 125 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, … 126 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
|
/external/libvpx/config/arm/ |
D | vp9_rtcd.h | 101 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
|
/external/libvpx/config/mips32/ |
D | vp9_rtcd.h | 101 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
|
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 101 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
|
/external/libvpx/config/mips64/ |
D | vp9_rtcd.h | 101 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
|
/external/libvpx/config/mips32-dspr2/ |
D | vp9_rtcd.h | 104 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 109 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 109 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
|