OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_copy_mem8x4_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c
78
extern copy_mem_block_function
vp8_copy_mem8x4_c
;
163
vp8_copy_mem8x4 =
vp8_copy_mem8x4_c
;
/external/libvpx/generic/
vp8_rtcd.h
82
void
vp8_copy_mem8x4_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
83
#define vp8_copy_mem8x4
vp8_copy_mem8x4_c
/external/libvpx/mips/
vp8_rtcd.h
82
void
vp8_copy_mem8x4_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
83
#define vp8_copy_mem8x4
vp8_copy_mem8x4_c
/external/libvpx/mips-dspr2/
vp8_rtcd.h
95
void
vp8_copy_mem8x4_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
/external/libvpx/armv7a/
vp8_rtcd.h
99
void
vp8_copy_mem8x4_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
/external/libvpx/armv7a-neon/
vp8_rtcd.h
116
void
vp8_copy_mem8x4_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
/external/libvpx/libvpx/vp8/common/
reconinter.c
95
void
vp8_copy_mem8x4_c
(
function
Completed in 747 milliseconds