Searched refs:BLOCK_SIZES (Results 1 – 14 of 14) sorted by relevance
20 extern const int b_width_log2_lookup[BLOCK_SIZES];21 extern const int b_height_log2_lookup[BLOCK_SIZES];22 extern const int mi_width_log2_lookup[BLOCK_SIZES];23 extern const int num_8x8_blocks_wide_lookup[BLOCK_SIZES];24 extern const int num_8x8_blocks_high_lookup[BLOCK_SIZES];25 extern const int num_4x4_blocks_high_lookup[BLOCK_SIZES];26 extern const int num_4x4_blocks_wide_lookup[BLOCK_SIZES];27 extern const int size_group_lookup[BLOCK_SIZES];28 extern const int num_pels_log2_lookup[BLOCK_SIZES];29 extern const PARTITION_TYPE partition_lookup[][BLOCK_SIZES];[all …]
16 const int b_width_log2_lookup[BLOCK_SIZES] =18 const int b_height_log2_lookup[BLOCK_SIZES] =20 const int num_4x4_blocks_wide_lookup[BLOCK_SIZES] =22 const int num_4x4_blocks_high_lookup[BLOCK_SIZES] =25 const int mi_width_log2_lookup[BLOCK_SIZES] =27 const int num_8x8_blocks_wide_lookup[BLOCK_SIZES] =29 const int num_8x8_blocks_high_lookup[BLOCK_SIZES] =33 const int size_group_lookup[BLOCK_SIZES] =36 const int num_pels_log2_lookup[BLOCK_SIZES] =40 const PARTITION_TYPE partition_lookup[][BLOCK_SIZES] = {[all …]
43 BLOCK_SIZES, enumerator44 BLOCK_INVALID = BLOCK_SIZES
248 assert(subsize < BLOCK_SIZES); in get_subsize()292 assert(bs < BLOCK_SIZES); in get_plane_block_size()
82 static const uint64_t left_prediction_mask[BLOCK_SIZES] = {99 static const uint64_t above_prediction_mask[BLOCK_SIZES] = {117 static const uint64_t size_mask[BLOCK_SIZES] = {153 static const uint16_t left_prediction_mask_uv[BLOCK_SIZES] = {169 static const uint16_t above_prediction_mask_uv[BLOCK_SIZES] = {186 static const uint16_t size_mask_uv[BLOCK_SIZES] = {
49 } partition_context_lookup[BLOCK_SIZES];
79 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
354 int rd_threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];355 int rd_thresh_freq_fact[BLOCK_SIZES][MAX_MODES];356 int rd_thresh_sub8x8[MAX_SEGMENTS][BLOCK_SIZES][MAX_REFS];357 int rd_thresh_freq_sub8x8[BLOCK_SIZES][MAX_REFS];436 vp9_variance_fn_ptr_t fn_ptr[BLOCK_SIZES];516 int64_t mode_test_hits[BLOCK_SIZES];
96 sf->comp_inter_joint_search_thresh = BLOCK_SIZES; in set_good_speed_feature()200 sf->comp_inter_joint_search_thresh = BLOCK_SIZES; in set_rt_speed_feature()278 for (i = 0; i < BLOCK_SIZES; ++i) in set_rt_speed_feature()336 for (i = 0; i < BLOCK_SIZES; ++i) in vp9_set_speed_features()
305 int disable_inter_mode_mask[BLOCK_SIZES];
1087 for (i = 0; i < BLOCK_SIZES; ++i) { in init_pick_mode_context()1125 for (i = 0; i < BLOCK_SIZES; ++i) { in free_pick_mode_context()1387 for (i = 0; i < BLOCK_SIZES; ++i) { in vp9_create_compressor()1567 double norm_counts[BLOCK_SIZES]; in vp9_remove_compressor()1570 int norm_factors[BLOCK_SIZES] = in vp9_remove_compressor()1575 for (i = 0; i < BLOCK_SIZES; ++i) { in vp9_remove_compressor()
1864 static const BLOCK_SIZE min_partition_size[BLOCK_SIZES] = {1872 static const BLOCK_SIZE max_partition_size[BLOCK_SIZES] = {1909 static const BLOCK_SIZE next_square_size[BLOCK_SIZES] = {
137 static int rd_thresh_block_size_factor[BLOCK_SIZES] =255 for (bsize = 0; bsize < BLOCK_SIZES; ++bsize) { in set_block_thresholds()
40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P()