Searched refs:cplx (Results 1 – 1 of 1) sorted by relevance
1526 RK_S32 cplx = mpp_data_sum_v2(ctx->complex_level); in derive_min_qp_from_complexity() local1540 if (cplx >= 15) in derive_min_qp_from_complexity()1544 if (cplx >= 16) in derive_min_qp_from_complexity()1546 else if (cplx >= 10) in derive_min_qp_from_complexity()1550 qp_min += (cplx >= 15) ? 3 : (cplx >= 10) ? 2 : (cplx >= 5) ? 1 : 0; in derive_min_qp_from_complexity()1557 ctx->frm_num, cplx, md, md3, qp_min); in derive_min_qp_from_complexity()