Searched refs:qp_add (Results 1 – 1 of 1) sorted by relevance
778 RK_S32 qp_add = 0, qp_minus = 0; in derive_pframe_qp_by_bitrate() local870 qp_add = qp_out > 36 ? 1 : (qp_out > 33 ? 2 : (qp_out > 30 ? 3 : 4)); in derive_pframe_qp_by_bitrate()872 qp_out = mpp_clip(qp_out, prev_pqp - qp_minus, prev_pqp + qp_add); in derive_pframe_qp_by_bitrate()874 p->frm_num, qp_out, qp_add, qp_minus); in derive_pframe_qp_by_bitrate()893 RK_S32 qp_add = 0, qp_add_p = 0; in revise_qp_by_complexity() local896 qp_add = 4; in revise_qp_by_complexity()899 qp_add = 6; in revise_qp_by_complexity()902 qp_add = 5; in revise_qp_by_complexity()906 qp_add++; in revise_qp_by_complexity()913 qp_add, qp_add_p, qp_final); in revise_qp_by_complexity()[all …]