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

  /external/libvorbis/lib/
block.c 265 v->centerW=ci->blocksizes[1]/2;
267 v->pcm_current=v->centerW;
423 if(v->pcm_current-v->centerW>order*2){ /* safety */
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);
437 _analysis_output("predataR",0,work,v->pcm_current-v->centerW,0,0,0);
439 _analysis_output("predata",0,work,v->pcm_current-v->centerW,0,0,0);
444 vorbis_lpc_predict(lpc,work+v->pcm_current-v->centerW-order,
446 work+v->pcm_current-v->centerW,
447 v->centerW);
    [all...]
envelope.c 262 long centerW=v->centerW;
264 centerW+
278 if(j>centerW){
334 long centerW=v->centerW;
335 long beginW=centerW-ci->blocksizes[v->W]/4;
336 long endW=centerW+ci->blocksizes[v->W]/4;
  /external/libvorbis/include/vorbis/
codec.h 75 long centerW;

Completed in 38 milliseconds