Searched refs:lW (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/lib/
H A Dwindow.h23 int lW,int W,int nW);
H A Dsynthesis.c54 vb->lW=oggpack_read(opb,1);
58 vb->lW=0;
107 vb->lW=oggpack_read(opb,1);
111 vb->lW=0;
H A Dblock.c46 <-------------- lW ---------------->
57 |< lW >|
68 <-------------- lW ----------------->
260 v->lW=0; /* previous window size */
528 /* By our invariant, we have lW, W and centerW set. Search for
568 /* fill in the block. Note that for a short window, lW and nW are *short*
572 vb->lW=v->lW;
577 if(!v->lW || !v->nW){
651 v->lW
[all...]
H A Denvelope.c338 beginW-=ci->blocksizes[v->lW]/4;
H A Dmapping0.c299 _vorbis_apply_window(pcm,b->window,ci->blocksizes,vb->lW,vb->W,vb->nW);
647 oggpack_write(opb,vb->lW,1);
H A Dwindow.c2103 int lW,int W,int nW){
2104 lW=(W?lW:0);
2108 const float *windowLW=vwin[winno[lW]];
2112 long ln=blocksizes[lW];
2102 _vorbis_apply_window(float *d,int *winno,long *blocksizes, int lW,int W,int nW) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/lib/
H A Dwindow.h23 int lW,int W,int nW);
H A Dsynthesis.c54 vb->lW=oggpack_read(opb,1);
58 vb->lW=0;
107 vb->lW=oggpack_read(opb,1);
111 vb->lW=0;
H A Dblock.c46 <-------------- lW ---------------->
57 |< lW >|
68 <-------------- lW ----------------->
260 v->lW=0; /* previous window size */
528 /* By our invariant, we have lW, W and centerW set. Search for
568 /* fill in the block. Note that for a short window, lW and nW are *short*
572 vb->lW=v->lW;
577 if(!v->lW || !v->nW){
651 v->lW
[all...]
H A Denvelope.c338 beginW-=ci->blocksizes[v->lW]/4;
H A Dmapping0.c299 _vorbis_apply_window(pcm,b->window,ci->blocksizes,vb->lW,vb->W,vb->nW);
647 oggpack_write(opb,vb->lW,1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/lib/
H A Dwindow.h23 int lW,int W,int nW);
H A Dsynthesis.c54 vb->lW=oggpack_read(opb,1);
58 vb->lW=0;
107 vb->lW=oggpack_read(opb,1);
111 vb->lW=0;
H A Dblock.c46 <-------------- lW ---------------->
57 |< lW >|
68 <-------------- lW ----------------->
260 v->lW=0; /* previous window size */
528 /* By our invariant, we have lW, W and centerW set. Search for
568 /* fill in the block. Note that for a short window, lW and nW are *short*
572 vb->lW=v->lW;
577 if(!v->lW || !v->nW){
651 v->lW
[all...]
H A Denvelope.c338 beginW-=ci->blocksizes[v->lW]/4;
H A Dmapping0.c299 _vorbis_apply_window(pcm,b->window,ci->blocksizes,vb->lW,vb->W,vb->nW);
647 oggpack_write(opb,vb->lW,1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dtc_red.c75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time; local
76 double maxtime = 31/lW;
91 sbuf[i] = (i<<clog)*lW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dtc_red.c75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time; local
76 double maxtime = 31/lW;
89 sbuf[i] = (i<<clog)*lW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dtc_red.c75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time; local
76 double maxtime = 31/lW;
91 sbuf[i] = (i<<clog)*lW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dtc_red.c75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time; local
76 double maxtime = 31/lW;
89 sbuf[i] = (i<<clog)*lW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dtc_red.c75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time; local
76 double maxtime = 31/lW;
91 sbuf[i] = (i<<clog)*lW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dtc_red.c75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time; local
76 double maxtime = 31/lW;
89 sbuf[i] = (i<<clog)*lW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/include/vorbis/
H A Dcodec.h72 long lW; member in struct:vorbis_dsp_state
93 long lW; member in struct:vorbis_block
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/include/vorbis/
H A Dcodec.h72 long lW; member in struct:vorbis_dsp_state
93 long lW; member in struct:vorbis_block
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/include/vorbis/
H A Dcodec.h72 long lW; member in struct:vorbis_dsp_state
93 long lW; member in struct:vorbis_block

Completed in 112 milliseconds

12