Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c3728 float f_mpeg2_qp, f_hevce_qp; in ihevce_rc_get_scaled_hevce_qp_q6() local
3729 f_mpeg2_qp = (float)i4_frame_qp_q6 / (1 << QSCALE_Q_FAC); in ihevce_rc_get_scaled_hevce_qp_q6()
3730 f_hevce_qp = (6 * ((float)log(f_mpeg2_qp) / (float)log((float)2))) + 4; in ihevce_rc_get_scaled_hevce_qp_q6()
3773 float f_mpeg2_qp, f_hevce_qp; in ihevce_rc_get_scaled_hevce_qp_q3() local
3775 f_mpeg2_qp = (float)i4_frame_qp; in ihevce_rc_get_scaled_hevce_qp_q3()
3776 f_hevce_qp = (6 * ((float)log(f_mpeg2_qp) / (float)log((float)2) - 3)) + 4; in ihevce_rc_get_scaled_hevce_qp_q3()