Home
last modified time | relevance | path

Searched refs:coeff (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/virtualdevice/audio/src/android/virtualdevice/cts/audio/
DSignalObserver.java252 final double coeff = Math.cos(signalFreq * 2 * Math.PI / samplingFreq) * 2; in goertzel() local
259 double s = x + coeff * s1 - s2; in goertzel()
265 double magnitude = s2 * s2 + s1 * s1 - coeff * s1 * s2; in goertzel()
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_sensor_fusion.py220 def _plot_best_shift(best, coeff, x, y, name_with_log_path, degree): argument
232 polynomial = sensor_fusion_utils.polynomial_from_coefficients(coeff)
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java838 MatOfDouble coeff = new MatOfDouble(); // dummy in analyzeVideo() local
886 Calib3d.solvePnP(grid, centers, camMat, coeff, rvec, tvec, in analyzeVideo()
898 Calib3d.projectPoints(grid, rvec, tvec, camMat, coeff, reprojCenters); in analyzeVideo()