OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prototype_second_order
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/x86/
idct_x86.h
27
extern
prototype_second_order
(vp8_short_inv_walsh4x4_mmx);
28
extern
prototype_second_order
(vp8_short_inv_walsh4x4_1_mmx);
51
extern
prototype_second_order
(vp8_short_inv_walsh4x4_sse2);
/external/libvpx/vp8/common/arm/
idct_arm.h
19
extern
prototype_second_order
(vp8_short_inv_walsh4x4_1_v6);
20
extern
prototype_second_order
(vp8_short_inv_walsh4x4_v6);
44
extern
prototype_second_order
(vp8_short_inv_walsh4x4_1_neon);
45
extern
prototype_second_order
(vp8_short_inv_walsh4x4_neon);
/external/libvpx/vp8/common/
idct.h
15
#define
prototype_second_order
(sym) \
macro
53
extern
prototype_second_order
(vp8_idct_iwalsh1);
58
extern
prototype_second_order
(vp8_idct_iwalsh16);
62
typedef
prototype_second_order
((*vp8_second_order_fn_t));
typedef
Completed in 173 milliseconds