Searched defs:Sdd (Results 1 - 1 of 1) sorted by relevance

/external/speex/libspeex/
H A Dmdf.c696 spx_word32_t Syy,See,Sxx,Sdd, Sff; local
965 Sey = Syy = Sdd = 0;
1003 Sdd += mdf_inner_prod(st->input+chan*st->frame_size, st->input+chan*st->frame_size, st->frame_size);
1017 /*printf ("%f %f %f %f\n", Sff, See, Syy, Sdd, st->update_cond);*/
1030 } else if (SHR32(Sff, 2) > ADD32(Sdd, SHR32(MULT16_16(N, 10000),6)))

Completed in 136 milliseconds