Home
last modified time | relevance | path

Searched refs:num_8x8_blocks_high_lookup (Results 1 – 13 of 13) 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_cyclicrefresh.c155 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_cyclic_refresh_update_segment()
218 const int bh = num_8x8_blocks_high_lookup[bsize]; in vp9_cyclic_refresh_update_sb_postencode()
378 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.c227 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in set_offsets()
285 VPXMIN(num_8x8_blocks_high_lookup[bsize], cm->mi_rows - mi_row); in duplicate_mode_info_in_sb()
441 const int block_height = num_8x8_blocks_high_lookup[bsize]; in set_vt_partitioning()
758 const int bh = num_8x8_blocks_high_lookup[BLOCK_64X64]; in skin_sb_split()
1413 const int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64]; in choose_partitioning()
1684 const int bh = num_8x8_blocks_high_lookup[mi->sb_type]; in update_state()
1692 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in update_state()
2059 int mi_height = num_8x8_blocks_high_lookup[bsize]; in restore_context()
2087 int mi_height = num_8x8_blocks_high_lookup[bsize]; in save_context()
2202 *bh = num_8x8_blocks_high_lookup[bsize]; in find_partition_size()
[all …]
Dvp9_segmentation.c154 bh = num_8x8_blocks_high_lookup[mi[0]->sb_type]; in count_segs_sb()
Dvp9_denoiser.c368 const int bh = num_8x8_blocks_high_lookup[bs]; in vp9_denoiser_denoise()
Dvp9_bitstream.c383 set_mi_row_col(xd, tile, mi_row, num_8x8_blocks_high_lookup[m->sb_type], in write_modes_b()
Dvp9_firstpass.c944 set_mi_row_col(xd, &tile, mb_row << 1, num_8x8_blocks_high_lookup[bsize], in vp9_first_pass_encode_tile_mb_row()
Dvp9_rdopt.c3268 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()
1117 ? !(r & (num_8x8_blocks_high_lookup[sb_type] - 1)) in vp9_filter_block_plane_non420()