Searched refs:num_8x8_blocks_high_lookup (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_complexity.c | 116 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; in vp9_caq_select_segment() 118 const int ymis = VPXMIN(cm->mi_rows - mi_row, num_8x8_blocks_high_lookup[bs]); in vp9_caq_select_segment()
|
D | vp9_aq_variance.c | 153 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; in block_variance() 202 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_get_sub_block_energy()
|
D | vp9_aq_cyclicrefresh.c | 166 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_cyclic_refresh_update_segment() 229 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_cyclic_refresh_update_sb_postencode() 420 VPXMIN(cm->mi_rows - mi_row, num_8x8_blocks_high_lookup[BLOCK_64X64]); in cyclic_refresh_update_map()
|
D | vp9_segmentation.c | 167 bh = num_8x8_blocks_high_lookup[mi[0]->sb_type]; in count_segs_sb()
|
D | vp9_encodeframe.c | 259 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in set_offsets() 298 VPXMIN(num_8x8_blocks_high_lookup[bsize], cm->mi_rows - mi_row); in duplicate_mode_info_in_sb() 452 const int block_height = num_8x8_blocks_high_lookup[bsize]; in set_vt_partitioning() 775 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; in skin_sb_split() 1468 const int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64]; in choose_partitioning() 1739 const int bh = num_8x8_blocks_high_lookup[mi->sb_type]; in update_state() 1747 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in update_state() 2102 int mi_height = num_8x8_blocks_high_lookup[bsize]; in restore_context() 2130 int mi_height = num_8x8_blocks_high_lookup[bsize]; in save_context() 2249 *bh = num_8x8_blocks_high_lookup[bsize]; in find_partition_size() [all …]
|
D | vp9_denoiser.c | 380 const int bh = num_8x8_blocks_high_lookup[bs]; in vp9_denoiser_denoise()
|
D | vp9_encoder.c | 5684 const int mi_height = num_8x8_blocks_high_lookup[bsize]; 5715 const int mi_height = num_8x8_blocks_high_lookup[bsize]; 5761 const int mi_height = num_8x8_blocks_high_lookup[bsize]; 5893 const int mi_height = num_8x8_blocks_high_lookup[bsize]; 6157 const int mi_height = num_8x8_blocks_high_lookup[bsize]; 6263 const int mi_height = num_8x8_blocks_high_lookup[bsize]; 6385 const int mi_height = num_8x8_blocks_high_lookup[bsize];
|
D | vp9_bitstream.c | 384 set_mi_row_col(xd, tile, mi_row, num_8x8_blocks_high_lookup[m->sb_type], in write_modes_b()
|
D | vp9_firstpass.c | 908 set_mi_row_col(xd, &tile, mb_row << 1, num_8x8_blocks_high_lookup[bsize], in vp9_first_pass_encode_tile_mb_row()
|
D | vp9_mcomp.c | 1887 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in vp9_prepare_nb_full_mvs()
|
D | vp9_rdopt.c | 3395 const int mi_height = VPXMIN(num_8x8_blocks_high_lookup[bsize], in vp9_rd_pick_inter_mode_sb()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common_data.h | 25 extern const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES];
|
D | vp9_pred_common.h | 27 const int bh = num_8x8_blocks_high_lookup[bsize]; in get_segment_id()
|
D | vp9_common_data.c | 28 const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 2, 1, 2, variable
|
D | vp9_loopfilter.c | 672 const int h = num_8x8_blocks_high_lookup[block_size]; in build_masks() 744 const int h = num_8x8_blocks_high_lookup[block_size]; in build_y_mask() 1123 ? !(r & (num_8x8_blocks_high_lookup[sb_type] - 1)) in vp9_filter_block_plane_non420()
|
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 542 int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64]; if (mi_col + in av1_choose_var_based_partitioning()
|