HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 251 - 275 of 333) sorted by null

<<11121314

  /external/jpeg/
jpegtran.c 456 * also find out which set of coefficient arrays will hold the output.
transupp.c 29 * coefficient arrays and thus do not require any lossy decompression
725 * The return value is the set of virtual coefficient arrays to be written
  /external/libvpx/vp8/encoder/
onyx_int.h 465 /* Second compressed data partition contains coefficient data. */
tokenize.c 70 // initialize the cost for extra bits for all possible coefficient value.
  /external/opencv/cvaux/src/
cveigenobjects.cpp 868 // Purpose: The function calculates one decomposition coefficient of input object
879 // Returns: decomposition coefficient value or large negative value (if error)
    [all...]
  /external/qemu/android/
qemulator.c 277 * '<fraction>' : use direct scale coefficient
  /external/tremolo/Tremolo/
floor0.c 253 /* the last coefficient */
  /frameworks/base/core/java/android/widget/
Scroller.java 138 * @param friction A scalar dimension-less value representing the coefficient of
  /frameworks/base/include/media/
ToneGenerator.h 300 short mA1_Q14; // Q14 coefficient
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
preemph.h 126 Word16 g, /* (i) : preemphasis coefficient */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 43 * predictor coefficient a[M]. *
q_gain2.c 128 * Compute coefficient need for the quantization. *
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 392 int numcoefcdc[2]; /* number of coefficient for chroma DC */
  /libcore/luni/src/test/java/tests/security/spec/
RSAMultiPrimePrivateCrtKeySpecTest.java 420 * Assertion: returns crt coefficient
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_metrics.h 150 point x and the squared scale coefficient one_over_scale2=1.0/(scale*scale)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
riemann_zeta.tcc 162 // This series works until the binomial coefficient blows up
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
riemann_zeta.tcc 162 // This series works until the binomial coefficient blows up
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
riemann_zeta.tcc 162 // This series works until the binomial coefficient blows up
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterNoWindow.java 280 // we use the max to compute a coefficient for inc deltas.
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 515 // // If the coefficient of z^m in a(z) equals 1, reduction
584 // // If the coefficient of x^i in a(z) equals 1, b(z) is added
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-sparcv9.pl 22 # good [optimal coefficient is 50%].
35 # by 30% [again, optimal coefficient is 50%].
  /frameworks/base/libs/ui/
Input.cpp 882 * The coefficient of determination (R^2) is also returned to describe the goodness
983 // Calculate the coefficient of determination as 1 - (SSerr / SStot) where
    [all...]
  /external/flac/include/FLAC/
stream_encoder.h     [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 330 float rad, norm, coefficient; local
358 coefficient = rad / norm;
360 CV_MAT_ELEM (sample, float, 0, j) *= coefficient;
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c     [all...]

Completed in 226 milliseconds

<<11121314