Searched refs:block_width (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c289 const int block_width = num_8x8_blocks_wide_lookup[bsize]; local
293 for (i = 0; i < block_width; ++i) {
430 const int block_width = num_8x8_blocks_wide_lookup[bsize]; local
435 assert(block_height == block_width);
441 if (mi_col + block_width / 2 < cm->mi_cols &&
454 set_block_size(cpi, tile, mi_row, mi_col + block_width / 2, subsize);
459 if (mi_col + block_width / 2 < cm->mi_cols &&

Completed in 44 milliseconds