Searched refs:quantlist (Results 1 - 8 of 8) sorted by relevance
/external/libvorbis/vq/ |
H A D | latticebuild.c | 59 double *quantlist; local 110 c.quantlist=_ogg_calloc(quantvals,sizeof(long)); 112 quantlist=_ogg_malloc(sizeof(double)*c.dim*c.entries); 121 if(!line || sscanf(line,"%lf",quantlist+j)!=1){ 133 double min=quantlist[0]; 136 for(j=1;j<quantvals;j++)if(quantlist[j]<min)min=quantlist[j]; 139 if(mindel==-1 || fabs(quantlist[j]-quantlist[i])<mindel) 140 mindel=fabs(quantlist[ [all...] |
H A D | distribution.c | 83 float val=c->quantlist[i]*delta+min; 100 for(i=0;i<bins;i++)sort[i]=c->quantlist+i; 113 printf("%+3.1f,", c->quantlist[index]*_float32_unpack(c->q_delta)+ 143 int ptr=sort[i]-c->quantlist; 145 printf("%+08f (%8ld) |",c->quantlist[ptr]*delta+min,countarray[ptr]);
|
H A D | localcodebook.h | 26 valuelist/quantlist are nonNULL (and q_* significant) only if 52 long *quantlist; /* map == 1: (int)(entries^(1/dim)) element column map member in struct:static_codebook
|
H A D | bookutil.c | 280 c->quantlist=_ogg_malloc(sizeof(long)*quant_to_read); 282 if(get_next_ivalue(in,c->quantlist+i)){ 443 /* quantlist */ 444 if(c->quantlist){ 448 fprintf(out,"\t%ld,\n",c->quantlist[j]); 471 if(c->quantlist)
|
H A D | latticetune.c | 150 fprintf(stderr,"%+3.1f,", c->quantlist[index]*_float32_unpack(c->q_delta)+
|
/external/libvorbis/lib/ |
H A D | codebook.c | 106 if(!c->quantlist){ 107 /* no quantlist? error */ 135 oggpack_write(opb,labs(c->quantlist[i]),c->q_quant); 240 s->quantlist=_ogg_malloc(sizeof(*s->quantlist)*quantvals); 242 s->quantlist[i]=oggpack_read(opb,s->q_quant); 244 if(quantvals&&s->quantlist[quantvals-1]==-1)goto _eofout;
|
H A D | codebook.h | 26 valuelist/quantlist are nonNULL (and q_* significant) only if 52 long *quantlist; /* map == 1: (int)(entries^(1/dim)) element column map member in struct:static_codebook
|
H A D | sharedbook.c | 222 float val=b->quantlist[index]; 242 float val=b->quantlist[j*b->dim+k]; 263 if(b->quantlist)_ogg_free(b->quantlist);
|
Completed in 769 milliseconds