Displaying 1 result from an estimated 1 matches for "min_diff".
Did you mean:
findiff
2005 May 25
3
Speex on TI C6x, Problem with TI C5x Patch
...st->relative_quality = vbr_analysis(st->vbr, in, st->frameSize,
ol_pitch, GAIN_SCALING_1*ol_pitch_coef);
/*if (delta_qual<0)*/
/* delta_qual*=.1*(3+st->vbr_quality);*/
if (st->vbr_enabled)
{
int mode;
int choice=0;
float min_diff=100;
mode = 8;
while (mode)
{
int v1;
float thresh;
v1=(int)floor(st->vbr_quality);
if (v1==10)
thresh = vbr_nb_thresh[mode][v1];
else
thresh = (st->vbr_quality-v1)*vbr_nb_thre...