Home | History | Annotate | Download | only in libspeex

Lines Matching refs:SHR32

228       sum = ADD32(sum,SHR32(part,6));
363 tmp += MULT16_16(EXTRACT16(SHR32(W[p*N*M + i*N+j],18)), EXTRACT16(SHR32(W[p*N*M + i*N+j],18)));
488 spx_word16_t decay = SHR32(spx_exp(NEG16(DIV32_16(QCONST16(2.4,11),M))),1);
1030 } else if (SHR32(Sff, 2) > ADD32(Sdd, SHR32(MULT16_16(N, 10000),6)))
1046 See = MAX32(See, SHR32(MULT16_16(N, 100),6));
1107 tmp32 = ADD32(SHR32(Sxx,13), ADD32(tmp32, SHL32(tmp32,1)));
1117 if (tmp32 > SHR32(See,1))
1118 tmp32 = SHR32(See,1);
1145 if (r>SHR32(e,1))
1146 r = SHR32(e,1);
1159 if (Sxx > SHR32(MULT16_16(N, 1000),6))
1163 if (tmp32 > SHR32(See,2))
1164 tmp32 = SHR32(See,2);