Searched refs:max_partition_size (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_block.h | 101 BLOCK_SIZE max_partition_size; member
|
D | vp9_encodeframe.c | 2844 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 …]
|
D | vp9_rd.c | 550 MAX_MV_REF_CANDIDATES + (block_size < x->max_partition_size); in vp9_mv_pred()
|
D | vp9_speed_features.c | 1004 x->max_partition_size = sf->default_max_partition_size; in vp9_set_speed_features_framesize_independent()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 98 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/ |
D | block.h | 275 BLOCK_SIZE max_partition_size; member
|
D | speed_features.c | 864 x->max_partition_size = sf->default_max_partition_size; in av1_set_speed_features_framesize_independent()
|
D | encoder.h | 350 int max_partition_size; member
|
D | encodeframe.c | 3333 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()
|
D | rd.c | 987 if (cpi->sf.adaptive_motion_search && block_size < x->max_partition_size) in av1_mv_pred()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 454 static const arg_def_t max_partition_size = variable 799 &max_partition_size,
|