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.c2408 WORD32 i4_new_frame_qp = 0, i4_qp_for_I_pic = 0; in ihevce_update_qp_L1_sad_based() local
2589 i4_new_frame_qp = ihevce_get_L0_est_satd_based_scd_qp( in ihevce_update_qp_L1_sad_based()
2596 i4_new_frame_qp = ps_enc_ctxt->ps_stat_prms->s_tgt_lyr_prms in ihevce_update_qp_L1_sad_based()
2599 i4_new_frame_qp = CLIP3(i4_new_frame_qp, 1, 51); in ihevce_update_qp_L1_sad_based()
2601 ps_curr_inp->s_rc_lap_out.i4_L1_qp = i4_new_frame_qp; in ihevce_update_qp_L1_sad_based()
2603 i4_qp_for_I_pic = i4_new_frame_qp - 3; in ihevce_update_qp_L1_sad_based()
2609 i4_new_frame_qp += ps_curr_inp->s_lap_out.i4_temporal_lyr_id + 1; in ihevce_update_qp_L1_sad_based()
2628 i4_new_frame_qp = i4_new_frame_qp - 3; in ihevce_update_qp_L1_sad_based()
2632 i4_new_frame_qp = i4_new_frame_qp - 2; in ihevce_update_qp_L1_sad_based()
2637 i4_new_frame_qp = i4_new_frame_qp + 2; in ihevce_update_qp_L1_sad_based()
[all …]