Home
last modified time | relevance | path

Searched defs:last_boosted_qindex (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_ratectrl.h96 int last_boosted_qindex; // Last boosted GF/KF/ARF q member
Dvp9_firstpass.c2766 int gf_start_show_idx, int active_worst_quality, int last_boosted_qindex) { in get_active_gf_inverval_range()
/external/libaom/av1/encoder/
Dratectrl.c1739 int last_boosted_qindex = simulate_parallel_frame in get_intra_q_and_bounds() local
1743 int last_boosted_qindex = p_rc->last_boosted_qindex; in get_intra_q_and_bounds() local
1906 int last_boosted_qindex = simulate_parallel_frame in get_q() local
1910 int last_boosted_qindex = p_rc->last_boosted_qindex; in get_q() local
Dratectrl.h503 int last_boosted_qindex; member