OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prototype_idct
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/common/arm/
idct_arm.h
16
extern
prototype_idct
(vp8_short_idct4x4llm_1_v6);
17
extern
prototype_idct
(vp8_short_idct4x4llm_v6_dual);
41
extern
prototype_idct
(vp8_short_idct4x4llm_1_neon);
42
extern
prototype_idct
(vp8_short_idct4x4llm_neon);
/external/libvpx/vp8/common/
idct.h
18
#define
prototype_idct
(sym) \
macro
43
extern
prototype_idct
(vp8_idct_idct1);
48
extern
prototype_idct
(vp8_idct_idct16);
66
typedef
prototype_idct
((*vp8_idct_fn_t));
typedef
/external/libvpx/vp8/common/x86/
idct_x86.h
23
extern
prototype_idct
(vp8_short_idct4x4llm_1_mmx);
24
extern
prototype_idct
(vp8_short_idct4x4llm_mmx);
/external/libvpx/vp8/common/mips/
idct_mips.h
17
extern
prototype_idct
(vp8_short_idct4x4llm_mips);
Completed in 94 milliseconds