HomeSort by relevance Sort by last modified time
    Searched defs:MUL2 (Results 1 - 7 of 7) sorted by null

  /external/webp/src/dsp/
dec.c 41 #define MUL2(a) (((a) * 35468) >> 16)
51 const int c = MUL2(in[4]) - MUL1(in[12]); // [-3783, 3783]
52 const int d = MUL1(in[4]) + MUL2(in[12]); // [-3785, 3781]
72 const int c = MUL2(tmp[4]) - MUL1(tmp[12]);
73 const int d = MUL1(tmp[4]) + MUL2(tmp[12]);
86 const int c4 = MUL2(in[4]);
88 const int c1 = MUL2(in[1]);
96 #undef MUL2
msa_macro.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 101 MUL2 = 1,
  /external/libaom/libaom/aom_dsp/mips/
macros_msa.h     [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h     [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIDefines.h 175 MUL2 = 1,

Completed in 764 milliseconds