Searched defs:rate_control_api_t (Results 1 – 2 of 2) sorted by relevance
51 typedef struct rate_control_api_t struct53 rc_type_e e_rc_type; /* RC Algorithm */54 UWORD8 u1_is_mb_level_rc_on; /* Whether MB level rc is enabled or not */56 pic_handling_handle ps_pic_handling; /* Picture handling struct */57 rc_rd_model_handle aps_rd_model[MAX_PIC_TYPE]; /* Model struct for I and P frms */58 vbr_storage_vbv_handle ps_vbr_storage_vbv; /* VBR storage VBV structure */59 est_sad_handle ps_est_sad; /* Calculate the estimated SAD */60 bit_allocation_handle ps_bit_allocation; /* Allocation of bits for each frame */61 mb_rate_control_handle ps_mb_rate_control; /* MB Level rate control state structure */62 sad_acc_handle ps_sad_acc; /* Sad accumulator */[all …]
34 typedef struct rate_control_api_t struct37 rc_type_e e_rc_type;40 UWORD8 u1_is_mb_level_rc_on;43 pic_handling_handle ps_pic_handling;46 rc_rd_model_handle aps_rd_model[MAX_PIC_TYPE];49 vbr_storage_vbv_handle ps_vbr_storage_vbv;52 est_sad_handle ps_est_sad;55 bit_allocation_handle ps_bit_allocation;58 UWORD8 au1_init_qp[MAX_PIC_TYPE];61 mb_rate_control_handle ps_mb_rate_control;[all …]