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.c197 sf->use_fast_coef_updates = ONE_LOOP_REDUCED; in set_good_speed_feature()
367 sf->use_fast_coef_updates = is_keyframe ? TWO_LOOP : ONE_LOOP_REDUCED; in set_rt_speed_feature()
502 sf->use_fast_coef_updates = TWO_LOOP; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h365 FAST_COEFF_UPDATE use_fast_coef_updates; member
Dvp9_bitstream.c540 switch (cpi->sf.use_fast_coef_updates) { in update_coef_probs_common()