Home
last modified time | relevance | path

Searched refs:P1_PIC (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dinit_qp.c141 if(e_pic_type == P_PIC || e_pic_type == P1_PIC) in get_init_qp_using_pels_bits_per_frame()
143 if(e_pic_type >= B_PIC && e_pic_type != P1_PIC) in get_init_qp_using_pels_bits_per_frame()
154 if(e_pic_type == P_PIC || e_pic_type == P1_PIC) in get_init_qp_using_pels_bits_per_frame()
157 if(e_pic_type >= B_PIC && e_pic_type != P1_PIC) in get_init_qp_using_pels_bits_per_frame()
Drc_cntrl_param.h99 P1_PIC, enumerator
Drate_control_api.c778 else if(e_pic_type == P_PIC || e_pic_type == P1_PIC) in get_min_max_qp()
824 if(e_pic_type == I_PIC || e_pic_type == P_PIC || e_pic_type == P1_PIC) in get_min_max_qp()
1054 case P1_PIC: in clip_qp_based_on_prev_ref()
1218 if(e_pic_type == I_PIC || e_pic_type == P_PIC || e_pic_type == P1_PIC) in get_frame_level_qp()
1394 case P1_PIC: in get_frame_level_qp()
2329 else if(e_pic_type == P_PIC || e_pic_type == P1_PIC) in update_frame_rc_get_frame_qp_info()
3390 if(e_pic_type == I_PIC || e_pic_type == P_PIC || e_pic_type == P1_PIC) in rc_get_qp_for_scd_frame()
Dbit_allocation.c591 avq_complexity_estimate[P1_PIC], in init_prev_header_bits()
652 ai4_header_bits_percentage[P1_PIC] = (ai4_header_bits_percentage[P_PIC] * 13) >> 4; in init_prev_header_bits()
774 ps_bit_allocation->i2_K[P1_PIC] = I_TO_P_RATIO; in init_bit_allocation()
846 SET_VAR_Q(avq_complexity_estimate[P1_PIC], STATIC_P_TO_B2_RATIO, 0); in init_bit_allocation()
1315 avq_complexity_estimate[P1_PIC], in get_cur_frm_est_texture_bits()
Dihevce_lap_interface.c1441 ps_lap_struct->ai4_pic_type_to_be_removed[ps_lap_struct->i4_enq_idx] = P1_PIC; in update_rc_num_pic_type()
1519 ps_rc_lap_out->ai4_num_pic_type[P1_PIC]++; in update_rc_num_pic_type()
1603 ps_rc_lap_out->ai4_num_pic_type[P1_PIC]++; in update_rc_num_pic_type()
1653 ps_rc_lap_out->ai4_num_pic_type[P1_PIC]++; in update_rc_num_pic_type()
Dpicture_type.c1178 i4_frms_in_gop[P1_PIC] = i4_frms_in_gop[P_PIC]; in find_pic_distbn_in_gop()
1179 i4_frms_in_gop[P1_PIC] += 1; in find_pic_distbn_in_gop()
Dihevce_rc_interface.c1041 ps_rc_ctxt->ai4_init_pre_enc_qp[P1_PIC] = I_frame_qp + 1; in ihevce_rc_init()
2175 if((rc_pic_type == I_PIC) || (rc_pic_type == P_PIC) || (rc_pic_type == P1_PIC)) in ihevce_rc_get_pic_quant()
3057 if((rc_pic_type == P_PIC) || (rc_pic_type == P1_PIC)) in ihevce_rc_get_pic_quant()
3947 if(rc_pic_type >= P1_PIC) in ihevce_rc_get_pic_param()
3953 if(rc_pic_type == I_PIC || rc_pic_type == P_PIC || rc_pic_type == P1_PIC) in ihevce_rc_get_pic_param()
4786 if(rc_pic_type < P1_PIC) in ihevce_rc_interface_update()