Searched refs:s_hevce_qp (Results 1 – 1 of 1) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_rc_interface.c | 3727 number_t s_hevce_qp, s_temp; in ihevce_rc_get_scaled_hevce_qp_q6() local 3731 convert_float_to_fix(f_hevce_qp, &s_hevce_qp); in ihevce_rc_get_scaled_hevce_qp_q6() 3736 add32_var_q(s_hevce_qp, s_temp, &s_hevce_qp); in ihevce_rc_get_scaled_hevce_qp_q6() 3737 number_t_to_word32(s_hevce_qp, &i4_hevce_qp); in ihevce_rc_get_scaled_hevce_qp_q6() 3765 number_t s_hevce_qp, s_temp; in ihevce_rc_get_scaled_hevce_qp_q3() local 3777 convert_float_to_fix(f_hevce_qp, &s_hevce_qp); in ihevce_rc_get_scaled_hevce_qp_q3() 3782 add32_var_q(s_hevce_qp, s_temp, &s_hevce_qp); in ihevce_rc_get_scaled_hevce_qp_q3() 3783 number_t_to_word32(s_hevce_qp, &i4_hevce_qp); in ihevce_rc_get_scaled_hevce_qp_q3()
|