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.h568 int adapt_partition_source_sad; member
Dvp9_speed_features.c443 sf->adapt_partition_source_sad = 0; in set_rt_speed_feature_framesize_independent()
650 sf->adapt_partition_source_sad = 1; in set_rt_speed_feature_framesize_independent()
675 sf->adapt_partition_source_sad = 0; in set_rt_speed_feature_framesize_independent()
Dvp9_encodeframe.c5131 (cpi->sf.adapt_partition_source_sad) ? BLOCK_8X8 : BLOCK_16X16; in nonrd_select_partition()
5530 if (sf->adapt_partition_source_sad && in encode_nonrd_sb_row()