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/armv7a/
vpx_rtcd.h
257
unsigned int
vp8_get4x4sse_cs_c
(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
258
#define vp8_get4x4sse_cs
vp8_get4x4sse_cs_c
/external/libvpx/generic/
vpx_rtcd.h
221
unsigned int
vp8_get4x4sse_cs_c
(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
222
#define vp8_get4x4sse_cs
vp8_get4x4sse_cs_c
/external/libvpx/mips/
vpx_rtcd.h
221
unsigned int
vp8_get4x4sse_cs_c
(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
222
#define vp8_get4x4sse_cs
vp8_get4x4sse_cs_c
/external/libvpx/mips-dspr2/
vpx_rtcd.h
239
unsigned int
vp8_get4x4sse_cs_c
(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
240
#define vp8_get4x4sse_cs
vp8_get4x4sse_cs_c
/external/libvpx/armv7a-neon/
vpx_rtcd.h
298
unsigned int
vp8_get4x4sse_cs_c
(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
pickinter.c
94
unsigned int
vp8_get4x4sse_cs_c
function
[
all
...]
Completed in 23 milliseconds