OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_get4x4sse_cs_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c
88
extern unsigned int
vp8_get4x4sse_cs_c
(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride);
146
vp8_get4x4sse_cs =
vp8_get4x4sse_cs_c
;
/external/libvpx/generic/
vp8_rtcd.h
226
unsigned int
vp8_get4x4sse_cs_c
(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
227
#define vp8_get4x4sse_cs
vp8_get4x4sse_cs_c
/external/libvpx/mips/
vp8_rtcd.h
226
unsigned int
vp8_get4x4sse_cs_c
(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
227
#define vp8_get4x4sse_cs
vp8_get4x4sse_cs_c
/external/libvpx/mips-dspr2/
vp8_rtcd.h
244
unsigned int
vp8_get4x4sse_cs_c
(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
245
#define vp8_get4x4sse_cs
vp8_get4x4sse_cs_c
/external/libvpx/armv7a/
vp8_rtcd.h
262
unsigned int
vp8_get4x4sse_cs_c
(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
263
#define vp8_get4x4sse_cs
vp8_get4x4sse_cs_c
/external/libvpx/armv7a-neon/
vp8_rtcd.h
303
unsigned int
vp8_get4x4sse_cs_c
(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
/external/libvpx/libvpx/vp8/encoder/
pickinter.c
94
unsigned int
vp8_get4x4sse_cs_c
function
[
all
...]
Completed in 116 milliseconds