Lines Matching refs:SHL32
120 sum = MAC16_16(sum, EXTRACT16(SHL32(X[j+c*N],-shift)),
121 EXTRACT16(SHL32(X[j+c*N],-shift)));
148 g = EXTRACT16(celt_rcp(SHL32(E,3)));
253 *f++ = SHL32(MULT16_16(*x++, g), -shift);
294 t = SHL32(t, (7-shift)<<1);
376 a1 = DIV32_16(SHL32(EXTEND32(left),14),norm);
377 a2 = DIV32_16(SHL32(EXTEND32(right),14),norm);
1191 n = celt_sqrt(SHL32(EXTEND32(N0),22));