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

  /frameworks/base/core/java/android/hardware/
GeomagneticField.java 345 * @param maxN
351 public LegendreTable(int maxN, float thetaRad) {
359 mP = new float[maxN + 1][];
360 mPDeriv = new float[maxN + 1][];
363 for (int n = 1; n <= maxN; n++) {
393 private static float[][] computeSchmidtQuasiNormFactors(int maxN) {
394 float[][] schmidtQuasiNorm = new float[maxN + 1][];
396 for (int n = 1; n <= maxN; n++) {
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]
  /external/chromium_org/third_party/opus/src/celt/
rate.c 56 static const opus_int16 maxN[15] = {
67 return _n <= maxN[_k];

Completed in 821 milliseconds