Searched refs:MUL2 (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | dec.c | 41 #define MUL2(a) (((a) * 35468) >> 16) macro 51 const int c = MUL2(in[4]) - MUL1(in[12]); // [-3783, 3783] in TransformOne_C() 52 const int d = MUL1(in[4]) + MUL2(in[12]); // [-3785, 3781] in TransformOne_C() 72 const int c = MUL2(tmp[4]) - MUL1(tmp[12]); in TransformOne_C() 73 const int d = MUL1(tmp[4]) + MUL2(tmp[12]); in TransformOne_C() 86 const int c4 = MUL2(in[4]); in TransformAC3_C() 88 const int c1 = MUL2(in[1]); in TransformAC3_C() 96 #undef MUL2
|
A D | msa_macro.h | 1224 #define MUL2(in0, in1, in2, in3, out0, out1) do { \ macro 1231 MUL2(in0, in1, in2, in3, out0, out1); \ 1232 MUL2(in4, in5, in6, in7, out2, out3); \
|
A D | upsampling_msa.c | 48 MUL2(in0, const0, in1, const0, temp0, temp1); \
|
A D | enc_msa.c | 847 MUL2(tmp4, tmp0, tmp5, tmp1, in0, in1); in QuantizeBlock_MSA()
|
Completed in 15 milliseconds