Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h254 BLOCK_SIZE max_partition_size; member
Dvp9_speed_features.c264 sf->max_partition_size = BLOCK_32X32; in set_rt_speed_feature()
353 sf->max_partition_size = BLOCK_64X64; in vp9_set_speed_features()
Dvp9_encodeframe.c1710 static const BLOCK_SIZE max_partition_size[BLOCK_SIZES] = { variable
1797 max_size = max_partition_size[max_size]; in rd_auto_partition_range()
1926 max_size = max_partition_size[max_size]; in set_partition_range()
2017 BLOCK_SIZE max_size = cpi->sf.max_partition_size; in rd_pick_partition()
2498 &sf->max_partition_size); in encode_rd_sb_row()
2520 &sf->max_partition_size); in encode_rd_sb_row()
2717 partition_none_allowed &= (bsize <= sf->max_partition_size && in nonrd_pick_partition()
2719 partition_horz_allowed &= ((bsize <= sf->max_partition_size && in nonrd_pick_partition()
2722 partition_vert_allowed &= ((bsize <= sf->max_partition_size && in nonrd_pick_partition()
3103 &sf->max_partition_size); in encode_nonrd_sb_row()
Dvp9_rd.c381 block_size < cpi->sf.max_partition_size); in vp9_mv_pred()