OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MUL2
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/AMDGPU/
SIDefines.h
90
MUL2
= 1,
/external/webp/src/dsp/
dec.c
38
#define
MUL2
(a) (((a) * 35468) >> 16)
47
const int c =
MUL2
(in[4]) - MUL1(in[12]); // [-3783, 3783]
48
const int d = MUL1(in[4]) +
MUL2
(in[12]); // [-3785, 3781]
68
const int c =
MUL2
(tmp[4]) - MUL1(tmp[12]);
69
const int d = MUL1(tmp[4]) +
MUL2
(tmp[12]);
82
const int c4 =
MUL2
(in[4]);
84
const int c1 =
MUL2
(in[1]);
92
#undef
MUL2
/external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h
[
all
...]
/external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h
[
all
...]
Completed in 91 milliseconds