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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlspdata.c29 float global_maxdel=M_PI; variable
41 delta=(global_maxdel-global_mindel)/((1<<q->quant)-1.5f);
86 #define FUDGE (global_maxdel-weight[i])
139 /* we just need to calc the global_maxdel from the training set */
143 global_maxdel=0.f;
149 if(p-last>global_maxdel)global_maxdel=p-last;

Completed in 103 milliseconds