OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_idct_idct1_scalar_add
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/common/mips/
idct_mips.h
28
#undef
vp8_idct_idct1_scalar_add
macro
29
#define
vp8_idct_idct1_scalar_add
vp8_dc_only_idct_add_mips
macro
/external/libvpx/vp8/common/arm/
idct_arm.h
29
#undef
vp8_idct_idct1_scalar_add
macro
30
#define
vp8_idct_idct1_scalar_add
vp8_dc_only_idct_add_v6
macro
54
#undef
vp8_idct_idct1_scalar_add
macro
55
#define
vp8_idct_idct1_scalar_add
vp8_dc_only_idct_add_neon
macro
/external/libvpx/vp8/common/
idct.h
50
#ifndef
vp8_idct_idct1_scalar_add
51
#define
vp8_idct_idct1_scalar_add
vp8_dc_only_idct_add_c
macro
53
extern prototype_idct_scalar_add(
vp8_idct_idct1_scalar_add
);
/external/libvpx/vp8/common/x86/
idct_x86.h
37
#undef
vp8_idct_idct1_scalar_add
macro
38
#define
vp8_idct_idct1_scalar_add
vp8_dc_only_idct_add_mmx
macro
Completed in 27 milliseconds