Home
last modified time | relevance | path

Searched refs:adjusted_qindex (Results 1 – 2 of 2) sorted by relevance

/external/libaom/av1/qmode_rc/
Dratectrl_qmode.cc1499 const int adjusted_qindex = in GetGopEncodeInfoWithTpl() local
1502 const int rd_mult = GetRDMult(gop_frame, adjusted_qindex); in GetGopEncodeInfoWithTpl()
1504 { static_cast<uint8_t>(adjusted_qindex), rd_mult }); in GetGopEncodeInfoWithTpl()
/external/libaom/av1/encoder/
Dencodeframe.c282 const int adjusted_qindex = av1_adjust_q_from_delta_q_res( in setup_delta_q() local
285 assert(adjusted_qindex == current_qindex); in setup_delta_q()
287 current_qindex = adjusted_qindex; in setup_delta_q()