Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_complexity.c120 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; in vp9_caq_select_segment()
122 const int ymis = VPXMIN(cm->mi_rows - mi_row, num_8x8_blocks_high_lookup[bs]); in vp9_caq_select_segment()
Dvp9_aq_cyclicrefresh.c198 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_cyclic_refresh_update_segment()
252 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_cyclic_refresh_update_sb_postencode()
435 VPXMIN(cm->mi_rows - mi_row, num_8x8_blocks_high_lookup[BLOCK_64X64]); in cyclic_refresh_update_map()
Dvp9_aq_variance.c152 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; in block_variance()
Dvp9_encodeframe.c191 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in set_offsets()
245 const int block_height = num_8x8_blocks_high_lookup[bsize]; in duplicate_mode_info_in_sb()
403 const int block_height = num_8x8_blocks_high_lookup[bsize]; in set_vt_partitioning()
776 const int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64]; in choose_partitioning()
982 const int bh = num_8x8_blocks_high_lookup[mi->mbmi.sb_type]; in update_state()
991 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in update_state()
1349 int mi_height = num_8x8_blocks_high_lookup[bsize]; in restore_context()
1379 int mi_height = num_8x8_blocks_high_lookup[bsize]; in save_context()
1503 *bh = num_8x8_blocks_high_lookup[bsize]; in find_partition_size()
1543 int bh = num_8x8_blocks_high_lookup[bsize]; in set_fixed_partitioning()
[all …]
Dvp9_segmentation.c163 bh = num_8x8_blocks_high_lookup[mi[0]->mbmi.sb_type]; in count_segs_sb()
Dvp9_bitstream.c391 mi_row, num_8x8_blocks_high_lookup[m->mbmi.sb_type], in write_modes_b()
Dvp9_firstpass.c669 mb_row << 1, num_8x8_blocks_high_lookup[bsize], in vp9_first_pass()
Dvp9_rdopt.c3187 const int mi_height = VPXMIN(num_8x8_blocks_high_lookup[bsize], in vp9_rd_pick_inter_mode_sb()
/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.h25 extern const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES];
Dvp9_common_data.c28 const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES] = variable
Dvp9_pred_common.h27 const int bh = num_8x8_blocks_high_lookup[bsize]; in get_segment_id()
Dvp9_loopfilter.c730 const int h = num_8x8_blocks_high_lookup[block_size]; in build_masks()
804 const int h = num_8x8_blocks_high_lookup[block_size]; in build_y_mask()
1197 !(r & (num_8x8_blocks_high_lookup[sb_type] - 1)) : 1; in vp9_filter_block_plane_non420()