OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prototype_idct_scalar_add
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/common/
idct.h
21
#define
prototype_idct_scalar_add
(sym) \
macro
53
extern
prototype_idct_scalar_add
(vp8_idct_idct1_scalar_add);
67
typedef
prototype_idct_scalar_add
((*vp8_idct_scalar_add_fn_t));
typedef
/external/libvpx/vp8/common/mips/
idct_mips.h
19
extern
prototype_idct_scalar_add
(vp8_dc_only_idct_add_mips);
/external/libvpx/vp8/common/arm/
idct_arm.h
18
extern
prototype_idct_scalar_add
(vp8_dc_only_idct_add_v6);
43
extern
prototype_idct_scalar_add
(vp8_dc_only_idct_add_neon);
/external/libvpx/vp8/common/x86/
idct_x86.h
25
extern
prototype_idct_scalar_add
(vp8_dc_only_idct_add_mmx);
Completed in 21 milliseconds