HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 276 - 300 of 335) sorted by null

<<11121314

  /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...]
h264bsd_cavlc.c 737 coeffLevel stores decoded coefficient levels
743 coefficient was zero (0) or non-zero (1)
  /external/openssl/crypto/bn/
bn_gf2m.c 980 * to the bits with non-zero coefficient. Array is terminated with -1.
1017 /* Convert the coefficient array representation of a polynomial to a
  /external/chromium/chrome/browser/ui/views/
first_run_bubble.cc 360 // the difference in font size calculation. The coefficient should not be
  /external/openssl/crypto/bn/asm/
sparcv9-mont.pl 28 # that 6-10x improvement coefficient does not actually mean
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 12 # coefficient. It turned out that eliminating RC4_CHAR from config
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 84 Polynomials over GF(2) are represented in binary, one bit per coefficient,
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 189 // the b1 coefficient. The 0 <= |b1| < 2, which therefore might overflow
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 189 // the b1 coefficient. The 0 <= |b1| < 2, which therefore might overflow
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 189 // the b1 coefficient. The 0 <= |b1| < 2, which therefore might overflow
  /external/speex/libspeex/
lsp.c 557 LSP coefficient */
  /external/webp/src/enc/
vp8enci.h 218 uint16_t zthresh_[16]; // value under which a coefficient is zeroed
  /external/zlib/
crc32.c 86 Polynomials over GF(2) are represented in binary, one bit per coefficient,
  /frameworks/base/include/ui/
Input.h 645 // Confidence (coefficient of determination), between 0 (no fit) and 1 (perfect fit).
  /frameworks/base/media/libeffects/testlibs/
EffectsMath.h 180 // the b1 coefficient. The 0 <= |b1| < 2, which therefore might overflow
  /frameworks/base/media/libstagefright/codecs/aacdec/
apply_tns.cpp 42 coefficient res., etc.)
tns_ar_filter.cpp 32 - Increased precision by using the Q format of the LPC coefficient.
tns_inv_filter.cpp 399 * coefficient's q-format does not change.
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
residu.cpp 56 filter coefficient as many times.
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
inter_36_tab.cpp 160 every second coefficient:
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
isf_extrapolation.cpp 231 coeff = div_16by16(tmp, tmp2); /* Coefficient for stretching the ISF vector */
pvamrwbdecoder_acelp.h 196 int16 mu, /* (i) Q15 : preemphasis coefficient */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp 195 /* Now predict the DC coefficient */
  /hardware/invensense/mlsdk/mllite/
mlarray.c 435 * coefficient.
    [all...]

Completed in 1553 milliseconds

<<11121314