Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dspeed_features.c192 sf->part_sf.use_square_partition_only_threshold = BLOCK_128X128; in set_allintra_speed_feature_framesize_dependent()
198 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_allintra_speed_feature_framesize_dependent()
225 sf->part_sf.use_square_partition_only_threshold = BLOCK_128X128; in set_allintra_speed_feature_framesize_dependent()
227 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_allintra_speed_feature_framesize_dependent()
229 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_allintra_speed_feature_framesize_dependent()
244 sf->part_sf.use_square_partition_only_threshold = BLOCK_64X64; in set_allintra_speed_feature_framesize_dependent()
246 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_allintra_speed_feature_framesize_dependent()
248 sf->part_sf.use_square_partition_only_threshold = BLOCK_32X32; in set_allintra_speed_feature_framesize_dependent()
304 sf->part_sf.use_square_partition_only_threshold = BLOCK_16X16; in set_allintra_speed_feature_framesize_dependent()
619 sf->part_sf.use_square_partition_only_threshold = BLOCK_128X128; in set_good_speed_feature_framesize_dependent()
[all …]
Dspeed_features.h627 BLOCK_SIZE use_square_partition_only_threshold; member
Dpartition_search.c50 part_sf->use_square_partition_only_threshold = BLOCK_128X128; in av1_reset_part_sf()
4172 bsize <= cpi->sf.part_sf.use_square_partition_only_threshold && in prune_partitions_after_none()
5527 if (bsize > cpi->sf.part_sf.use_square_partition_only_threshold) { in av1_rd_pick_partition()