Searched refs:pi4_hsad (Results 1 – 3 of 3) sorted by relevance
147 static INLINE WORD32 hadamard_sad4x4_4(int16x8_t *a, WORD32 *pi4_hsad, WORD32 hsad_stride) in hadamard_sad4x4_4() argument173 vst1_s32(pi4_hsad, d01); in hadamard_sad4x4_4()174 pi4_hsad += hsad_stride; in hadamard_sad4x4_4()180 vst1_s32(pi4_hsad, d23); in hadamard_sad4x4_4()761 WORD32 *pi4_hsad, in ihevce_had4_4x4_neon() argument786 return hadamard_sad4x4_4(a, pi4_hsad, hsad_stride); in ihevce_had4_4x4_neon()
103 WORD32 *pi4_hsad,
765 WORD32 *pi4_hsad, in ihevce_had4_4x4() argument819 pi4_hsad[blkx + (blky * hsad_stride)] = ((u4_hsad + 2) >> 2); in ihevce_had4_4x4()