Home
last modified time | relevance | path

Searched refs:get_error_bits (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dvbr_storage_vbv.c140 WORD32 i4_error_bits = get_error_bits(ps_vbr_storage_vbv->ps_error_bits); in update_vbr_vbv()
174 WORD32 i4_error_bits = get_error_bits(ps_vbr_storage_vbv->ps_error_bits); in get_max_target_bits()
208 WORD32 i4_error_bits = get_error_bits(ps_vbr_storage_vbv->ps_error_bits); in get_vbv_buffer_status()
289 WORD32 i4_error_bits = get_error_bits(ps_vbr_storage_vbv->ps_error_bits); in get_vbv_buf_fullness()
Dcbr_buffer_control.c331 ? 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()
605 ? get_error_bits(ps_cbr_buffer->aps_bpf_error_bits[0]) in get_cbr_bits_to_stuff()
606 : get_error_bits(ps_cbr_buffer->aps_bpf_error_bits[1]); in get_cbr_bits_to_stuff()
Dfixed_point_error_bits.h52 WORD32 get_error_bits(error_bits_handle ps_error_bits);
Dfixed_point_error_bits.c161 WORD32 get_error_bits(error_bits_t *ps_error_bits) in get_error_bits() function
Dbit_allocation.c1702 WORD32 i4_error_bits = get_error_bits(ps_bit_allocation->ps_error_bits); in update_cur_frm_consumed_bits()