Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c123 sf->use_square_only_threshold = BLOCK_16X16; in set_good_speed_feature()
132 sf->use_square_only_threshold = BLOCK_4X4; in set_good_speed_feature()
478 sf->use_square_only_threshold = BLOCK_SIZES; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h270 BLOCK_SIZE use_square_only_threshold; member
Dvp9_encodeframe.c2426 bsize > cpi->sf.use_square_only_threshold) { in rd_pick_partition()
2638 ((bsize > cpi->sf.use_square_only_threshold) || in rd_pick_partition()
2691 (bsize > cpi->sf.use_square_only_threshold)) in rd_pick_partition()