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

  /external/libhevc/encoder/
ihevce_had_satd.c 978 WORD32 early_cbf = 0; local
1001 ai2_4x4_had, 8, pi2_dst, dst_strd, i4_frm_qstep, &early_cbf);
1039 pi4_8x8_tu_early_cbf[0] = early_cbf;
1042 return ((best_cost << 1) + early_cbf);
1232 WORD32 i4_early_cbf_flag = 0, early_cbf = 0; local
1547 WORD32 i4_early_cbf_flag = 0, early_cbf = 0; local
    [all...]
ihevce_enc_loop_utils.h 169 WORD32 early_cbf);
ihevce_enc_loop_utils.c     [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)
213 if(*early_cbf == 0) \
220 *early_cbf = 1; \
820 WORD32 early_cbf = 0; local
860 cost_parent = hadamard_sad8x8_using4x4(a, &early_cbf, i4_frm_qstep);
891 pi4_8x8_tu_early_cbf[0] = early_cbf;
894 return ((best_cost << 1) + early_cbf);
1005 WORD32 i4_early_cbf_flag = 0, early_cbf = 0; local
    [all...]

Completed in 836 milliseconds