Home
last modified time | relevance | path

Searched refs:min_partition_size (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h100 BLOCK_SIZE min_partition_size; member
Dvp9_encodeframe.c2838 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 …]
Dvp9_speed_features.c1003 x->min_partition_size = sf->default_min_partition_size; in vp9_set_speed_features_framesize_independent()
/external/libaom/libaom/av1/
Dav1_cx_iface.c97 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/
Dblock.h274 BLOCK_SIZE min_partition_size; member
Dspeed_features.c863 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()
Dencoder.h349 int min_partition_size; member
Dencodeframe.c3334 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/
Daomenc.c450 static const arg_def_t min_partition_size = variable
798 &min_partition_size,