OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_bilinear_predict8x4_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c
77
extern subpixel_predict_function
vp8_bilinear_predict8x4_c
;
/external/libvpx/generic/
vpx_rtcd.h
107
void
vp8_bilinear_predict8x4_c
(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
108
#define vp8_bilinear_predict8x4
vp8_bilinear_predict8x4_c
/external/libvpx/mips/
vpx_rtcd.h
107
void
vp8_bilinear_predict8x4_c
(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
108
#define vp8_bilinear_predict8x4
vp8_bilinear_predict8x4_c
/external/libvpx/mips-dspr2/
vpx_rtcd.h
125
void
vp8_bilinear_predict8x4_c
(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
126
#define vp8_bilinear_predict8x4
vp8_bilinear_predict8x4_c
/external/libvpx/libvpx/vp8/common/
filter.c
457
void
vp8_bilinear_predict8x4_c
function
/external/libvpx/armv7a/
vpx_rtcd.h
132
void
vp8_bilinear_predict8x4_c
(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
/external/libvpx/armv7a-neon/
vpx_rtcd.h
156
void
vp8_bilinear_predict8x4_c
(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
[
all
...]
Completed in 622 milliseconds