Home
last modified time | relevance | path

Searched refs:polyfit (Results 1 – 2 of 2) sorted by relevance

/external/walt/pywalt/pywalt/
Dminimization.py40 p = numpy.polyfit(x, y, 1, full=True)
128 a, c = numpy.polyfit(xls, yls, 1)
/external/aac/libSBRdec/src/
DHFgen_preFlat.cpp727 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()