Home
last modified time | relevance | path

Searched refs:block_height (Results 1 – 25 of 25) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_subtract_test.cc45 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()
Dpp_filter_test.cc42 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/
Dvp9_temporal_filter_apply_sse2.asm19 ; unsigned int block_height, | 4
36 %define block_height 16
49 mov [rsp + block_height], rdx
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py107 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)
Du_format_table.py103 …print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_siz…
Du_format_pack.py597 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/
Dradeon_tile.c476 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()
Dradeon_tile.h38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tile.c476 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()
Dradeon_tile.h38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_subpel_variance_impl_sse2.asm112 %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 …]
Dsubpel_variance_sse2.asm128 %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/
Dsvga_format.c595 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()
Dsvga_format.h52 unsigned *block_height,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c126 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()
Dvp9_encodeframe.c245 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/
Dvp9_rtcd.h122 …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/
Dvp9_rtcd.h125 …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/
Dvp9_rtcd.h101 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
/external/libvpx/config/mips32/
Dvp9_rtcd.h101 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
/external/libvpx/config/generic/
Dvp9_rtcd.h101 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
/external/libvpx/config/mips64/
Dvp9_rtcd.h101 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h104 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
/external/libvpx/config/arm64/
Dvp9_rtcd.h109 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h109 …d int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, …