Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h307 int allow_txfm_domain_distortion; member
Dvp9_speed_features.c259 sf->allow_txfm_domain_distortion = 1; in set_good_speed_feature_framesize_independent()
462 sf->allow_txfm_domain_distortion = 1; in set_rt_speed_feature_framesize_independent()
923 sf->allow_txfm_domain_distortion = 0; in vp9_set_speed_features_framesize_independent()
Dvp9_encodeframe.c2052 x->block_tx_domain = cpi->sf.allow_txfm_domain_distortion && in rd_pick_sb_modes()
2060 x->block_tx_domain = cpi->sf.allow_txfm_domain_distortion; in rd_pick_sb_modes()