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

/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, src, block_width,
62 for (int r = 0; r < block_height; ++r) {
70 GetParam()(block_height, block_width, diff, block_width * 2, src,
73 for (int r = 0; r < block_height; ++r) {
H A Dpp_filter_test.cc56 const int block_height = 16; local
59 Buffer<uint8_t> src_image = Buffer<uint8_t>(block_width, block_height, 2);
65 Buffer<uint8_t>(block_width, block_height, 8, 16, 8, 8);
84 static const uint8_t kExpectedOutput[block_height] = {
89 for (int i = 0; i < block_height; ++i) {
105 const int block_height = 16; local
110 Buffer<uint8_t>(block_width, block_height, 2, 2, 10, 2);
118 Buffer<uint8_t>(block_width, block_height, 8, 8, 16, 8);
119 Buffer<uint8_t> dst_image_ref = Buffer<uint8_t>(block_width, block_height, 8);
148 block_height);
[all...]
/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.c100 unsigned int block_height, int strength,
114 for (i = 0, k = 0; i < block_height; i++) {
127 if (row >= 0 && row < (int)block_height && col >= 0 &&
168 unsigned int block_width, unsigned int block_height, int strength,
177 for (i = 0, k = 0; i < block_height; i++) {
188 if (row >= 0 && row < (int)block_height && col >= 0 &&
97 vp9_temporal_filter_apply_c(const uint8_t *frame1, unsigned int stride, const uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, uint32_t *accumulator, uint16_t *count) argument
166 vp9_highbd_temporal_filter_apply_c( const uint8_t *frame1_8, unsigned int stride, const uint8_t *frame2_8, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, uint32_t *accumulator, uint16_t *count) argument
H A Dvp9_encodeframe.c270 const int block_height = local
276 for (j = 0; j < block_height; ++j)
423 const int block_height = num_8x8_blocks_high_lookup[bsize]; local
425 assert(block_height == block_width);
437 mi_row + block_height / 2 < cm->mi_rows &&
454 mi_row + block_height / 2 < cm->mi_rows &&
461 if (mi_row + block_height / 2 < cm->mi_rows) {
482 set_block_size(cpi, x, xd, mi_row + block_height / 2, mi_col, subsize);
1209 const int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64]; local
1211 mi_row + block_height /
[all...]

Completed in 229 milliseconds