Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dconvert_float_to_fix.c51 void convert_float_to_fix(float a_f, number_t *a) in convert_float_to_fix() function
75 #pragma CODE_SECTION(convert_float_to_fix, "itt_varq_l1pram");
Dvar_q_operator.h41 void convert_float_to_fix(float a_f, number_t *a);
Dbit_allocation.c460 convert_float_to_fix(af_sum_weigh[e_pic_type][0], &vq_comp_coeff); in get_bits_based_on_complexity()
479 convert_float_to_fix(f_bits_cur_pic, &vq_comp_coeff); in get_bits_based_on_complexity()
485 convert_float_to_fix((float)ps_bit_allocation->i8_avg_bits_pictype[i], &temp); in get_bits_based_on_complexity()
497 convert_float_to_fix(af_sum_weigh[i][1], &vq_comp_coeff); in get_bits_based_on_complexity()
Dihevce_rc_interface.c3705 convert_float_to_fix(f_qp, &s_frame_qp); in ihevce_rc_get_scaled_mpeg2_qp_q6()
3731 convert_float_to_fix(f_hevce_qp, &s_hevce_qp); in ihevce_rc_get_scaled_hevce_qp_q6()
3777 convert_float_to_fix(f_hevce_qp, &s_hevce_qp); in ihevce_rc_get_scaled_hevce_qp_q3()
/external/libavc/encoder/
Dirc_common.h49 #define convert_float_to_fix(a_f, a) *a = (WORD32)a_f macro
/external/libhevc/
DAndroid.bp462 "encoder/convert_float_to_fix.c",