Searched defs:block_height (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/test/
H A Dvp9_subtract_test.cc45 const int block_height = 4 * num_4x4_blocks_high_lookup[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) {
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/mesa3d/src/gallium/drivers/svga/
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/mesa/drivers/dri/r200/
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.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/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c126 unsigned int block_height,
136 for (i = 0, k = 0; i < block_height; i++) {
171 unsigned int block_height,
183 for (i = 0, k = 0; i < block_height; i++) {
122 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
167 vp9_highbd_temporal_filter_apply_c(uint8_t *frame1_8, unsigned int stride, uint8_t *frame2_8, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count) argument
H A Dvp9_encodeframe.c245 const int block_height = num_8x8_blocks_high_lookup[bsize]; local
247 for (j = 0; j < block_height; ++j)
403 const int block_height = num_8x8_blocks_high_lookup[bsize]; local
406 assert(block_height == block_width);
420 mi_row + block_height / 2 < cm->mi_rows &&
438 mi_row + block_height / 2 < cm->mi_rows &&
445 if (mi_row + block_height / 2 < cm->mi_rows) {
466 set_block_size(cpi, x, xd, mi_row + block_height / 2, mi_col, subsize);
776 const int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64]; local
778 mi_row + block_height /
[all...]

Completed in 615 milliseconds