Searched refs:min_partition_size (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_block.h | 100 BLOCK_SIZE min_partition_size; member
|
D | vp9_encodeframe.c | 2838 static const BLOCK_SIZE min_partition_size[BLOCK_SIZES] = { variable 2932 min_size = min_partition_size[min_size]; in rd_auto_partition_range() 3008 min_size = min_partition_size[min_size]; in set_partition_range() 3670 BLOCK_SIZE min_size = x->min_partition_size; in rd_pick_partition() 4295 &x->min_partition_size, &x->max_partition_size); in encode_rd_sb_row() 4673 (bsize <= x->max_partition_size && bsize >= x->min_partition_size); in nonrd_pick_partition() 4675 ((bsize <= x->max_partition_size && bsize > x->min_partition_size) || in nonrd_pick_partition() 4678 ((bsize <= x->max_partition_size && bsize > x->min_partition_size) || in nonrd_pick_partition() 4680 do_split &= bsize > x->min_partition_size; in nonrd_pick_partition() 4916 x->min_partition_size = BLOCK_16X16; in nonrd_select_partition() [all …]
|
D | vp9_speed_features.c | 1003 x->min_partition_size = sf->default_min_partition_size; in vp9_set_speed_features_framesize_independent()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 97 int min_partition_size; // min partition size [4,8,16,32,64,128] member 471 RANGE_CHECK(extra_cfg, min_partition_size, 4, 128); in validate_config() 473 RANGE_CHECK_HI(extra_cfg, min_partition_size, extra_cfg->max_partition_size); in validate_config() 770 oxcf->min_partition_size = extra_cfg->min_partition_size; in set_encoder_config() 1172 extra_cfg.min_partition_size = CAST(AV1E_SET_MIN_PARTITION_SIZE, args); in ctrl_set_min_partition_size()
|
/external/libaom/libaom/av1/encoder/ |
D | block.h | 274 BLOCK_SIZE min_partition_size; member
|
D | speed_features.c | 863 x->min_partition_size = sf->default_min_partition_size; in av1_set_speed_features_framesize_independent() 886 if (cpi->oxcf.using_dist_8x8) x->min_partition_size = BLOCK_8X8; in av1_set_speed_features_framesize_independent()
|
D | encoder.h | 349 int min_partition_size; member
|
D | encodeframe.c | 3334 const int min_partition_size = block_size_wide[min_sq_part]; in rd_pick_partition() local 3336 assert(min_partition_size <= max_partition_size); in rd_pick_partition() 3337 const int is_le_min_sq_part = blksize <= min_partition_size; in rd_pick_partition() 4085 if (blksize < (min_partition_size << 2)) { in rd_pick_partition() 4850 switch (cpi->oxcf.min_partition_size) { in encode_sb_row() 5304 x->min_partition_size = AOMMIN(x->min_partition_size, cm->seq_params.sb_size); in encode_frame_internal()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 450 static const arg_def_t min_partition_size = variable 798 &min_partition_size,
|