OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_sad4x4x4d_c
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/generic/
vp8_rtcd.h
202
void
vp8_sad4x4x4d_c
(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
203
#define vp8_sad4x4x4d
vp8_sad4x4x4d_c
/external/libvpx/mips/
vp8_rtcd.h
202
void
vp8_sad4x4x4d_c
(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
203
#define vp8_sad4x4x4d
vp8_sad4x4x4d_c
/external/libvpx/armv7a/
vp8_rtcd.h
237
void
vp8_sad4x4x4d_c
(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
238
#define vp8_sad4x4x4d
vp8_sad4x4x4d_c
/external/libvpx/mips-dspr2/
vp8_rtcd.h
220
void
vp8_sad4x4x4d_c
(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
221
#define vp8_sad4x4x4d
vp8_sad4x4x4d_c
/external/libvpx/libvpx/vp8/common/
sad_c.c
236
void
vp8_sad4x4x4d_c
(const unsigned char *src_ptr, int src_stride,
function
/external/libvpx/armv7a-neon/
vp8_rtcd.h
277
void
vp8_sad4x4x4d_c
(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array);
278
#define vp8_sad4x4x4d
vp8_sad4x4x4d_c
Completed in 29 milliseconds