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.c73 sf->use_square_only_thresh_high = BLOCK_SIZES; in set_good_speed_feature_framesize_dependent()
81 sf->use_square_only_thresh_high = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
101 sf->use_square_only_thresh_high = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
103 sf->use_square_only_thresh_high = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
129 sf->use_square_only_thresh_high = BLOCK_4X4; in set_good_speed_feature_framesize_dependent()
887 sf->use_square_only_thresh_high = BLOCK_SIZES; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h348 BLOCK_SIZE use_square_only_thresh_high; member
Dvp9_encodeframe.c3745 (bsize > cpi->sf.use_square_only_thresh_high || in rd_pick_partition()
4050 (bsize > cpi->sf.use_square_only_thresh_high || in rd_pick_partition()
4128 bsize > cpi->sf.use_square_only_thresh_high) in rd_pick_partition()