Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Drc_cntrl_param.h100 BB_PIC, enumerator
Dbit_allocation.c595 SET_VAR_Q(avq_complexity_estimate[BB_PIC], (B_TO_B1_BIT_RATO0 * B1_TO_B2_BIT_RATIO), 0); in init_prev_header_bits()
654 ai4_header_bits_percentage[BB_PIC] = (ai4_header_bits_percentage[B_PIC] * 12) >> 4; in init_prev_header_bits()
776 ps_bit_allocation->i2_K[BB_PIC] = (P_TO_B_RATIO * I_TO_P_RATIO) >> K_Q; in init_bit_allocation()
848 SET_VAR_Q(avq_complexity_estimate[BB_PIC], STATIC_B_TO_B2_RATIO, 0); in init_bit_allocation()
1319 SET_VAR_Q(avq_complexity_estimate[BB_PIC], (B_TO_B1_BIT_RATO0 * B1_TO_B2_BIT_RATIO), 0); in get_cur_frm_est_texture_bits()
Drate_control_api.c1058 case BB_PIC: in clip_qp_based_on_prev_ref()
1398 case BB_PIC: in get_frame_level_qp()
2336 else if(e_pic_type == B_PIC || e_pic_type == BB_PIC) in update_frame_rc_get_frame_qp_info()
Dihevce_rc_interface.c1042 ps_rc_ctxt->ai4_init_pre_enc_qp[BB_PIC] = I_frame_qp + 2; in ihevce_rc_init()
3062 else if((rc_pic_type == B_PIC) || (rc_pic_type == BB_PIC)) in ihevce_rc_get_pic_quant()
3957 else if(rc_pic_type == B_PIC || rc_pic_type == BB_PIC) in ihevce_rc_get_pic_param()
Dihevce_lap_interface.c1537 ps_lap_struct->ai4_pic_type_to_be_removed[ps_lap_struct->i4_enq_idx] = BB_PIC; in update_rc_num_pic_type()