OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_short_walsh4x4_c
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/vp8/encoder/
dct.h
45
#define vp8_fdct_walsh_short4x4
vp8_short_walsh4x4_c
dct.c
64
void
vp8_short_walsh4x4_c
(short *input, short *output, int pitch)
function
/external/libvpx/vp8/encoder/ppc/
csystemdependent.c
64
extern void
vp8_short_walsh4x4_c
(short *input, short *output, int pitch);
136
short_walsh4x4 =
vp8_short_walsh4x4_c
;
/external/libvpx/vp8/encoder/arm/neon/
vp8_shortwalsh4x4_neon.asm
19
;void
vp8_short_walsh4x4_c
(short *input, short *output, int pitch)
/external/libvpx/vp8/encoder/generic/
csystemdependent.c
81
cpi->rtcd.fdct.walsh_short4x4 =
vp8_short_walsh4x4_c
;
/external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c
234
cpi->rtcd.fdct.walsh_short4x4 =
vp8_short_walsh4x4_c
;
Completed in 325 milliseconds