Searched refs:num_8x8_blocks_high_lookup (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_common_data.h25 extern const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES];
H A Dvp9_common_data.c28 const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES] = variable
H A Dvp9_pred_common.h27 const int bh = num_8x8_blocks_high_lookup[bsize];
H A Dvp9_loopfilter.c730 const int h = num_8x8_blocks_high_lookup[block_size];
804 const int h = num_8x8_blocks_high_lookup[block_size];
1197 !(r & (num_8x8_blocks_high_lookup[sb_type] - 1)) : 1;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_complexity.c120 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64];
122 const int ymis = VPXMIN(cm->mi_rows - mi_row, num_8x8_blocks_high_lookup[bs]);
H A Dvp9_aq_cyclicrefresh.c198 const int bh = num_8x8_blocks_high_lookup[bsize];
252 const int bh = num_8x8_blocks_high_lookup[bsize];
435 VPXMIN(cm->mi_rows - mi_row, num_8x8_blocks_high_lookup[BLOCK_64X64]);
H A Dvp9_aq_variance.c152 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow;
H A Dvp9_encodeframe.c191 const int mi_height = num_8x8_blocks_high_lookup[bsize];
245 const int block_height = num_8x8_blocks_high_lookup[bsize];
403 const int block_height = num_8x8_blocks_high_lookup[bsize];
776 const int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64];
982 const int bh = num_8x8_blocks_high_lookup[mi->mbmi.sb_type];
991 const int mi_height = num_8x8_blocks_high_lookup[bsize];
1349 int mi_height = num_8x8_blocks_high_lookup[bsize];
1379 int mi_height = num_8x8_blocks_high_lookup[bsize];
1503 *bh = num_8x8_blocks_high_lookup[bsize];
1543 int bh = num_8x8_blocks_high_lookup[bsiz
[all...]
H A Dvp9_segmentation.c163 bh = num_8x8_blocks_high_lookup[mi[0]->mbmi.sb_type];
H A Dvp9_bitstream.c391 mi_row, num_8x8_blocks_high_lookup[m->mbmi.sb_type],
H A Dvp9_firstpass.c669 mb_row << 1, num_8x8_blocks_high_lookup[bsize],
H A Dvp9_rdopt.c3187 const int mi_height = VPXMIN(num_8x8_blocks_high_lookup[bsize],

Completed in 501 milliseconds