Searched refs:quantmap (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodebook.h80 long *quantmap; member in struct:encode_aux_threshmatch
H A Dsharedbook.c275 _ogg_free(b->thresh_tree->quantmap);
490 index=(index*tt->quantvals)+tt->quantmap[i];
H A Dres0.c342 best=(best*tt->quantvals)+tt->quantmap[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlocalcodebook.h80 long *quantmap; member in struct:encode_aux_threshmatch
H A Dlatticehint.c185 t->quantmap=_ogg_calloc(quantvals,sizeof(int));
194 for(i=0;i<quantvals;i++)t->quantmap[i]=quantsort[i]-c->quantlist;
H A Dbookutil.c292 /* load quantmap */
295 t->quantmap=_ogg_malloc(sizeof(long)*t->threshvals);
297 if(get_next_ivalue(in,t->quantmap+i)){
570 /* quantmap */
575 fprintf(out,"%5ld,",t->quantmap[j]);
H A Dlatticepare.c95 best=(best*tt->quantvals)+tt->quantmap[i];

Completed in 164 milliseconds