Home | History | Annotate | Download | only in src

Lines Matching defs:nframes

177   size_t   nframes;
248 nframes=(xlength-TEST_WIN_SIZE+TEST_WIN_STEP)/TEST_WIN_STEP;
249 xb=(float *)opus_malloc(nframes*NBANDS*nchannels*sizeof(*xb));
250 X=(float *)opus_malloc(nframes*NFREQS*nchannels*sizeof(*X));
251 Y=(float *)opus_malloc(nframes*yfreqs*nchannels*sizeof(*Y));
254 band_energy(xb,X,BANDS,NBANDS,x,nchannels,nframes,
257 band_energy(NULL,Y,BANDS,ybands,y,nchannels,nframes,
260 for(xi=0;xi<nframes;xi++){
316 for(xi=1;xi<nframes;xi++){
338 for(xi=0;xi<nframes;xi++){
369 err=pow(err/nframes,1.0/16);