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

  /external/webp/src/dsp/
dec.c 39 #define MUL2(a) (((a) * 35468) >> 16)
48 const int c = MUL2(in[4]) - MUL1(in[12]); // [-3783, 3783]
49 const int d = MUL1(in[4]) + MUL2(in[12]); // [-3785, 3781]
69 const int c = MUL2(tmp[4]) - MUL1(tmp[12]);
70 const int d = MUL1(tmp[4]) + MUL2(tmp[12]);
83 const int c4 = MUL2(in[4]);
85 const int c1 = MUL2(in[1]);
93 #undef MUL2
msa_macro.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 101 MUL2 = 1,
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h     [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h     [all...]

Completed in 570 milliseconds