Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c74 sf->use_square_only_thresh_high = BLOCK_SIZES; in set_good_speed_feature_framesize_dependent()
82 sf->use_square_only_thresh_high = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
102 sf->use_square_only_thresh_high = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
104 sf->use_square_only_thresh_high = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
130 sf->use_square_only_thresh_high = BLOCK_4X4; in set_good_speed_feature_framesize_dependent()
908 sf->use_square_only_thresh_high = BLOCK_SIZES; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h346 BLOCK_SIZE use_square_only_thresh_high; member
Dvp9_encodeframe.c3918 (bsize > cpi->sf.use_square_only_thresh_high || in rd_pick_partition()
4237 (bsize > cpi->sf.use_square_only_thresh_high || in rd_pick_partition()
4322 bsize > cpi->sf.use_square_only_thresh_high) in rd_pick_partition()