Searched refs:centerW (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.c264 v->centerW=ci->blocksizes[1]/2;
266 v->pcm_current=v->centerW;
413 if(v->pcm_current-v->centerW>order*2){ /* safety */
420 vorbis_lpc_from_data(work,lpc,v->pcm_current-v->centerW,order);
425 _analysis_output("predataL",0,work,v->pcm_current-v->centerW,0,0,0);
427 _analysis_output("predataR",0,work,v->pcm_current-v->centerW,0,0,0);
429 _analysis_output("predata",0,work,v->pcm_current-v->centerW,0,0,0);
434 vorbis_lpc_predict(lpc,work+v->pcm_current-v->centerW-order,
436 work+v->pcm_current-v->centerW,
437 v->centerW);
[all...]
H A Denvelope.c262 long centerW=v->centerW; local
264 centerW+
278 if(j>centerW){
334 long centerW=v->centerW; local
335 long beginW=centerW-ci->blocksizes[v->W]/4;
336 long endW=centerW+ci->blocksizes[v->W]/4;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dcodec.h75 long centerW; member in struct:vorbis_dsp_state

Completed in 83 milliseconds