Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_speed_features.h347 BLOCK_SIZE use_square_only_thresh_low; member
Dvp9_speed_features.c75 sf->use_square_only_thresh_low = BLOCK_4X4; in set_good_speed_feature_framesize_dependent()
105 sf->use_square_only_thresh_low = BLOCK_16X16; in set_good_speed_feature_framesize_dependent()
131 sf->use_square_only_thresh_low = BLOCK_SIZES; in set_good_speed_feature_framesize_dependent()
924 sf->use_square_only_thresh_low = BLOCK_4X4; in vp9_set_speed_features_framesize_independent()
Dvp9_encodeframe.c4061 bsize < cpi->sf.use_square_only_thresh_low)) { in rd_pick_partition()