Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dirc_cbr_buffer_control.c59 error_bits_handle aps_bpf_error_bits[MAX_NUM_DRAIN_RATES]; member
102 &pps_cbr_buffer[0]->aps_bpf_error_bits[i], in irc_cbr_buffer_num_fill_use_free_memtab()
130 irc_init_error_bits(ps_cbr_buffer->aps_bpf_error_bits[i], in irc_init_cbr_buffer()
280 ->aps_bpf_error_bits[0]) : in irc_get_cbr_buffer_status()
282 ->aps_bpf_error_bits[1]); in irc_get_cbr_buffer_status()
350 aps_bpf_error_bits[0]) : in irc_update_cbr_buffer()
352 aps_bpf_error_bits[1]); in irc_update_cbr_buffer()
391 ->aps_bpf_error_bits[0]) : in irc_get_cbr_bits_to_stuff()
393 ->aps_bpf_error_bits[1]); in irc_get_cbr_bits_to_stuff()
464 irc_change_frm_rate_in_error_bits(ps_cbr_buffer->aps_bpf_error_bits[i], in irc_change_cbr_vbv_tgt_frame_rate()
[all …]
/external/libhevc/encoder/
Dcbr_buffer_control.c74 aps_bpf_error_bits[MAX_NUM_DRAIN_RATES]; /* For error due to bits per frame calculation */ member
122 &pps_cbr_buffer[0]->aps_bpf_error_bits[i], &ps_memtab[i4_mem_tab_idx], e_func_type); in cbr_buffer_num_fill_use_free_memtab()
216 init_error_bits(ps_cbr_buffer->aps_bpf_error_bits[i], i4_tgt_frm_rate, u4_bit_rate); in init_cbr_buffer()
331 ? get_error_bits(ps_cbr_buffer->aps_bpf_error_bits[0]) in cbr_buffer_constraint_check()
332 : get_error_bits(ps_cbr_buffer->aps_bpf_error_bits[1]); in cbr_buffer_constraint_check()
444 ? get_error_bits(ps_cbr_buffer->aps_bpf_error_bits[0]) in get_cbr_buffer_status()
445 : get_error_bits(ps_cbr_buffer->aps_bpf_error_bits[1]); in get_cbr_buffer_status()
513 ? get_error_bits(ps_cbr_buffer->aps_bpf_error_bits[0]) in update_cbr_buffer()
514 : get_error_bits(ps_cbr_buffer->aps_bpf_error_bits[1]); in update_cbr_buffer()
586 update_error_bits(ps_cbr_buffer->aps_bpf_error_bits[i]); in update_cbr_buffer()
[all …]