Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h570 int adapt_partition_source_sad; member
Dvp9_speed_features.c439 sf->adapt_partition_source_sad = 0; in set_rt_speed_feature_framesize_independent()
652 sf->adapt_partition_source_sad = 1; in set_rt_speed_feature_framesize_independent()
674 sf->adapt_partition_source_sad = 0; in set_rt_speed_feature_framesize_independent()
Dvp9_encodeframe.c4906 (cpi->sf.adapt_partition_source_sad) ? BLOCK_8X8 : BLOCK_16X16; in nonrd_select_partition()
5312 if (sf->adapt_partition_source_sad && in encode_nonrd_sb_row()