Searched refs:new_q_index_offset (Results 1 – 1 of 1) sorted by relevance
676 const int new_q_index_offset = av1_quantizer_to_qindex(q_offset); in convert_qp_offset() local677 const int new_q_index = AOMMAX(cq_level - new_q_index_offset, 0); in convert_qp_offset()