Home | History | Annotate | Download | only in src

Lines Matching defs:testVal

101     description:  Fuzzy value calculation for "testVal is smaller than refVal"
108 static FIXP_SGL FDKaacEnc_fuzzyIsSmaller( FIXP_DBL testVal,
115 else if (testVal >= fMult((hiLim>>1)+(loLim>>1), refVal))
154 FIXP_DBL refVal, testVal;
196 testVal = maxVal << leadingBits;
200 testVal = fMultDiv2(testVal, np->powDistPSDcurve[sfb]);
202 fuzzy = FDKaacEnc_fuzzyIsSmaller(testVal, /* 1/2 * maxValue * PSDcurve */
213 testVal = FX_SGL2FX_DBL(sfbtonality[sfb])>>1; /* 1/2 * sfbTonality */
216 fuzzy = FDKaacEnc_fuzzyIsSmaller(testVal,