Searched refs:pspeech (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Danalysis.h66 pspeech[0] is the probability that all frames in the window are speech. */
67 float pspeech[DETECT_SIZE]; member in struct:__anon13999
H A Danalysis.c185 psum += tonal->pspeech[i];
542 tonal->pspeech[0]=.5;
547 s0 = tonal->pspeech[0] + tonal->pspeech[1];
550 tonal->pspeech[0] = s0*(1-tau)*speech0;
555 tonal->pspeech[i] = tonal->pspeech[i+1]*speech0;
559 tonal->pspeech[DETECT_SIZE-1] = m0*tau*speech0;
565 psum += tonal->pspeech[i] + tonal->pmusic[i];
569 tonal->pspeech[
[all...]
/external/libopus/src/
H A Danalysis.h66 pspeech[0] is the probability that all frames in the window are speech. */
67 float pspeech[DETECT_SIZE]; member in struct:__anon23764
H A Danalysis.c185 psum += tonal->pspeech[i];
542 tonal->pspeech[0]=.5;
547 s0 = tonal->pspeech[0] + tonal->pspeech[1];
550 tonal->pspeech[0] = s0*(1-tau)*speech0;
555 tonal->pspeech[i] = tonal->pspeech[i+1]*speech0;
559 tonal->pspeech[DETECT_SIZE-1] = m0*tau*speech0;
565 psum += tonal->pspeech[i] + tonal->pmusic[i];
569 tonal->pspeech[
[all...]

Completed in 54 milliseconds