Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_speed_features.c99 sf->use_lastframe_partitioning = LAST_FRAME_PARTITION_LOW_MOTION; in set_good_speed_feature()
131 sf->use_lastframe_partitioning = LAST_FRAME_PARTITION_ALL; in set_good_speed_feature()
203 sf->use_lastframe_partitioning = LAST_FRAME_PARTITION_LOW_MOTION; in set_rt_speed_feature()
219 sf->use_lastframe_partitioning = LAST_FRAME_PARTITION_ALL; in set_rt_speed_feature()
302 sf->use_lastframe_partitioning = LAST_FRAME_PARTITION_OFF; in vp9_set_speed_features()
Dvp9_speed_features.h185 LAST_FRAME_PARTITION_METHOD use_lastframe_partitioning; member
Dvp9_encodeframe.c2346 cpi->sf.use_lastframe_partitioning) || in encode_rd_sb_row()
2378 || ((cpi->sf.use_lastframe_partitioning == in encode_rd_sb_row()