Home | History | Annotate | Download | only in libspeex

Lines Matching defs:l1

45   int k1, l1, l2, ib;
82 l1=1;
89 l2=l1*ip;
94 ld+=l1;
106 l1=l2;
116 static void dradf2(int ido,int l1,float *cc,float *ch,float *wa1){
122 t0=(t2=l1*ido);
124 for(k=0;k<l1;k++){
136 for(k=0;k<l1;k++){
162 for(k=0;k<l1;k++){
171 static void dradf4(int ido,int l1,float *cc,float *ch,float *wa1,
176 t0=l1*ido;
183 for(k=0;k<l1;k++){
203 for(k=0;k<l1;k++){
256 for(k=0;k<l1;k++){
273 static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1,
291 t0=l1*ido;
301 for(k=0;k<l1;k++){
309 if(nbd>l1){
314 for(k=0;k<l1;k++){
337 for(k=0;k<l1;k++){
348 if(nbd<l1){
359 for(k=0;k<l1;k++){
375 for(k=0;k<l1;k++){
402 for(k=0;k<l1;k++){
464 if(ido<l1)goto L132;
468 for(k=0;k<l1;k++){
482 for(k=0;k<l1;k++){
504 for(k=0;k<l1;k++){
514 if(nbd<l1)goto L141;
529 for(k=0;k<l1;k++){
561 for(k=0;k<l1;k++){
576 int i,k1,l1,l2;
588 l1=l2/ip;
590 idl1=ido*l1;
599 dradf4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1);
601 dradf4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1);
608 dradf2(ido,l1,c,ch,wa+iw-1);
612 dradf2(ido,l1,ch,c,wa+iw-1);
619 dradfg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1);
624 dradfg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw-1);
628 l2=l1;
636 static void dradb2(int ido,int l1,float *cc,float *ch,float *wa1){
640 t0=l1*ido;
645 for(k=0;k<l1;k++){
656 for(k=0;k<l1;k++){
680 for(k=0;k<l1;k++){
688 static void dradb3(int ido,int l1,float *cc,float *ch,float *wa1,
694 t0=l1*ido;
701 for(k=0;k<l1;k++){
717 for(k=0;k<l1;k++){
751 static void dradb4(int ido,int l1,float *cc,float *ch,float *wa1,
756 t0=l1*ido;
762 for(k=0;k<l1;k++){
781 for(k=0;k<l1;k++){
825 for(k=0;k<l1;k++){
842 static void dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1,
853 t0=l1*ido;
860 if(ido<l1)goto L103;
864 for(k=0;k<l1;k++){
882 for(k=0;k<l1;k++){
900 for(k=0;k<l1;k++){
911 if(nbd<l1
924 for(k=0;k<l1;k++){
967 for(k=0;k<l1;k++){
1040 for(k=0;k<l1;k++){
1049 if(nbd<l1)goto L128;
1058 for(k=0;k<l1;k++){
1088 for(k=0;k<l1;k++){
1107 for(k=0;k<l1;k++){
1113 if(nbd>l1)goto L139;
1126 for(k=0;k<l1;k++){
1142 for(k=0;k<l1;k++){
1157 int i,k1,l1,l2;
1163 l1=1;
1168 l2=ip*l1;
1170 idl1=ido*l1;
1176 dradb4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1);
1178 dradb4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1);
1186 dradb2(ido,l1,ch,c,wa+iw-1);
1188 dradb2(ido,l1,c,ch,wa+iw-1);
1197 dradb3(ido,l1,ch,c,wa+iw-1,wa+ix2-1);
1199 dradb3(ido,l1,c,ch,wa+iw-1,wa+ix2-1);
1211 dradb5(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1,wa+ix4-1);
1213 dradb5(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1,wa+ix4-1);
1219 dradbg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw-1);
1221 dradbg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1);
1225 l1=l2;