Home
last modified time | relevance | path

Searched refs:max_partition_size (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h101 BLOCK_SIZE max_partition_size; member
Dvp9_encodeframe.c2844 static const BLOCK_SIZE max_partition_size[BLOCK_SIZES] = { variable
2933 max_size = max_partition_size[max_size]; in rd_auto_partition_range()
3009 max_size = max_partition_size[max_size]; in set_partition_range()
3671 BLOCK_SIZE max_size = x->max_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()
4915 x->max_partition_size = BLOCK_32X32; in nonrd_select_partition()
4921 x->max_partition_size = BLOCK_32X32; in nonrd_select_partition()
[all …]
Dvp9_rd.c550 MAX_MV_REF_CANDIDATES + (block_size < x->max_partition_size); in vp9_mv_pred()
Dvp9_speed_features.c1004 x->max_partition_size = sf->default_max_partition_size; in vp9_set_speed_features_framesize_independent()
/external/libaom/libaom/av1/
Dav1_cx_iface.c98 int max_partition_size; // max partition size [4,8,16,32,64,128] member
472 RANGE_CHECK(extra_cfg, max_partition_size, 4, 128); in validate_config()
473 RANGE_CHECK_HI(extra_cfg, min_partition_size, extra_cfg->max_partition_size); in validate_config()
771 oxcf->max_partition_size = extra_cfg->max_partition_size; in set_encoder_config()
1179 extra_cfg.max_partition_size = CAST(AV1E_SET_MAX_PARTITION_SIZE, args); in ctrl_set_max_partition_size()
/external/libaom/libaom/av1/encoder/
Dblock.h275 BLOCK_SIZE max_partition_size; member
Dspeed_features.c864 x->max_partition_size = sf->default_max_partition_size; in av1_set_speed_features_framesize_independent()
Dencoder.h350 int max_partition_size; member
Dencodeframe.c3333 const int max_partition_size = block_size_wide[max_sq_part]; in rd_pick_partition() local
3336 assert(min_partition_size <= max_partition_size); in rd_pick_partition()
3338 const int is_gt_max_sq_part = blksize > max_partition_size; in rd_pick_partition()
4838 switch (cpi->oxcf.max_partition_size) { in encode_sb_row()
5305 x->max_partition_size = AOMMIN(x->max_partition_size, cm->seq_params.sb_size); in encode_frame_internal()
Drd.c987 if (cpi->sf.adaptive_motion_search && block_size < x->max_partition_size) in av1_mv_pred()
/external/libaom/libaom/apps/
Daomenc.c454 static const arg_def_t max_partition_size = variable
799 &max_partition_size,