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

  /external/libhevc/encoder/
ihevce_sub_pic_rc.c 431 ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale * (1 << QP_LEVEL_MOD_ACT_FACTOR);
468 if(i4_mod_cur_qp > ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale)
470 i4_mod_cur_qp = ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale;
481 if(i4_prev_qs > ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale)
483 i4_prev_qs = ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale;
ihevce_rc_interface.c 740 ps_rc_quant->i2_max_qscale = (WORD16)((float)pow(2, f_temp) + 0.5) << 3;
820 ps_rc_ctxt->ai4_min_max_qp[i * 2 + 1] = ps_rc_ctxt->ps_rc_quant_ctxt->i2_max_qscale >>
    [all...]
ihevce_enc_structs.h 305 WORD16 i2_max_qscale; member in struct:__anon28597
    [all...]
ihevce_decomp_pre_intra_pass.c     [all...]
ihevce_enc_loop_utils.c 781 if(cu_qp > ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale)
782 cu_qp = ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale;
824 if(cu_qp > ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale)
825 cu_qp = ps_ctxt->ps_rc_quant_ctxt->i2_max_qscale;
    [all...]
hme_utils.c     [all...]
ihevce_memory_init.c     [all...]

Completed in 70 milliseconds