Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_speed_features.c467 sf->adapt_partition_source_sad = 0; in set_rt_speed_feature_framesize_independent()
673 sf->adapt_partition_source_sad = 1; in set_rt_speed_feature_framesize_independent()
700 sf->adapt_partition_source_sad = 0; in set_rt_speed_feature_framesize_independent()
H A Dvp9_speed_features.h611 int adapt_partition_source_sad; member
H A Dvp9_encodeframe.c5199 (cpi->sf.adapt_partition_source_sad) ? BLOCK_8X8 : BLOCK_16X16; in nonrd_select_partition()
5588 if (sf->adapt_partition_source_sad && in encode_nonrd_sb_row()