Searched refs:pcm_current (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dblock.c266 v->pcm_current=v->centerW;
391 if(v->pcm_current+vals>=v->pcm_storage){
392 v->pcm_storage=v->pcm_current+vals*2;
400 v->pcmret[i]=v->pcm[i]+v->pcm_current;
409 float *work=alloca(v->pcm_current*sizeof(*work));
413 if(v->pcm_current-v->centerW>order*2){ /* safety */
416 for(j=0;j<v->pcm_current;j++)
417 work[j]=v->pcm[i][v->pcm_current-j-1];
420 vorbis_lpc_from_data(work,lpc,v->pcm_current-v->centerW,order);
425 _analysis_output("predataL",0,work,v->pcm_current
[all...]
H A Denvelope.c224 int last=v->pcm_current/ve->searchstep-VE_WIN;
282 float *marker=alloca(v->pcm_current*sizeof(*marker));
284 memset(marker,0,sizeof(*marker)*v->pcm_current);
289 _analysis_output_always("pcmL",seq,v->pcm[0],v->pcm_current,0,0,totalshift);
290 _analysis_output_always("pcmR",seq,v->pcm[1],v->pcm_current,0,0,totalshift);
299 _analysis_output_always(buf,seq,marker,v->pcm_current,0,0,totalshift);
306 _analysis_output_always(buf,seq,marker,v->pcm_current,0,0,totalshift);
310 _analysis_output_always("mark",seq,marker,v->pcm_current,0,0,totalshift);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dcodec.h66 int pcm_current; member in struct:vorbis_dsp_state

Completed in 46 milliseconds