Searched refs:min_partition_size (Results 1 – 13 of 13) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | speed_features.c | 1140 x->min_partition_size = AOMMAX(sf->part_sf.default_min_partition_size, in av1_set_speed_features_framesize_dependent() 1141 dim_to_size(cpi->oxcf.min_partition_size)); in av1_set_speed_features_framesize_dependent() 1144 x->min_partition_size = AOMMIN(x->min_partition_size, cm->seq_params.sb_size); in av1_set_speed_features_framesize_dependent() 1228 x->min_partition_size = AOMMAX(sf->part_sf.default_min_partition_size, in av1_set_speed_features_framesize_independent() 1229 dim_to_size(cpi->oxcf.min_partition_size)); in av1_set_speed_features_framesize_independent() 1232 x->min_partition_size = AOMMIN(x->min_partition_size, cm->seq_params.sb_size); in av1_set_speed_features_framesize_independent()
|
D | block.h | 272 BLOCK_SIZE min_partition_size; member
|
D | encodeframe.c | 2880 const int min_partition_size = block_size_wide[min_sq_part]; in rd_pick_partition() local 2882 assert(min_partition_size <= max_partition_size); in rd_pick_partition() 2883 const int is_le_min_sq_part = blksize <= min_partition_size; in rd_pick_partition() 2904 do_square_split = bsize_at_least_8x8 && (blksize > min_partition_size); in rd_pick_partition() 2906 has_rows && has_cols && (blksize >= min_partition_size); in rd_pick_partition() 2909 (blksize > min_partition_size) && in rd_pick_partition() 2914 (blksize > min_partition_size) && in rd_pick_partition() 3677 if (blksize < (min_partition_size << 2)) { in rd_pick_partition() 4772 BLOCK_SIZE min_sq_size = x->min_partition_size; in encode_rd_sb()
|
D | encoder.h | 388 int min_partition_size; member
|
/external/libaom/libaom/ |
D | Sample.cfg | 4 min_partition_size = 4 # min partition size(4, 8, 16, 32, 64)
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_block.h | 101 BLOCK_SIZE min_partition_size; member
|
D | vp9_encodeframe.c | 2924 static const BLOCK_SIZE min_partition_size[BLOCK_SIZES] = { variable 3018 min_size = min_partition_size[min_size]; in rd_auto_partition_range() 3094 min_size = min_partition_size[min_size]; in set_partition_range() 3839 BLOCK_SIZE min_size = x->min_partition_size; in rd_pick_partition() 4495 &x->min_partition_size, &x->max_partition_size); in encode_rd_sb_row() 4870 (bsize <= x->max_partition_size && bsize >= x->min_partition_size); in nonrd_pick_partition() 4872 ((bsize <= x->max_partition_size && bsize > x->min_partition_size) || in nonrd_pick_partition() 4875 ((bsize <= x->max_partition_size && bsize > x->min_partition_size) || in nonrd_pick_partition() 4877 do_split &= bsize > x->min_partition_size; in nonrd_pick_partition() 5108 x->min_partition_size = BLOCK_16X16; in nonrd_select_partition() [all …]
|
D | vp9_speed_features.c | 1026 x->min_partition_size = sf->default_min_partition_size; in vp9_set_speed_features_framesize_independent()
|
/external/libaom/libaom/common/ |
D | args.c | 91 GET_PARAMS(min_partition_size); in parse_cfg() 132 if (config->min_partition_size > config->max_partition_size) { in parse_cfg()
|
/external/libaom/libaom/aom/ |
D | aom_encoder.h | 226 unsigned int min_partition_size; member
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 99 int min_partition_size; // min partition size [4,8,16,32,64,128] member 556 RANGE_CHECK(extra_cfg, min_partition_size, 4, 128); in validate_config() 558 RANGE_CHECK_HI(extra_cfg, min_partition_size, extra_cfg->max_partition_size); in validate_config() 649 extra_cfg->min_partition_size = cfg->min_partition_size; in update_default_encoder_config() 917 oxcf->min_partition_size = extra_cfg->min_partition_size; in set_encoder_config() 1366 extra_cfg.min_partition_size = CAST(AV1E_SET_MIN_PARTITION_SIZE, args); in ctrl_set_min_partition_size()
|
/external/libaom/libaom/aom/src/ |
D | aom_encoder.c | 96 cfg->encoder_cfg.min_partition_size = 4; in aom_codec_enc_config_default()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 450 static const arg_def_t min_partition_size = variable 839 &min_partition_size, 1140 config->min_partition_size = 4; in init_config() 1774 SHOW_PARAMS(min_partition_size); in show_stream_config()
|