Searched refs:quantthresh (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.h79 float *quantthresh; member in struct:encode_aux_threshmatch
H A Dsharedbook.c274 _ogg_free(b->thresh_tree->quantthresh);
477 if(a[o]<tt->quantthresh[i]){
480 if(a[o]>=tt->quantthresh[i-1])
486 if(a[o]<tt->quantthresh[i])break;
H A Dres0.c329 if(val<tt->quantthresh[i]){
330 if(val<tt->quantthresh[i-1]){
332 if(val>=tt->quantthresh[i-1])
338 if(val<tt->quantthresh[i])break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlocalcodebook.h79 float *quantthresh; member in struct:encode_aux_threshmatch
H A Dlatticehint.c184 t->quantthresh=_ogg_calloc(quantvals-1,sizeof(float));
201 t->quantthresh[i]=suggestions[j];
206 t->quantthresh[i]=(v1+v2)*.5;
H A Dbookutil.c283 /* load quantthresh */
286 t->quantthresh=_ogg_malloc(sizeof(float)*t->threshvals);
288 if(get_next_value(in,t->quantthresh+i)){
560 /* quantthresh */
565 fprintf(out,"%.5g, ",t->quantthresh[j]);
H A Dlatticepare.c94 if(vec[o]<tt->quantthresh[i])break;

Completed in 347 milliseconds