Searched refs:bit_allocation_handle (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/encoder/ |
D | bit_allocation.h | 48 typedef struct bit_allocation_t *bit_allocation_handle; typedef 54 bit_allocation_handle *pps_bit_allocation, 59 bit_allocation_handle ps_bit_allocation, 76 bit_allocation_handle ps_bit_allocation, 80 bit_allocation_handle ps_bit_allocation, float af_sum_weigh[MAX_PIC_TYPE][3]); 83 bit_allocation_handle ps_bit_allocation, pic_handling_handle ps_pic_handling); 86 bit_allocation_handle ps_bit_allocation, 99 bit_allocation_handle ps_bit_allocation, 112 get_cur_frm_est_header_bits(bit_allocation_handle ps_bit_allocation, picture_type_e e_pic_type); 116 bit_allocation_handle ps_bit_allocation, pic_handling_handle ps_pic_handling); [all …]
|
D | rate_control_api_structs.h | 60 bit_allocation_handle ps_bit_allocation; /* Allocation of bits for each frame */
|
/external/libavc/encoder/ |
D | irc_bit_allocation.h | 24 typedef struct bit_allocation_t *bit_allocation_handle; typedef 26 WORD32 irc_ba_num_fill_use_free_memtab(bit_allocation_handle *pps_bit_allocation, 30 void irc_ba_init_bit_allocation(bit_allocation_handle ps_bit_allocation, 39 WORD32 irc_ba_get_cur_frm_est_texture_bits(bit_allocation_handle ps_bit_allocation, 46 WORD32 irc_ba_get_cur_frm_est_header_bits(bit_allocation_handle ps_bit_allocation, 50 WORD32 irc_ba_get_rem_bits_in_period(bit_allocation_handle ps_bit_allocation, 53 WORD32 irc_ba_get_frame_rate(bit_allocation_handle ps_bit_allocation); 55 WORD32 irc_ba_get_bit_rate(bit_allocation_handle ps_bit_allocation); 56 void irc_ba_get_peak_bit_rate(bit_allocation_handle ps_bit_allocation, 60 void irc_ba_update_cur_frm_consumed_bits(bit_allocation_handle ps_bit_allocation, [all …]
|
D | irc_rate_control_api_structs.h | 55 bit_allocation_handle ps_bit_allocation;
|