Home
last modified time | relevance | path

Searched refs:rd_auto_partition_min_limit (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h277 BLOCK_SIZE rd_auto_partition_min_limit; member
Dvp9_speed_features.c75 sf->rd_auto_partition_min_limit = set_partition_min_limit(cm); in set_good_speed_feature_framesize_dependent()
480 sf->rd_auto_partition_min_limit = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
Dvp9_encodeframe.c2218 VPXMIN(cpi->sf.rd_auto_partition_min_limit, VPXMIN(min_size, max_size)); in rd_auto_partition_range()