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

12

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_subtract_test.cc43 const int block_height = 4 * num_4x4_blocks_high_lookup[bsize]; local
45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2));
47 vpx_memalign(16, block_width * block_height * 2));
49 vpx_memalign(16, block_width * block_height * 2));
52 for (int r = 0; r < block_height; ++r) {
59 GetParam()(block_height, block_width, diff, block_width,
62 for (int r = 0; r < block_height; ++r) {
72 GetParam()(block_height, block_width, diff, block_width * 2,
75 for (int r = 0; r < block_height; ++r) {
H A Dpp_filter_test.cc42 const int block_height = 16; local
46 const int input_height = block_height + 4;
52 const int output_height = block_height;
73 for (int i = 0; i < block_height; ++i) {
87 static const uint8_t expected_data[block_height] = {
92 for (int i = 0; i < block_height; ++i) {
/external/libvpx/libvpx/test/
H A Dvp9_subtract_test.cc43 const int block_height = 4 * num_4x4_blocks_high_lookup[bsize]; local
45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2));
47 vpx_memalign(16, block_width * block_height * 2));
49 vpx_memalign(16, block_width * block_height * 2));
52 for (int r = 0; r < block_height; ++r) {
59 GetParam()(block_height, block_width, diff, block_width,
62 for (int r = 0; r < block_height; ++r) {
72 GetParam()(block_height, block_width, diff, block_width * 2,
75 for (int r = 0; r < block_height; ++r) {
H A Dpp_filter_test.cc42 const int block_height = 16; local
46 const int input_height = block_height + 4;
52 const int output_height = block_height;
73 for (int i = 0; i < block_height; ++i) {
86 static const uint8_t expected_data[block_height] = {
91 for (int i = 0; i < block_height; ++i) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_tile.h38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
H A Dradeon_tile.c476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) argument
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/mesa/drivers/dri/radeon/
H A Dradeon_tile.h38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
H A Dradeon_tile.c476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) argument
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/r200/
H A Dradeon_tile.h38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
H A Dradeon_tile.c476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) argument
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/
H A Dradeon_tile.h38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
H A Dradeon_tile.c476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) argument
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/
H A Dsvga_format.h52 unsigned *block_height,
H A Dsvga_format.c587 * 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;
593 svga_format_size(SVGA3dSurfaceFormat format, unsigned *block_width, unsigned *block_height, unsigned *bytes_per_block) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_format.h52 unsigned *block_height,
H A Dsvga_format.c587 * 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;
593 svga_format_size(SVGA3dSurfaceFormat format, unsigned *block_width, unsigned *block_height, unsigned *bytes_per_block) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_parse.py107 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)
H A Du_format_table.py103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
H A 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/gallium/auxiliary/util/
H A Du_format_parse.py107 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)
H A Du_format_table.py103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
H A 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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_temporal_filter_apply_sse2.asm19 ; unsigned int block_height, | 4
36 %define block_height 16
49 mov [rsp + block_height], rdx
77 imul rcx, [rsp + block_height]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c96 unsigned int block_height,
106 for (i = 0, k = 0; i < block_height; i++) {
92 vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count) argument
H A Dvp9_encodeframe.c195 const int block_height = num_8x8_blocks_high_lookup[bsize]; local
197 for (j = 0; j < block_height; ++j)
336 const int block_height = num_8x8_blocks_high_lookup[bsize]; local
340 assert(block_height == block_width);
347 mi_row + block_height / 2 < cm->mi_rows &&
354 if (mi_row + block_height / 2 < cm->mi_rows &&
369 set_block_size(cpi, mi_row + block_height / 2, mi_col, subsize);

Completed in 1073 milliseconds

12