Lines Matching defs:NM
577 int NM
615 { memset(st->echo_noise, 0, (NM) * sizeof(spx_word32_t));
656 int NM
671 for ( i=0 ; i<NM ; i++)
701 int NM
734 for (i=_N; i<NM ; i++)
747 for ( i=N ; i<NM ; i++ )
762 int NM
774 for ( i=N ; i<NM ; ++i )
876 int NM
884 for (i=N;i<NM;i++)
1044 register int i, N, M, NM;
1053 NM = N + M;
1055 preprocess_residue_echo(st, N, NM);
1061 { memcpy(st->old_ps, ps, (NM) * sizeof(spx_word32_t));
1064 preprocess_compute_SNR(st, ps, NM);
1065 Zframe = preprocess_smooth_SNR(st, N, NM);
1078 preprocess_compute_emgain(st, ps, Pframe, NM);
1090 for ( i=0 ; i<NM ; i++ )