Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_complexity.c116 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()
Dvp9_aq_variance.c153 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()
Dvp9_aq_cyclicrefresh.c166 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()
Dvp9_segmentation.c167 bh = num_8x8_blocks_high_lookup[mi[0]->sb_type]; in count_segs_sb()
Dvp9_encodeframe.c259 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 …]
Dvp9_denoiser.c380 const int bh = num_8x8_blocks_high_lookup[bs]; in vp9_denoiser_denoise()
Dvp9_encoder.c5684 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];
Dvp9_bitstream.c384 set_mi_row_col(xd, tile, mi_row, num_8x8_blocks_high_lookup[m->sb_type], in write_modes_b()
Dvp9_firstpass.c908 set_mi_row_col(xd, &tile, mb_row << 1, num_8x8_blocks_high_lookup[bsize], in vp9_first_pass_encode_tile_mb_row()
Dvp9_mcomp.c1887 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in vp9_prepare_nb_full_mvs()
Dvp9_rdopt.c3395 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_pred_common.h27 const int bh = num_8x8_blocks_high_lookup[bsize]; in get_segment_id()
Dvp9_common_data.c28 const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 2, 1, 2, variable
Dvp9_loopfilter.c672 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/
Dvar_based_part.c542 int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64]; if (mi_col + in av1_choose_var_based_partitioning()