OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_copy_mem16x16_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c
76
extern copy_mem_block_function
vp8_copy_mem16x16_c
;
/external/libvpx/generic/
vp8_rtcd.h
76
void
vp8_copy_mem16x16_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
77
#define vp8_copy_mem16x16
vp8_copy_mem16x16_c
/external/libvpx/mips/
vp8_rtcd.h
76
void
vp8_copy_mem16x16_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
77
#define vp8_copy_mem16x16
vp8_copy_mem16x16_c
/external/libvpx/mips-dspr2/
vp8_rtcd.h
87
void
vp8_copy_mem16x16_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
/external/libvpx/armv7a/
vp8_rtcd.h
91
void
vp8_copy_mem16x16_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
/external/libvpx/armv7a-neon/
vp8_rtcd.h
106
void
vp8_copy_mem16x16_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
/external/libvpx/libvpx/vp8/common/
reconinter.c
22
void
vp8_copy_mem16x16_c
(
function
Completed in 228 milliseconds