Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dspeed_features.c100 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
106 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
126 sf->use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
128 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
130 sf->use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
146 sf->use_square_partition_only_threshold = BLOCK_64X64; in set_good_speed_feature_framesize_dependent()
148 sf->use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
153 sf->use_square_partition_only_threshold = BLOCK_32X32; in set_good_speed_feature_framesize_dependent()
698 sf->use_square_partition_only_threshold = BLOCK_128X128; in av1_set_speed_features_framesize_independent()
Dspeed_features.h404 BLOCK_SIZE use_square_partition_only_threshold; member
Dencodeframe.c2452 bsize <= cpi->sf.use_square_partition_only_threshold && in rd_pick_sqr_partition()
3230 if (bsize > cpi->sf.use_square_partition_only_threshold) { in rd_pick_partition()
3448 bsize <= cpi->sf.use_square_partition_only_threshold && in rd_pick_partition()
4824 cpi->sf.use_square_partition_only_threshold > BLOCK_4X4 && in encode_sb_row()