OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_short_walsh4x4_c
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c
61
extern void
vp8_short_walsh4x4_c
(short *input, short *output, int pitch);
130
short_walsh4x4 =
vp8_short_walsh4x4_c
;
/external/libvpx/libvpx/vp8/encoder/
dct.c
64
void
vp8_short_walsh4x4_c
(short *input, short *output, int pitch)
function
/external/libvpx/generic/
vpx_rtcd.h
230
void
vp8_short_walsh4x4_c
(short *input, short *output, int pitch);
231
#define vp8_short_walsh4x4
vp8_short_walsh4x4_c
/external/libvpx/mips/
vpx_rtcd.h
230
void
vp8_short_walsh4x4_c
(short *input, short *output, int pitch);
231
#define vp8_short_walsh4x4
vp8_short_walsh4x4_c
/external/libvpx/mips-dspr2/
vpx_rtcd.h
248
void
vp8_short_walsh4x4_c
(short *input, short *output, int pitch);
249
#define vp8_short_walsh4x4
vp8_short_walsh4x4_c
/external/libvpx/armv7a/
vpx_rtcd.h
268
void
vp8_short_walsh4x4_c
(short *input, short *output, int pitch);
/external/libvpx/armv7a-neon/
vpx_rtcd.h
312
void
vp8_short_walsh4x4_c
(short *input, short *output, int pitch);
[
all
...]
Completed in 30 milliseconds