OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp8_short_inv_walsh4x4_mips
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/mips/
idct_mips.h
18
extern prototype_second_order(
vp8_short_inv_walsh4x4_mips
);
26
#define vp8_idct_iwalsh16
vp8_short_inv_walsh4x4_mips
mips_systemdependent.c
41
rtcd->idct.iwalsh16 =
vp8_short_inv_walsh4x4_mips
;
idct_mips.c
254
void
vp8_short_inv_walsh4x4_mips
(short *input, short *output)
function
Completed in 260 milliseconds