Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_enc_structs.h67 UWORD32 u4_total_header_bits; member
Dihevce_rc_interface.h101 UWORD32 u4_total_header_bits,
Dihevce_rc_interface.c4296 UWORD32 u4_total_header_bits, in ihevce_rc_update_pic_info() argument
4342 LWORD64 i8_texture_bits = u4_total_bits_consumed - u4_total_header_bits; in ihevce_rc_update_pic_info()
4382 s_frame_info.i8_header_bits = u4_total_header_bits; in ihevce_rc_update_pic_info()
4384 s_frame_info.i8_tex_bits = u4_total_bits_consumed - u4_total_header_bits; in ihevce_rc_update_pic_info()
4479 u4_total_bits_consumed - u4_total_header_bits; //(u4_total_bits_consumed >> 3); in ihevce_rc_update_pic_info()
4493 u4_total_bits_consumed - u4_total_header_bits; //(u4_total_bits_consumed >> 3); in ihevce_rc_update_pic_info()
4499 u4_total_bits_consumed - u4_total_header_bits; //(u4_total_bits_consumed >> 3); in ihevce_rc_update_pic_info()
4681 u4_total_header_bits, in ihevce_rc_update_pic_info()
Dihevce_frame_process.c2841 s_rc_frame_stat.u4_total_header_bits), //pass total bits in ihevce_rc_close()
2842 s_rc_frame_stat.u4_total_header_bits, in ihevce_rc_close()
3731 as_rc_frame_stat[i].u4_total_header_bits), //pass total bits in ihevce_enc_frm_proc_slave_thrd()
3732 as_rc_frame_stat[i].u4_total_header_bits, in ihevce_enc_frm_proc_slave_thrd()
Dihevce_enc_loop_pass.c6345 ps_rc_prms->u4_total_header_bits = total_frame_rdopt_header_bits; in ihevce_enc_loop_get_frame_rc_prms()