HomeSort by relevance Sort by last modified time
    Searched refs:powDistPSDcurve (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACenc/src/
pnsparam.h 135 FIXP_SGL powDistPSDcurve[MAX_GROUPED_SFB];
pnsparam.cpp 569 np->powDistPSDcurve[i] = (FIXP_SGL)((LONG)(scaleValue(tmp, qtmp) >> 16));
571 np->powDistPSDcurve[sfbCnt] = np->powDistPSDcurve[sfbCnt - 1];
noisedet.cpp 207 testVal = fMultDiv2(testVal, np->powDistPSDcurve[sfb]);

Completed in 1123 milliseconds