HomeSort by relevance Sort by last modified time
    Searched refs:i4_max_qp (Results 1 - 5 of 5) sorted by null

  /external/libhevc/encoder/
init_qp.c 48 WORD32 i4_max_qp; member in struct:init_qp_t
91 WORD32 i4_max_qp; local
93 i4_max_qp = pi4_min_max_qp[1];
94 if(i4_max_qp < pi4_min_max_qp[3])
95 i4_max_qp = pi4_min_max_qp[3];
96 if(i4_max_qp < pi4_min_max_qp[5])
97 i4_max_qp = pi4_min_max_qp[5];
99 /*for(i=0;i<i4_max_qp;i++)
103 ps_init_qp->i4_max_qp = i4_max_qp;
188 WORD32 i4_max_qp; local
    [all...]
ihevce_rc_interface.c 784 WORD32 i4_max_qp = 0; local
788 i4_max_qp = MAX_HEVC_QP_10bit;
792 i4_max_qp = MAX_HEVC_QP_12bit;
796 i4_max_qp = MAX_HEVC_QP;
803 i4_max_qp) //BUG_FIX related to init QP allocation
814 (ps_rc_ctxt->ps_rc_quant_ctxt->pi4_qp_to_qscale[i4_max_qp] +
827 WORD32 i4_max_qp = 0; local
831 i4_max_qp = MAX_HEVC_QP_10bit;
835 i4_max_qp = MAX_HEVC_QP_12bit;
839 i4_max_qp = MAX_HEVC_QP
    [all...]
ihevce_entropy_cod.c 341 ps_curr_inp->s_pic_level_info.i4_max_qp = 0;
    [all...]
ihevce_cabac_cu_pu.c     [all...]
ihevce_enc_structs.h 1837 WORD32 i4_max_qp; member in struct:__anon28630
    [all...]

Completed in 49 milliseconds