Searched refs:subn (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/vq/
H A Dresiduesplit.c24 /* does not guard against invalid settings; eg, a subn of 16 and a
25 subgroup request of 32. Max subn of 128 */
67 int quantaux(float *res,int n,float *ebound,float *mbound,int *subgrp,int parts, int subn, argument
72 for(i=0;i<=n-subn;i+=subn,part++){
76 lentropy=_testhack(res+i,subn);
78 for(j=0;j<subn;j++)
95 int quantwrite(float *res,int n,int subn, int *class,int offset){ argument
99 for(i=0;i<=n-subn;i+=subn,par
149 int i,j,parts,begin,n,subn,*subgrp,*class; local
[all...]
H A Dhuffbuild.c65 int i,j,k,begin,n,subn,guard=1; local
84 subn=1;
96 subn=atoi(pos+1);
97 if(n/subn*subn != n){
129 long vals=pow(maxval,subn);
137 i/=subn;
139 long val=getval(file,begin,n,subn,maxval);
142 if(!(i--&0xff))spinnit("loading... ",i*subn);
176 fprintf(file,"\t%d, %ld,\n",subn,val
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/vq/
H A Dresiduesplit.c24 /* does not guard against invalid settings; eg, a subn of 16 and a
25 subgroup request of 32. Max subn of 128 */
67 int quantaux(float *res,int n,float *ebound,float *mbound,int *subgrp,int parts, int subn, argument
72 for(i=0;i<=n-subn;i+=subn,part++){
76 lentropy=_testhack(res+i,subn);
78 for(j=0;j<subn;j++)
95 int quantwrite(float *res,int n,int subn, int *class,int offset){ argument
99 for(i=0;i<=n-subn;i+=subn,par
149 int i,j,parts,begin,n,subn,*subgrp,*class; local
[all...]
H A Dhuffbuild.c65 int i,j,k,begin,n,subn,guard=1; local
84 subn=1;
96 subn=atoi(pos+1);
97 if(n/subn*subn != n){
129 long vals=pow(maxval,subn);
137 i/=subn;
139 long val=getval(file,begin,n,subn,maxval);
142 if(!(i--&0xff))spinnit("loading... ",i*subn);
176 fprintf(file,"\t%d, %ld,\n",subn,val
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/vq/
H A Dresiduesplit.c24 /* does not guard against invalid settings; eg, a subn of 16 and a
25 subgroup request of 32. Max subn of 128 */
67 int quantaux(float *res,int n,float *ebound,float *mbound,int *subgrp,int parts, int subn, argument
72 for(i=0;i<=n-subn;i+=subn,part++){
76 lentropy=_testhack(res+i,subn);
78 for(j=0;j<subn;j++)
95 int quantwrite(float *res,int n,int subn, int *class,int offset){ argument
99 for(i=0;i<=n-subn;i+=subn,par
149 int i,j,parts,begin,n,subn,*subgrp,*class; local
[all...]
H A Dhuffbuild.c65 int i,j,k,begin,n,subn,guard=1; local
84 subn=1;
96 subn=atoi(pos+1);
97 if(n/subn*subn != n){
129 long vals=pow(maxval,subn);
137 i/=subn;
139 long val=getval(file,begin,n,subn,maxval);
142 if(!(i--&0xff))spinnit("loading... ",i*subn);
176 fprintf(file,"\t%d, %ld,\n",subn,val
[all...]

Completed in 128 milliseconds