Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Drate_control_api.c535 get_buf_max_drain_rate(ps_rate_control_api->ps_cbr_buffer); in initialise_rate_control()
975 i4_bits_per_frame = get_buf_max_drain_rate(ps_rate_control_api->ps_cbr_buffer); in rc_get_estimate_bit_error()
1037 WORD32 i4_drain_bits_per_frame = get_buf_max_drain_rate(ps_rate_control_api->ps_cbr_buffer), in clip_qp_based_on_prev_ref()
1223 WORD32 i4_drain_rate = get_buf_max_drain_rate(ps_rate_control_api->ps_cbr_buffer); in get_frame_level_qp()
1376 get_buf_max_drain_rate(ps_rate_control_api->ps_cbr_buffer), in get_frame_level_qp()
1480 i4_bits_per_frame = get_buf_max_drain_rate(ps_rate_control_api->ps_cbr_buffer); in get_frame_level_qp()
1523 i4_bits_per_frame = get_buf_max_drain_rate(ps_rate_control_api->ps_cbr_buffer); in get_frame_level_qp()
3395 WORD32 i4_drain_rate = get_buf_max_drain_rate(ps_rate_control_api->ps_cbr_buffer); in rc_get_qp_for_scd_frame()
3847 i4_peak_drain_rate = get_buf_max_drain_rate(ps_rate_control_api->ps_cbr_buffer); in rc_bit_alloc_detect_ebf_stuff_scenario()
4239 *pi4_drain_rate = get_buf_max_drain_rate(ps_rate_control_api->ps_cbr_buffer); in rc_init_buffer_info()
Dcbr_buffer_control.h108 WORD32 get_buf_max_drain_rate(cbr_buffer_handle ps_cbr_buffer);
Dcbr_buffer_control.c965 WORD32 get_buf_max_drain_rate(cbr_buffer_t *ps_cbr_buffer) in get_buf_max_drain_rate() function
Dbit_allocation.c1028 i4_peak_drain_rate = get_buf_max_drain_rate(ps_cbr_buf_handling); in bit_alloc_get_intra_bits()
1463 WORD32 i4_drain_bits_per_frame = get_buf_max_drain_rate(ps_cbr_buffer), i4_ebf; in get_cur_frm_est_texture_bits()