Searched defs:block_width (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_subtract_test.cc42 const int block_width = 4 * num_4x4_blocks_wide_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));
53 for (int c = 0; c < block_width * 2; ++c) {
54 src[r * block_width * 2 + c] = rnd.Rand8();
55 pred[r * block_width * 2 + c] = rnd.Rand8();
59 GetParam()(block_height, block_width, diff, block_width,
60 src, block_width, pre
[all...]
H A Dpp_filter_test.cc41 const int block_width = 16; local
45 const int input_width = block_width;
51 const int output_width = block_width + 16;
65 reinterpret_cast<uint8_t *>(vpx_memalign(16, block_width));
66 (void)vpx_memset(flimits, 255, block_width);
74 for (int j = 0; j < block_width; ++j) {
85 output_stride, block_width, flimits, 16));
93 for (int j = 0; j < block_width; ++j) {
/external/libvpx/libvpx/test/
H A Dvp9_subtract_test.cc42 const int block_width = 4 * num_4x4_blocks_wide_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));
53 for (int c = 0; c < block_width * 2; ++c) {
54 src[r * block_width * 2 + c] = rnd.Rand8();
55 pred[r * block_width * 2 + c] = rnd.Rand8();
59 GetParam()(block_height, block_width, diff, block_width,
60 src, block_width, pre
[all...]
H A Dpp_filter_test.cc41 const int block_width = 16; local
45 const int input_width = block_width;
51 const int output_width = block_width + 16;
65 reinterpret_cast<uint8_t *>(vpx_memalign(16, block_width));
66 (void)vpx_memset(flimits, 255, block_width);
74 for (int j = 0; j < block_width; ++j) {
84 output_stride, block_width, flimits, 16));
92 for (int j = 0; j < block_width; ++j) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_format.c587 * block_width and block_height are one for uncompressed formats and
594 unsigned *block_width,
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.c587 * block_width and block_height are one for uncompressed formats and
594 unsigned *block_width,
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/mesa/drivers/dri/r200/
H A Dradeon_tile.c476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) argument
481 *block_width = 1;
485 *block_width = 2;
489 *block_width = 4;
495 *block_width = 4;
500 *block_width = 8;
505 *block_width = 8;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height) argument
481 *block_width = 1;
485 *block_width = 2;
489 *block_width = 4;
495 *block_width = 4;
500 *block_width = 8;
505 *block_width = 8;
/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
481 *block_width = 1;
485 *block_width = 2;
489 *block_width = 4;
495 *block_width = 4;
500 *block_width = 8;
505 *block_width = 8;
/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
481 *block_width = 1;
485 *block_width = 2;
489 *block_width = 4;
495 *block_width = 4;
500 *block_width = 8;
505 *block_width = 8;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c95 unsigned int block_width,
107 for (j = 0; j < block_width; j++, k++) {
132 byte += stride - block_width;
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.c194 const int block_width = num_8x8_blocks_wide_lookup[bsize]; local
198 for (i = 0; i < block_width; ++i) {
335 const int block_width = num_8x8_blocks_wide_lookup[bsize]; local
340 assert(block_height == block_width);
346 if (mi_col + block_width / 2 < cm->mi_cols &&
359 set_block_size(cpi, mi_row, mi_col + block_width / 2, subsize);
364 if (mi_col + block_width / 2 < cm->mi_cols &&
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c273 const int block_width = num_8x8_blocks_wide_lookup[bsize]; local
277 for (i = 0; i < block_width; ++i) {
414 const int block_width = num_8x8_blocks_wide_lookup[bsize]; local
419 assert(block_height == block_width);
425 if (mi_col + block_width / 2 < cm->mi_cols &&
438 set_block_size(cpi, tile, mi_row, mi_col + block_width / 2, subsize);
443 if (mi_col + block_width / 2 < cm->mi_cols &&

Completed in 592 milliseconds