Home | History | Annotate | Download | only in libspeex

Lines Matching refs:nsf

358 int   nsf,                      /* Number of samples in subframe */
381 ALLOC(tmp1, 3*nsf, spx_word16_t);
382 ALLOC(e, nsf, spx_word16_t);
388 x[1]=tmp1+nsf;
389 x[2]=tmp1+2*nsf;
391 for (j=0;j<nsf;j++)
398 for (j=0;j<nsf;j++)
411 for (j=0;j<nsf;j++)
413 for (j=0;j<nsf;j++)
419 iir_mem16(e, ak, e, nsf, p, mm, stack);
422 filter_mem16(e, awk1, awk2, e, nsf, p, mm, stack);
423 for (j=0;j<nsf;j++)
435 for (j=0;j<nsf-1;j++)
440 corr[i]=inner_prod(x[i],new_target,nsf);
443 A[i][j]=A[j][i]=inner_prod(x[i],x[j],nsf);
499 SPEEX_MEMSET(exc, 0, nsf);
505 tmp1=nsf;
510 tmp3=nsf;
516 for (i=0;i<nsf;i++)
522 err = inner_prod(new_target, new_target, nsf);
540 int nsf, /* Number of samples in subframe */
583 SPEEX_MEMSET(exc, 0, nsf);
589 for (i=0;i<nsf;i++)
597 for (i=-end;i<nsf;i++)
609 open_loop_nbest_pitch(sw, start, end, nsf, nbest, NULL, N, stack);
613 ALLOC(best_exc, nsf, spx_sig_t);
614 ALLOC(new_target, nsf, spx_word16_t);
615 ALLOC(best_target, nsf, spx_word16_t);
620 SPEEX_MEMSET(exc, 0, nsf);
621 err=pitch_gain_search_3tap(target, ak, awk1, awk2, exc, gain_cdbk, gain_cdbk_size, pitch, p, nsf,
625 SPEEX_COPY(best_exc, exc, nsf);
626 SPEEX_COPY(best_target, new_target, nsf);
642 SPEEX_COPY(exc, best_exc, nsf);
643 SPEEX_COPY(target, best_target, nsf);
648 for (i=0;i<nsf;i++)
662 int nsf, /* Number of samples in subframe */
732 SPEEX_MEMSET(exc_out, 0, nsf);
738 tmp1=nsf;
743 tmp3=nsf;
749 /*for (i=0;i<nsf;i++)
767 int nsf, /* Number of samples in subframe */
780 ALLOC(res, nsf, spx_word16_t);
788 for (i=0;i<nsf&&i<start;i++)
792 for (;i<nsf;i++)
796 for (i=0;i<nsf;i++)
798 syn_percep_zero16(res, ak, awk1, awk2, res, nsf, p, stack);
799 for (i=0;i<nsf;i++)
812 int nsf, /* Number of samples in subframe */
831 for (i=0;i<nsf;i++)