Lines Matching refs:Sxx
696 spx_word32_t Syy,See,Sxx,Sdd, Sff;
789 Sxx = 0;
792 Sxx += mdf_inner_prod(st->x+speak*N+st->frame_size, st->x+speak*N+st->frame_size, st->frame_size);
1020 if (!(Syy>=0 && Sxx>=0 && See >= 0)
1022 || !(Sff < N*1e9 && Syy < N*1e9 && Sxx < N*1e9)
1050 Sxx += mdf_inner_prod(st->x+speak*N+st->frame_size, st->x+speak*N+st->frame_size, st->frame_size);
1107 tmp32 = ADD32(SHR32(Sxx,13), ADD32(tmp32, SHL32(tmp32,1)));
1121 RER = (.0001*Sxx + 3.*MULT16_32_Q15(st->leak_estimate,Syy)) / See;
1159 if (Sxx > SHR32(MULT16_16(N, 1000),6))
1161 tmp32 = MULT16_32_Q15(QCONST16(.25f, 15), Sxx);