OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prototype_idct
(Results
1 - 3
of
3
) 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
37
extern
prototype_idct
(vp8_idct_idct1);
42
extern
prototype_idct
(vp8_idct_idct16);
60
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);
Completed in 79 milliseconds