Home
last modified time | relevance | path

Searched refs:adjust_partitioning_from_last_frame (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h374 int adjust_partitioning_from_last_frame; member
Dvp9_speed_features.c504 sf->adjust_partitioning_from_last_frame = 1; in set_rt_speed_feature_framesize_independent()
533 sf->adjust_partitioning_from_last_frame = in set_rt_speed_feature_framesize_independent()
893 sf->adjust_partitioning_from_last_frame = 0; in vp9_set_speed_features_framesize_independent()
Dvp9_encodeframe.c2624 cpi->sf.adjust_partitioning_from_last_frame) { in rd_use_partition()
2753 if (do_partition_search && cpi->sf.adjust_partitioning_from_last_frame && in rd_use_partition()
/external/libaom/libaom/av1/encoder/
Dspeed_features.h429 int adjust_partitioning_from_last_frame; member
Dspeed_features.c705 sf->adjust_partitioning_from_last_frame = 0; in av1_set_speed_features_framesize_independent()
Dencodeframe.c1741 cpi->sf.adjust_partitioning_from_last_frame) { in rd_use_partition()
1868 if (do_partition_search && cpi->sf.adjust_partitioning_from_last_frame && in rd_use_partition()