HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 326 - 350 of 1058) sorted by null

<<11121314151617181920>>

  /ndk/docs/Additional_library_docs/renderscript/
classandroid_1_1RSC_1_1ScriptIntrinsicHistogram.html 187 <tr><td class="paramdir">[in]</td><td class="paramname">r</td><td>Red coefficient </td></tr>
188 <tr><td class="paramdir">[in]</td><td class="paramname">g</td><td>Green coefficient </td></tr>
189 <tr><td class="paramdir">[in]</td><td class="paramname">b</td><td>Blue coefficient </td></tr>
190 <tr><td class="paramdir">[in]</td><td class="paramname">a</td><td>Alpha coefficient </td></tr>
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 83 \param scale Cauchy scale coefficient (see db_ExpCauchyReprojectionError() )
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SmoothingUtils.java 46 final int COEFF_COUNT = 4; // Coefficient count for 3d smoothing
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 44 // the coefficient of x? can be obtained by v.low >> 63.
45 // the coefficient of x?³ can be obtained by v.low & 1.
46 // the coefficient of x?? can be obtained by v.high >> 63.
47 // the coefficient of x¹²? can be obtained by v.high & 1.
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 44 // the coefficient of x? can be obtained by v.low >> 63.
45 // the coefficient of x?³ can be obtained by v.low & 1.
46 // the coefficient of x?? can be obtained by v.high >> 63.
47 // the coefficient of x¹²? can be obtained by v.high & 1.
  /external/autotest/client/deps/glbench/src/
testbase.cc 119 void RunTest(TestBase* test, const char* testname, const double coefficient,
137 value = coefficient * (inverse ? 1.0 / value : value);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 925 * @param a The coefficient <code>a</code> in the Weierstrass equation
928 * @param b The coefficient <code>b</code> in the Weierstrass equation
948 * @param a The coefficient <code>a</code> in the Weierstrass equation
951 * @param b The coefficient <code>b</code> in the Weierstrass equation
982 * @param a The coefficient <code>a</code> in the Weierstrass equation
985 * @param b The coefficient <code>b</code> in the Weierstrass equation
    [all...]
  /external/ceres-solver/data/nist/
Hahn1.dat 13 variable is the coefficient of thermal expansion, and
25 Data: 1 Response (y = coefficient of thermal expansion)
  /external/ceres-solver/examples/
denoising.cc 95 const double coefficient = 1 / (2.0 * FLAGS_sigma * FLAGS_sigma); local
98 new QuadraticCostFunction(coefficient,
  /external/eigen/Eigen/src/SparseCore/
AmbiVector.h 226 // the coefficient already exists and we found it !
237 // let's insert a new coefficient
  /external/eigen/doc/
ClassHierarchy.dox 58 - DenseCoeffsBase means something that has dense coefficient accessors. It is a base class for
59 \c %DenseBase. The reason for \c %DenseCoeffsBase to exist is that the set of available coefficient
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 151 // then the balancing coefficient for the row is \f$ 1/2^{\sigma} \f$
152 // and the balancing coefficient for the column is \f$ 2^{\sigma} \f$
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
ShadowEffect.java 205 float coefficient = 1 / total; local
207 gaussianTriangle[i][j] = coefficient * pascalsTriangle[i][j];
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Vector.java 111 * @param alpha The interpolation coefficient
118 * @param alpha The interpolation coefficient
  /external/libmpeg2/decoder/
impeg2d_vld.c 503 /* Decode the DC coefficient in case of Intra block */
565 /* This indicates the position of the coefficient. Since this is the DC
566 * coefficient, we put the position as 0.
580 /* Decoding of first AC coefficient in case of non Intra block */
603 /* This indicates the position of the coefficient. Since this is the DC
604 * coefficient, we put the position as 0.
    [all...]
  /external/libvorbis/doc/
06-floor0.tex 21 VQ codebooks for use in coding/decoding the LSP filter coefficient
52 coefficient values from the bitstream, and then computing the floor
  /external/pdfium/third_party/libjpeg/
fpdfapi_jddctmgr.c 13 * Note that the IDCT routines are responsible for performing coefficient
151 * coefficient controller's buffer anyway.
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Tables.c 37 * High Pass Filter Coefficient table
229 * Band Pass Filter coefficient table
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Init.c 116 * Persistant coefficient memory
246 * Allocate coefficient memory
  /hardware/intel/common/libva/va/
va_dec_vp8.h 203 * \brief VP8 Coefficient Probability Data Buffer Structure
209 * position of the coefficient being decoded; the third dimension, * roughly
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct32x32_test.cc 203 << "Error: 32x32 FDCT C has coefficient larger than 4*DCT_MAX_VALUE";
205 << "Error: 32x32 FDCT has coefficient larger than "
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h 319 \param "block" "Pointer to the origin of transform coefficient area."
329 \param "block" "Pointer to the origin of transform coefficient area."
377 This function performs prediction of the nonzero coefficient for a luma block (i,j).
381 \return "Predicted number of nonzero coefficient."
386 This function performs prediction of the nonzero coefficient for a chroma block (i,j).
390 \return "Predicted number of nonzero coefficient."
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 286 /* 5/16/01, break up function for last and not-last coefficient */
331 /* 5/16/01, break up function for last and not-last coefficient */
391 /* 5/16/01, break up function for last and not-last coefficient */
481 /* 5/16/01, break up function for last and not-last coefficient */
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 278 /* number, whose coefficient is a string of bcd8 uBytes */
339 /* DFISCCZERO -- test for coefficient continuation being zero */
340 /* DFISCC01 -- test for coefficient contains only 0s and 1s */
403 /* coefficient, starting at uByte u, is all zeros */
448 /* Macros to decode the coefficient in a finite decFloat *df into */
469 /* GETCOEFF extracts the coefficient of the current format */
470 /* GETWCOEFF extracts the coefficient of the next-wider format. */
539 /* Macros to decode the coefficient in a finite decFloat *df into */
592 /* Macros to decode the coefficient in a finite decFloat *df into */
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 28 /// Class representing coefficient of floating-point addend.
37 // most addends which have coefficient either 1 or -1. So, the constructor
46 assert(!insaneIntVal(C) && "Insane coefficient");
88 // If the coefficient is represented by an integer, promote it to a
103 // The integer coefficient of an individual addend is either 1 or -1,
114 /// constant coefficient. A constant addend is represented as <C, 0>.
126 void set(short Coefficient, Value *V) { Coeff.set(Coefficient), Val = V; }
127 void set(const APFloat& Coefficient, Value *V)
128 { Coeff.set(Coefficient); Val = V;
    [all...]

Completed in 1877 milliseconds

<<11121314151617181920>>