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

  /external/libhevc/encoder/
ihevce_enc_loop_utils.c 689 WORD32 i4_pred_qp = 0x7FFFFFFF; local
693 i4_pred_qp = ps_ctxt->i4_prev_QP;
713 i4_pred_qp = (i4_left + i4_top + 1) >> 1;
715 ps_ctxt->i4_pred_qp = i4_pred_qp;
747 WORD32 i4_pred_qp; local
749 i4_pred_qp = ps_ctxt->i4_pred_qp;
753 i4_max_qp_allowed = (i4_pred_qp + (25 + (ps_ctxt->ps_rc_quant_ctxt->i1_qp_offset / 2)));
754 i4_min_qp_allowed = (i4_pred_qp - (26 + (ps_ctxt->ps_rc_quant_ctxt->i1_qp_offset / 2)))
    [all...]
ihevce_enc_cu_recursion.c 248 ps_ctxt->i4_last_cu_qp_from_prev_ctb = ps_ctxt->i4_pred_qp;
468 ps_ctxt->i4_pred_qp;
    [all...]
ihevce_enc_loop_structs.h 2683 WORD32 i4_pred_qp; member in struct:__anon28583
    [all...]

Completed in 349 milliseconds