Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_frame_process.c2422 WORD32 i4_new_frame_qp = 0, i4_qp_for_I_pic = 0; in ihevce_update_qp_L1_sad_based() local
2603 i4_new_frame_qp = ihevce_get_L0_est_satd_based_scd_qp( in ihevce_update_qp_L1_sad_based()
2610 i4_new_frame_qp = ps_enc_ctxt->ps_stat_prms->s_tgt_lyr_prms in ihevce_update_qp_L1_sad_based()
2613 i4_new_frame_qp = CLIP3(i4_new_frame_qp, 1, 51); in ihevce_update_qp_L1_sad_based()
2615 ps_curr_inp->s_rc_lap_out.i4_L1_qp = i4_new_frame_qp; in ihevce_update_qp_L1_sad_based()
2617 i4_qp_for_I_pic = i4_new_frame_qp - 3; in ihevce_update_qp_L1_sad_based()
2623 i4_new_frame_qp += ps_curr_inp->s_lap_out.i4_temporal_lyr_id + 1; in ihevce_update_qp_L1_sad_based()
2642 i4_new_frame_qp = i4_new_frame_qp - 3; in ihevce_update_qp_L1_sad_based()
2646 i4_new_frame_qp = i4_new_frame_qp - 2; in ihevce_update_qp_L1_sad_based()
2651 i4_new_frame_qp = i4_new_frame_qp + 2; in ihevce_update_qp_L1_sad_based()
[all …]