HomeSort by relevance Sort by last modified time
    Searched refs:pcm_current (Results 1 - 3 of 3) sorted by null

  /external/libvorbis/lib/
block.c 267 v->pcm_current=v->centerW;
401 if(v->pcm_current+vals>=v->pcm_storage){
402 v->pcm_storage=v->pcm_current+vals*2;
410 v->pcmret[i]=v->pcm[i]+v->pcm_current;
419 float *work=alloca(v->pcm_current*sizeof(*work));
423 if(v->pcm_current-v->centerW>order*2){ /* safety */
426 for(j=0;j<v->pcm_current;j++)
427 work[j]=v->pcm[i][v->pcm_current-j-1];
430 vorbis_lpc_from_data(work,lpc,v->pcm_current-v->centerW,order);
435 _analysis_output("predataL",0,work,v->pcm_current-v->centerW,0,0,0)
    [all...]
envelope.c 224 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);
  /external/libvorbis/include/vorbis/
codec.h 66 int pcm_current; member in struct:vorbis_dsp_state

Completed in 38 milliseconds