OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_copy32xn_c
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/common/
copy_c.c
17
void
vp8_copy32xn_c
(const unsigned char *src_ptr, int src_stride,
function
/external/libvpx/config/generic/
vp8_rtcd.h
45
void
vp8_copy32xn_c
(const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height);
46
#define vp8_copy32xn
vp8_copy32xn_c
/external/libvpx/config/arm-neon/
vp8_rtcd.h
49
void
vp8_copy32xn_c
(const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height);
50
#define vp8_copy32xn
vp8_copy32xn_c
/external/libvpx/config/arm64/
vp8_rtcd.h
49
void
vp8_copy32xn_c
(const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height);
50
#define vp8_copy32xn
vp8_copy32xn_c
/external/libvpx/config/x86/
vp8_rtcd.h
61
void
vp8_copy32xn_c
(const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height);
/external/libvpx/config/x86_64/
vp8_rtcd.h
61
void
vp8_copy32xn_c
(const unsigned char *src_ptr, int src_stride, unsigned char *dst_ptr, int dst_stride, int height);
Completed in 291 milliseconds