OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_sad4x4x8_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/armv7a/
vpx_rtcd.h
217
void
vp8_sad4x4x8_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array);
218
#define vp8_sad4x4x8
vp8_sad4x4x8_c
/external/libvpx/generic/
vpx_rtcd.h
182
void
vp8_sad4x4x8_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array);
183
#define vp8_sad4x4x8
vp8_sad4x4x8_c
/external/libvpx/mips/
vpx_rtcd.h
182
void
vp8_sad4x4x8_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array);
183
#define vp8_sad4x4x8
vp8_sad4x4x8_c
/external/libvpx/mips-dspr2/
vpx_rtcd.h
200
void
vp8_sad4x4x8_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array);
201
#define vp8_sad4x4x8
vp8_sad4x4x8_c
/external/libvpx/libvpx/vp8/common/
sad_c.c
182
void
vp8_sad4x4x8_c
(const unsigned char *src_ptr, int src_stride,
function
/external/libvpx/armv7a-neon/
vpx_rtcd.h
257
void
vp8_sad4x4x8_c
(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array);
258
#define vp8_sad4x4x8
vp8_sad4x4x8_c
[
all
...]
/external/libvpx/libvpx/vp8/common/x86/
sad_sse4.asm
316
;void
vp8_sad4x4x8_c
(
Completed in 22 milliseconds