OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_bilinear_predict16x16_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/common/ppc/
systemdependent.c
79
extern subpixel_predict_function
vp8_bilinear_predict16x16_c
;
/external/libvpx/libvpx/vp8/common/
filter.c
477
void
vp8_bilinear_predict16x16_c
function
/external/libvpx/generic/
vpx_rtcd.h
101
void
vp8_bilinear_predict16x16_c
(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
102
#define vp8_bilinear_predict16x16
vp8_bilinear_predict16x16_c
/external/libvpx/mips/
vpx_rtcd.h
101
void
vp8_bilinear_predict16x16_c
(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
102
#define vp8_bilinear_predict16x16
vp8_bilinear_predict16x16_c
/external/libvpx/mips-dspr2/
vpx_rtcd.h
119
void
vp8_bilinear_predict16x16_c
(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
120
#define vp8_bilinear_predict16x16
vp8_bilinear_predict16x16_c
/external/libvpx/armv7a/
vpx_rtcd.h
124
void
vp8_bilinear_predict16x16_c
(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
/external/libvpx/armv7a-neon/
vpx_rtcd.h
146
void
vp8_bilinear_predict16x16_c
(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
[
all
...]
Completed in 28 milliseconds