Searched refs:number_t_to_word32 (Results 1 – 11 of 11) sorted by relevance
/external/libavc/encoder/ |
D | irc_common.h | 47 #define number_t_to_word32(num_a, a) *a = (WORD32)num_a macro 71 number_t_to_word32(vq_a,&(P1));\
|
D | irc_bit_allocation.c | 503 number_t_to_word32(vq_est_texture_bits_for_frm, in irc_ba_get_cur_frm_est_texture_bits() 523 number_t_to_word32(vq_est_texture_bits_for_frm, in irc_ba_get_cur_frm_est_texture_bits() 563 number_t_to_word32(ps_bit_allocation->s_rbip.vq_rem_bits_in_period, in irc_ba_get_rem_bits_in_period()
|
D | irc_est_sad.c | 194 number_t_to_word32(vq_prev_frm_sad_i, in irc_get_est_sad()
|
D | ih264e_time_stamp.c | 290 number_t_to_word32(s_common_time_base, &(ps_frame_time->common_time_base)); in ih264e_init_frame_time()
|
/external/libhevc/encoder/ |
D | var_q_operator.c | 185 void number_t_to_word32(number_t num_a, WORD32 *a) in number_t_to_word32() function 203 #pragma CODE_SECTION(number_t_to_word32, "itt_varq_l1pram");
|
D | var_q_operator.h | 39 void number_t_to_word32(number_t num_a, WORD32 *a);
|
D | rc_common.h | 81 number_t_to_word32(vq_a, &(P1)); \
|
D | est_sad.c | 192 number_t_to_word32(vq_prev_frm_sad_i, (WORD32 *)&u4_estimated_sad); in get_est_sad()
|
D | rc_rd_model_fix.c | 1260 number_t_to_word32(s_num_bits, &i4_temp); in estimate_bits_for_qp()
|
D | ihevce_rc_interface.c | 3737 number_t_to_word32(s_hevce_qp, &i4_hevce_qp); in ihevce_rc_get_scaled_hevce_qp_q6() 3783 number_t_to_word32(s_hevce_qp, &i4_hevce_qp); in ihevce_rc_get_scaled_hevce_qp_q3()
|
D | bit_allocation.c | 522 number_t_to_word32(vq_est_texture_bits_for_frm, &i4_estimated_bits); in get_bits_based_on_complexity()
|