Lines Matching defs:ps_bit_allocation

181 float get_cur_peak_factor_2pass(bit_allocation_t *ps_bit_allocation)  in get_cur_peak_factor_2pass()
185 float get_cur_min_complexity_factor_2pass(bit_allocation_t *ps_bit_allocation) in get_cur_min_complexity_factor_2pass()
189 void set_2pass_total_gops(bit_allocation_t *ps_bit_allocation, WORD32 i4_num_gop) in set_2pass_total_gops()
411 bit_allocation_t *ps_bit_allocation, in get_bits_based_on_complexity()
537 bit_allocation_t *ps_bit_allocation, float af_sum_weigh[MAX_PIC_TYPE][3]) in assign_complexity_coeffs()
555 bit_allocation_t *ps_bit_allocation, in ba_get_rbip_and_num_frames()
570 void init_prev_header_bits(bit_allocation_t *ps_bit_allocation, pic_handling_handle ps_pic_handling) in init_prev_header_bits()
702 bit_allocation_t *ps_bit_allocation, in init_bit_allocation()
906 bit_allocation_t *ps_bit_allocation, in ba_init_stat_data()
956 bit_allocation_t *ps_bit_allocation, in bit_alloc_get_intra_bits()
1273 bit_allocation_t *ps_bit_allocation, in get_cur_frm_est_texture_bits()
1592 WORD32 get_cur_frm_est_header_bits(bit_allocation_t *ps_bit_allocation, picture_type_e e_pic_type) in get_cur_frm_est_header_bits()
1606 get_rem_bits_in_period(bit_allocation_t *ps_bit_allocation, pic_handling_handle ps_pic_handling) in get_rem_bits_in_period()
1617 WORD32 get_bits_per_frame(bit_allocation_t *ps_bit_allocation) in get_bits_per_frame()
1628 LWORD64 ba_get_gop_bits(bit_allocation_t *ps_bit_allocation) in ba_get_gop_bits()
1644 LWORD64 ba_get_gop_sad(bit_allocation_t *ps_bit_allocation) in ba_get_gop_sad()
1658 LWORD64 ba_get_buffer_play_bits_for_cur_gop(bit_allocation_t *ps_bit_allocation) in ba_get_buffer_play_bits_for_cur_gop()
1682 bit_allocation_t *ps_bit_allocation, in update_cur_frm_consumed_bits()
1944 bit_allocation_t *ps_bit_allocation, in change_remaining_bits_in_period()
2017 void change_ba_peak_bit_rate(bit_allocation_t *ps_bit_allocation, WORD32 *ai4_peak_bit_rate) in change_ba_peak_bit_rate()
2046 bit_allocation_t *ps_bit_allocation, in check_and_update_bit_allocation()
2104 WORD32 ba_get_frame_rate(bit_allocation_t *ps_bit_allocation) in ba_get_frame_rate()
2115 WORD32 ba_get_bit_rate(bit_allocation_t *ps_bit_allocation) in ba_get_bit_rate()
2126 LWORD64 ba_get_2pass_avg_bit_rate(bit_allocation_t *ps_bit_allocation) in ba_get_2pass_avg_bit_rate()
2137 void ba_set_2pass_avg_bit_rate(bit_allocation_t *ps_bit_allocation, LWORD64 i8_2pass_avg_bit_rate) in ba_set_2pass_avg_bit_rate()
2148 void ba_get_peak_bit_rate(bit_allocation_t *ps_bit_allocation, WORD32 *pi4_peak_bit_rate) in ba_get_peak_bit_rate()
2163 void init_intra_header_bits(bit_allocation_t *ps_bit_allocation, WORD32 i4_intra_header_bits) in init_intra_header_bits()
2175 WORD32 get_prev_header_bits(bit_allocation_t *ps_bit_allocation, WORD32 pic_type) in get_prev_header_bits()
2191 void set_Kp_Kb_for_hi_motion(bit_allocation_t *ps_bit_allocation) in set_Kp_Kb_for_hi_motion()
2219 bit_allocation_t *ps_bit_allocation, in reset_Kp_Kb()
2389 WORD32 get_Kp_Kb(bit_allocation_t *ps_bit_allocation, picture_type_e e_pic_type) in get_Kp_Kb()
2409 bit_allocation_t *ps_bit_allocation, in get_scene_change_tot_frm_bits()
2539 bit_allocation_t *ps_bit_allocation, in update_estimate_status()
2557 bit_allocation_t *ps_bit_allocation, in bit_allocation_set_num_scd_lap_window()
2576 bit_allocation_t *ps_bit_allocation, WORD32 i4_next_sc_i_in_rc_look_ahead) in bit_allocation_set_sc_i_in_rc_look_ahead()
2589 bit_allocation_t *ps_bit_allocation, WORD32 i4_error_bits) in bit_allocation_update_gop_level_bit_error()
2612 bit_allocation_t *ps_bit_allocation, in rc_update_bit_distribution_gop_level_2pass()
2855 bit_allocation_t *ps_bit_allocation, in get_prev_frame_total_header_bits()
2872 LWORD64 bit_alloc_get_gop_num(bit_allocation_t *ps_bit_allocation) in bit_alloc_get_gop_num()
2884 WORD32 ba_get_min_bits_per_frame(bit_allocation_t *ps_bit_allocation) in ba_get_min_bits_per_frame()
2897 bit_allocation_t *ps_bit_allocation, in set_bit_allocation_i_frames()
2939 void bit_alloc_set_curr_i_to_sum_i(bit_allocation_t *ps_bit_allocation, float f_curr_i_to_sum) in bit_alloc_set_curr_i_to_sum_i()
2952 void ba_set_gop_stat_in_bit_alloc(bit_allocation_t *ps_bit_allocation, void *pv_gop_stat_summary) in ba_set_gop_stat_in_bit_alloc()
2964 WORD32 ba_get_luma_pels(bit_allocation_t *ps_bit_allocation) in ba_get_luma_pels()
2993 float ba_get_sum_complexity_segment_cross_peak(bit_allocation_t *ps_bit_allocation) in ba_get_sum_complexity_segment_cross_peak()
3005 WORD32 ba_get_prev_frame_tot_est_bits(bit_allocation_t *ps_bit_allocation, WORD32 i4_pic) in ba_get_prev_frame_tot_est_bits()
3017 WORD32 ba_get_prev_frame_tot_bits(bit_allocation_t *ps_bit_allocation, WORD32 i4_pic) in ba_get_prev_frame_tot_bits()
3029 float ba_gop_info_average_qscale_gop_without_offset(bit_allocation_t *ps_bit_allocation) in ba_gop_info_average_qscale_gop_without_offset()
3121 float get_f_curr_by_sum_subgop(bit_allocation_t *ps_bit_allocation) in get_f_curr_by_sum_subgop()
3133 WORD32 ba_get_frame_number_in_gop(bit_allocation_t *ps_bit_allocation) in ba_get_frame_number_in_gop()
3145 float ba_get_qscale_max_clip_in_second_pass(bit_allocation_t *ps_bit_allocation) in ba_get_qscale_max_clip_in_second_pass()
3158 bit_allocation_t *ps_bit_allocation, float f_average_qscale_1st_pass) in ba_set_avg_qscale_first_pass()
3171 bit_allocation_t *ps_bit_allocation, float f_average_qscale_1st_pass) in ba_set_max_avg_qscale_first_pass()
3183 float ba_get_avg_qscale_first_pass(bit_allocation_t *ps_bit_allocation) in ba_get_avg_qscale_first_pass()
3195 float ba_get_max_avg_qscale_first_pass(bit_allocation_t *ps_bit_allocation) in ba_get_max_avg_qscale_first_pass()
3208 bit_allocation_t *ps_bit_allocation, WORD32 i4_total_2pass_frames) in bit_alloc_set_2pass_total_frames()
3220 WORD32 ba_get_2pass_total_frames(bit_allocation_t *ps_bit_allocation) in ba_get_2pass_total_frames()
3232 void ba_set_enable_look_ahead(bit_allocation_t *ps_bit_allocation, WORD32 i4_fp_bit_alloc_in_sp) in ba_set_enable_look_ahead()