Home | History | Annotate | Download | only in libspeex

Lines Matching refs:nsf

107 int   nsf,                      /* number of samples in subframe */
147 ALLOC(t, nsf, spx_word16_t);
148 ALLOC(e, nsf, spx_sig_t);
151 SPEEX_COPY(t, target, nsf);
218 target_update(t+subvect_size*(i+1), g, r+q, nsf-subvect_size*(i+1));
224 for (j=0;j<nsf;j++)
231 ALLOC(r2, nsf, spx_word16_t);
232 for (j=0;j<nsf;j++)
234 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack);
235 for (j=0;j<nsf;j++)
249 int nsf, /* number of samples in subframe */
297 split_cb_search_shape_sign_N1(target,ak,awk1,awk2,par,p,nsf,exc,r,bits,stack,update_target);
319 ALLOC(t, nsf, spx_word16_t);
320 ALLOC(e, nsf, spx_sig_t);
323 ALLOC(tmp, 2*N*nsf, spx_word16_t);
326 ot2[i]=tmp+2*i*nsf;
327 nt2[i]=tmp+(2*i+1)*nsf;
345 SPEEX_COPY(t, target, nsf);
348 SPEEX_COPY(&ot[j][0], t, nsf);
419 for (m=(i+1)*subvect_size;m<nsf;m++)
441 target_update(nt[j]+subvect_size*(i+1), g, r+q, nsf-subvect_size*(i+1));
497 for (j=0;j<nsf;j++)
504 ALLOC(r2, nsf, spx_word16_t);
505 for (j=0;j<nsf;j++)
507 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack);
508 for (j=0;j<nsf;j++)
517 int nsf, /* number of samples in subframe */
579 int nsf, /* number of samples in subframe */
590 ALLOC(tmp, nsf, spx_word16_t);
591 residue_percep_zero16(target, ak, awk1, awk2, tmp, nsf, p, stack);
593 for (i=0;i<nsf;i++)
595 SPEEX_MEMSET(target, 0, nsf);
602 int nsf, /* number of samples in subframe */
610 for (i=0;i<nsf;i++)