Searched refs:num_8x8_blocks_high_lookup (Results 1 – 13 of 13) 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_cyclicrefresh.c | 155 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()
|
D | vp9_aq_variance.c | 152 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; in block_variance()
|
D | vp9_encodeframe.c | 227 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 …]
|
D | vp9_segmentation.c | 154 bh = num_8x8_blocks_high_lookup[mi[0]->sb_type]; in count_segs_sb()
|
D | vp9_denoiser.c | 368 const int bh = num_8x8_blocks_high_lookup[bs]; in vp9_denoiser_denoise()
|
D | vp9_bitstream.c | 383 set_mi_row_col(xd, tile, mi_row, num_8x8_blocks_high_lookup[m->sb_type], in write_modes_b()
|
D | vp9_firstpass.c | 944 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_rdopt.c | 3268 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() 1117 ? !(r & (num_8x8_blocks_high_lookup[sb_type] - 1)) in vp9_filter_block_plane_non420()
|