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

  /external/libhevc/encoder/
hme_err_compute.h 256 WORD32 i4_frm_qstep,
266 WORD32 i4_frm_qstep,
277 WORD32 i4_frm_qstep,
284 WORD32 i4_frm_qstep,
301 WORD32 i4_frm_qstep,
ihevce_had_satd.h 127 WORD32 i4_frm_qstep,
139 WORD32 i4_frm_qstep,
147 WORD32 i4_frm_qstep,
164 WORD32 i4_frm_qstep,
187 WORD32 i4_frm_qstep,
235 WORD32 i4_frm_qstep,
291 WORD32 i4_frm_qstep,
ihevce_had_satd.c 636 * @param[in] i4_frm_qstep
650 WORD32 i4_frm_qstep,
654 WORD32 threshold = (i4_frm_qstep >> 8);
749 * @param[in] i4_frm_qstep
767 WORD32 i4_frm_qstep)
772 (void)i4_frm_qstep;
937 * @param[in] i4_frm_qstep
960 WORD32 i4_frm_qstep,
1001 ai2_4x4_had, 8, pi2_dst, dst_strd, i4_frm_qstep, &early_cbf);
1066 * @param[in] i4_frm_qstep
    [all...]
ihevce_stasino_helpers.h 226 WORD32 i4_frm_qstep,
hme_utils.h     [all...]
hme_subpel.c     [all...]
hme_utils.c     [all...]
hme_defs.h     [all...]
hme_refine.c 588 S32 i4_frm_qstep,
1001 S32 i4_frm_qstep = ps_ctxt->frm_qstep; local
    [all...]
  /external/libhevc/encoder/arm/
ihevce_had_compute_neon.c 187 static INLINE WORD32 hadamard_sad8x8_using4x4(int16x8_t *a, WORD32 *early_cbf, WORD32 i4_frm_qstep)
190 const int16x8_t threshold = vdupq_n_s16((int16_t)(i4_frm_qstep >> 8));
763 WORD32 i4_frm_qstep)
769 (void)i4_frm_qstep;
803 WORD32 i4_frm_qstep,
860 cost_parent = hadamard_sad8x8_using4x4(a, &early_cbf, i4_frm_qstep);
902 WORD32 i4_frm_qstep,
909 const int16x8_t threshold = vdupq_n_s16((int16_t)(i4_frm_qstep >> 8));
990 WORD32 i4_frm_qstep,
1053 i4_frm_qstep,
    [all...]
ihevce_subpel_neon.c 105 WORD32 i4_frm_qstep);

Completed in 65 milliseconds