OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_copy_mem8x8_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c
77
extern copy_mem_block_function
vp8_copy_mem8x8_c
;
162
vp8_copy_mem8x8 =
vp8_copy_mem8x8_c
;
/external/libvpx/generic/
vp8_rtcd.h
79
void
vp8_copy_mem8x8_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
80
#define vp8_copy_mem8x8
vp8_copy_mem8x8_c
/external/libvpx/mips/
vp8_rtcd.h
79
void
vp8_copy_mem8x8_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
80
#define vp8_copy_mem8x8
vp8_copy_mem8x8_c
/external/libvpx/mips-dspr2/
vp8_rtcd.h
91
void
vp8_copy_mem8x8_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
/external/libvpx/armv7a/
vp8_rtcd.h
95
void
vp8_copy_mem8x8_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
/external/libvpx/armv7a-neon/
vp8_rtcd.h
111
void
vp8_copy_mem8x8_c
(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
/external/libvpx/libvpx/vp8/common/
reconinter.c
65
void
vp8_copy_mem8x8_c
(
function
Completed in 1122 milliseconds