Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h454 FAST_COEFF_UPDATE use_fast_coef_updates; member
Dvp9_speed_features.c371 sf->use_fast_coef_updates = ONE_LOOP_REDUCED; in set_good_speed_feature_framesize_independent()
556 sf->use_fast_coef_updates = is_keyframe ? TWO_LOOP : ONE_LOOP_REDUCED; in set_rt_speed_feature_framesize_independent()
588 sf->use_fast_coef_updates = is_keyframe ? TWO_LOOP : ONE_LOOP_REDUCED; in set_rt_speed_feature_framesize_independent()
941 sf->use_fast_coef_updates = TWO_LOOP; in vp9_set_speed_features_framesize_independent()
Dvp9_bitstream.c554 switch (cpi->sf.use_fast_coef_updates) { in update_coef_probs_common()
630 assert(cpi->sf.use_fast_coef_updates == ONE_LOOP_REDUCED); in update_coef_probs_common()