Searched refs:B2_PIC (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/encoder/ |
D | rc_cntrl_param.h | 98 B2_PIC, enumerator
|
D | ihevce_lap_interface.c | 96 { P_PIC, B_PIC, B1_PIC, B2_PIC, B2_PIC, B1_PIC, B2_PIC, B2_PIC }, 1475 ps_lap_struct->ai4_pic_type_to_be_removed[ps_lap_struct->i4_enq_idx] = B2_PIC; in update_rc_num_pic_type()
|
D | ihevce_rc_interface.c | 1039 ps_rc_ctxt->ai4_init_pre_enc_qp[B2_PIC] = I_frame_qp + 4; in ihevce_rc_init() 1263 lambda_modifier[B2_PIC] = in ihevce_rc_get_bpp_based_frame_qp() 1264 ihevce_get_frame_lambda_modifier((WORD8)B2_PIC, 3, 1, 0, i4_num_b) * in ihevce_rc_get_bpp_based_frame_qp() 1905 if(rc_pic_type > B2_PIC) in ihevce_rc_pre_enc_qp_query() 2380 if(curr_rc_pic_type <= B2_PIC) in ihevce_rc_get_pic_quant() 2387 pow(1.125f, curr_rc_pic_type - B2_PIC)); in ihevce_rc_get_pic_quant() 3072 else if((rc_pic_type == B2_PIC) || (rc_pic_type == B22_PIC)) in ihevce_rc_get_pic_quant() 3965 else if(rc_pic_type == B2_PIC || rc_pic_type == B22_PIC) in ihevce_rc_get_pic_param() 4513 if(i4_rc_pic_type_rc_for_offset > B2_PIC) in ihevce_rc_update_pic_info() 4514 i4_rc_pic_type_rc_for_offset = i4_rc_pic_type_rc_for_offset - B2_PIC; in ihevce_rc_update_pic_info()
|
D | bit_allocation.c | 601 SET_VAR_Q(avq_complexity_estimate[B2_PIC], 1, 0); in init_prev_header_bits() 658 ai4_header_bits_percentage[B2_PIC] = ai4_header_bits_percentage[B_PIC]; in init_prev_header_bits() 781 ps_bit_allocation->i2_K[B2_PIC] = in init_bit_allocation() 851 SET_VAR_Q(avq_complexity_estimate[B2_PIC], 1, 0); in init_bit_allocation() 1325 SET_VAR_Q(avq_complexity_estimate[B2_PIC], 1, 0); in get_cur_frm_est_texture_bits()
|
D | rate_control_api.c | 83 …((i4_num_active_pic_types == B2_PIC)? ((((WORD32) Qprev)*LO_DEV_FCTR_3B + (1<<(DEV_Q-1)))>>DEV_Q) \ 94 : ((i4_num_active_pic_types == B2_PIC) ? ((((WORD32)Qprev) * LO_DEV_FCTR_3B) >> DEV_Q) \ 2140 if(e_pic_type != B_PIC || e_pic_type != B1_PIC || e_pic_type != B2_PIC) in update_frame_level_info() 2352 else if(e_pic_type == B2_PIC || e_pic_type == B22_PIC) in update_frame_rc_get_frame_qp_info()
|