Searched refs:polyfit (Results 1 – 2 of 2) sorted by relevance
/external/walt/pywalt/pywalt/ |
D | minimization.py | 40 p = numpy.polyfit(x, y, 1, full=True) 128 a, c = numpy.polyfit(xls, yls, 1)
|
/external/aac/libSBRdec/src/ |
D | HFgen_preFlat.cpp | 727 static void polyfit(const int numBands, const FIXP_DBL *const y, const int y_sf, in polyfit() function 968 polyfit(numBands, LowEnv, exp, p, p_sf); in sbrDecoder_calculateGainVec()
|