OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_short_idct4x4llm_c
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/vp8/decoder/
dequantize.c
17
extern void
vp8_short_idct4x4llm_c
(short *input, short *output, int pitch) ;
48
vp8_short_idct4x4llm_c
(input, output, 4 << 1);
90
vp8_short_idct4x4llm_c
(input, output, 4 << 1);
/external/libvpx/vp8/common/
idct.h
40
#define vp8_idct_idct16
vp8_short_idct4x4llm_c
idctllm.c
28
void
vp8_short_idct4x4llm_c
(short *input, short *output, int pitch)
function
/external/libvpx/vp8/common/generic/
systemdependent.c
29
rtcd->idct.idct16 =
vp8_short_idct4x4llm_c
;
/external/libvpx/vp8/common/ppc/
systemdependent.c
91
extern void
vp8_short_idct4x4llm_c
(short *input, short *output, int pitch);
/external/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm
20
;void
vp8_short_idct4x4llm_c
(short *input, short *output, int pitch)
Completed in 66 milliseconds