Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dcbr_buffer_control.c1067 cbr_buffer_t *ps_cbr_buffer, WORD32 i4_lap_complexity_q7, WORD32 i4_bit_alloc_period) in get_error_bits_for_desired_buf() argument
1078 i4_bit_alloc_period / ps_cbr_buffer->i4_tgt_frm_rate; in get_error_bits_for_desired_buf()
1084 ((LWORD64)ps_cbr_buffer->i4_peak_drain_rate_frame * i4_bit_alloc_period) - in get_error_bits_for_desired_buf()
1130 ((LWORD64)complexity_mov_buf_size * i4_bit_alloc_period * 12) >> 12; in get_error_bits_for_desired_buf()
1131 i8_buf_based_limit_inc = ((LWORD64)complexity_mov_buf_size * i4_bit_alloc_period * 8) >> in get_error_bits_for_desired_buf()
1215 ps_cbr_buffer->i4_drain_bits_per_frame[0] * i4_bit_alloc_period; in get_error_bits_for_desired_buf()
1235 num_intra_in_clip = ps_cbr_buffer->i8_tot_frm_to_be_encoded / i4_bit_alloc_period; in get_error_bits_for_desired_buf()
1236 num_intra_period_in_Ravg_dur = Ravg_dur / i4_bit_alloc_period; in get_error_bits_for_desired_buf()
1238 if(ps_cbr_buffer->i8_tot_frm_to_be_encoded < i4_bit_alloc_period) in get_error_bits_for_desired_buf()
1251 i4_bit_alloc_period; in get_error_bits_for_desired_buf()
[all …]
Dcbr_buffer_control.h106 cbr_buffer_handle ps_cbr_buffer, WORD32 i4_lap_complexity_q7, WORD32 i4_bit_alloc_period);