Home
last modified time | relevance | path

Searched refs:hsad_stride (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c147 static INLINE WORD32 hadamard_sad4x4_4(int16x8_t *a, WORD32 *pi4_hsad, WORD32 hsad_stride) in hadamard_sad4x4_4() argument
174 pi4_hsad += hsad_stride; in hadamard_sad4x4_4()
762 WORD32 hsad_stride, in ihevce_had4_4x4_neon() argument
786 return hadamard_sad4x4_4(a, pi4_hsad, hsad_stride); in ihevce_had4_4x4_neon()
Dihevce_subpel_neon.c104 WORD32 hsad_stride,
/external/libhevc/encoder/
Dihevce_had_satd.c766 WORD32 hsad_stride, in ihevce_had4_4x4() argument
819 pi4_hsad[blkx + (blky * hsad_stride)] = ((u4_hsad + 2) >> 2); in ihevce_had4_4x4()