/external/libvpx/libvpx/vp8/common/ |
entropy.h | 21 /* Coefficient token alphabet */ 64 /* Middle dimension is a coarsening of the coefficient's 72 coefficient (DC, unless block type is 0), we look at the (already encoded) 75 After decoding a coefficient, the measure is roughly the size of the 76 most recently decoded coefficient (0 for 0, 1 for 1, 2 for >1). 81 coefficient will appear later in this block. However, this shift 83 coefficient band (and since zigzag positions 0, 1, and 2 are in
|
/external/eigen/Eigen/src/plugins/ |
MatrixCwiseBinaryOps.h | 11 // This file is a base class plugin containing matrix specifics coefficient wise functions. 13 /** \returns an expression of the Schur product (coefficient wise product) of *this and \a other 28 /** \returns an expression of the coefficient-wise == operator of *this and \a other 48 /** \returns an expression of the coefficient-wise != operator of *this and \a other 68 /** \returns an expression of the coefficient-wise min of *this and \a other 83 /** \returns an expression of the coefficient-wise min of *this and scalar \a other 94 /** \returns an expression of the coefficient-wise max of *this and \a other 109 /** \returns an expression of the coefficient-wise max of *this and scalar \a other 121 /** \returns an expression of the coefficient-wise quotient of *this and \a other 138 /** \returns an expression of the coefficient-wise == operator of \c *this and a scalar \a [all...] |
ArrayCwiseBinaryOps.h | 2 /** \returns an expression of the coefficient wise product of \c *this and \a other 14 /** \returns an expression of the coefficient wise quotient of \c *this and \a other 26 /** \returns an expression of the coefficient-wise min of \c *this and \a other 35 /** \returns an expression of the coefficient-wise min of \c *this and scalar \a other 52 /** \returns an expression of the coefficient-wise max of \c *this and \a other 61 /** \returns an expression of the coefficient-wise max of \c *this and scalar \a other 78 /** \returns an expression of the coefficient-wise power of \c *this to the given array of \a exponents. 80 * This function computes the coefficient-wise power. 94 * This function computes the coefficient-wise power. The function MatrixBase::pow() in the 145 /** \returns an expression of the coefficient-wise \< operator of *this and \a othe [all...] |
/external/eigen/doc/ |
TutorialArrayClass.dox | 3 /** \eigenManualPage TutorialArrayClass The Array class and coefficient-wise operations 14 perform coefficient-wise operations, which might not have a linear algebraic meaning, 15 such as adding a constant to every coefficient in the array or multiplying two arrays coefficient-wise. 77 The operation is valid if both arrays have the same size, and the addition or subtraction is done coefficient-wise. 79 Arrays also support expressions of the form <tt>array + scalar</tt> which add a scalar to each coefficient in the array. 96 multiplication as matrix product and arrays interpret multiplication as coefficient-wise product. Thus, two 109 \section TutorialArrayClassCwiseOther Other coefficient-wise operations 111 The Array class defines other coefficient-wise operations besides the addition, subtraction and multiplication 113 value of each coefficient, while \link ArrayBase::sqrt() .sqrt() \endlink computes the square root of th [all...] |
/external/eigen/Eigen/src/Core/ |
CoreIterators.h | 45 /// \returns the value of the current coefficient. 47 /** Increment the iterator \c *this to the next non-zero coefficient. 51 /// \returns the column or row index of the current coefficient. 53 /// \returns the row index of the current coefficient. 55 /// \returns the column index of the current coefficient. 57 /// \returns \c true if the iterator \c *this still references a valid coefficient.
|
/external/eigen/doc/special_examples/ |
Tutorial_sparse_example_details.cpp | 14 if(i==-1 || i==n) b(id) -= w * boundary(j); // constrained coefficient 15 else if(j==-1 || j==n) b(id) -= w * boundary(i); // constrained coefficient 16 else coeffs.push_back(T(id,id1,w)); // unknown coefficient
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
memory.c | 41 /* Guaranteed minimum allocation for a coefficient. May be changed once 154 /* Allocate a new decimal with a coefficient of length 'nwords'. In case 183 /* Allocate a new decimal with a coefficient of length MPD_MINALLOC. 206 * Input: 'result' is a static mpd_t with a static coefficient. 209 * Resize the static coefficient to a larger dynamic one and copy the 237 * Input: 'result' is a static mpd_t with a static coefficient. 239 * Convert the coefficient to a dynamic one that is initialized to zero. If 264 * Input: 'result' is a static or a dynamic mpd_t with a dynamic coefficient. 265 * Resize the coefficient to length 'nwords': 268 * 'result' has a larger coefficient but the same value. Return 1 [all...] |
/external/libxcam/modules/isp/ |
aiq3a_utils.cpp | 83 double coefficient = 0.0; local 93 coefficient = pow (2, (16 - atomisp_params.wb_config->integer_bits)); 94 wb->r_gain = atomisp_params.wb_config->r / coefficient; 95 wb->gr_gain = atomisp_params.wb_config->gr / coefficient; 96 wb->gb_gain = atomisp_params.wb_config->gb / coefficient; 97 wb->b_gain = atomisp_params.wb_config->b / coefficient; 139 coefficient = pow (2, atomisp_params.yuv2rgb_cc_config->fraction_bits); 141 tmp_matrix [i] = atomisp_params.yuv2rgb_cc_config->matrix [i] / coefficient; 171 coefficient = pow (2, (13 - atomisp_params.macc_config->color_effect)); 173 macc->table[i] = (double)atomisp_params.macc_table->data[i] / coefficient; [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/ |
NelderMead.java | 35 /** Reflection coefficient. */ 38 /** Expansion coefficient. */ 41 /** Contraction coefficient. */ 44 /** Shrinkage coefficient. */ 59 * @param rho reflection coefficient 60 * @param khi expansion coefficient 61 * @param gamma contraction coefficient 62 * @param sigma shrinkage coefficient
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
SpecialFunctionsArrayAPI.h | 16 /** \cpp11 \returns an expression of the coefficient-wise igamma(\a a, \a x) to the given arrays. 18 * This function computes the coefficient-wise incomplete gamma function. 36 /** \cpp11 \returns an expression of the coefficient-wise igammac(\a a, \a x) to the given arrays. 38 * This function computes the coefficient-wise complementary incomplete gamma function. 56 /** \cpp11 \returns an expression of the coefficient-wise polygamma(\a n, \a x) to the given arrays. 78 /** \cpp11 \returns an expression of the coefficient-wise betainc(\a x, \a a, \a b) to the given arrays. 100 /** \returns an expression of the coefficient-wise zeta(\a x, \a q) to the given arrays.
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropy.h | 26 // Coefficient token alphabet 88 /* Middle dimension reflects the coefficient position within the transform. */ 92 of nearby coefficients are nonzero. For the first coefficient (DC, unless 96 After decoding a coefficient, the measure is determined by the size of the 97 most recently decoded coefficient. 102 coefficient will appear later in this block. However, this shift 104 coefficient band (and since zigzag positions 0, 1, and 2 are in
|
/external/autotest/client/deps/glbench/src/ |
testbase.h | 27 // coefficient is multiplied (if inverse is false) or divided (if inverse is 31 // coefficient = width * height (measured in pixels), inverse = true 34 // coefficient = 1, inverse = false 38 double coefficient,
|
/external/eigen/doc/snippets/ |
Tutorial_Map_using.cpp | 20 cout << "m2 coefficient 2, constant accessor: " << m2mapconst(2) << endl;
|
/external/libavc/common/ |
ih264_trans_data.h | 50 * transformed block, the coefficient at index location (i,j) is scaled by one of 66 * transformed block, the coefficient at index location (i,j) is scaled by one of 84 * @brief Threshold Table. Quantizing the given DCT coefficient is done only if 99 * transformed block, the coefficient at index location (i,j) is scaled by one of
|
/external/pdfium/fxbarcode/common/reedsolomon/ |
BC_ReedSolomonGF256.h | 27 int32_t coefficient,
|
/external/tpm2/ |
CpriDataEcc.h | 15 const TPM2B *a; // linear coefficient
|
/frameworks/av/media/libeffects/testlibs/ |
AudioCoefInterpolator.h | 25 // A helper class for linear interpolation of N-D -> M-D coefficient tables. 42 // table The coefficient table. Should be of size: 71 // The coefficient table. 74 // A recursive function for getting an interpolated coefficient value.
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
DynamicSparseMatrix.h | 24 * random read/write accesses in log(rho*outer_size) where \c rho is the probability that a coefficient is 91 /** \returns the coefficient value at given position \a row, \a col 101 /** \returns a reference to the coefficient value at given position \a row, \a col 102 * This operation involes a log(rho*outer_size) binary search. If the coefficient does not 147 /** \returns a reference to the non zero coefficient at position \a row, \a col assuming that: 149 * - the new coefficient is the last one of the given inner vector. 291 * inserts a nonzero coefficient at given coordinates \a row, \a col and returns its reference assuming that: 292 * 1 - the coefficient does not exist yet 293 * 2 - this the coefficient with greater inner coordinate for the given outer coordinate. 294 * In other words, assuming \c *this is column-major, then there must not exists any nonzero coefficient of coordinate [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
lsf_interpolate_to_poly_dec.c | 31 int16_t coef, /* (i) weighting coefficient to use between 33 int16_t length /* (i) length of coefficient vectors */
|
lsf_interpolate_to_poly_dec.h | 32 int16_t coef, /* (i) weighting coefficient to use between 34 int16_t length /* (i) length of coefficient vectors */
|
lsf_interpolate_to_poly_enc.c | 32 int16_t coef, /* (i) weighting coefficient to use between 34 int16_t length /* (i) length of coefficient vectors */
|
lsf_interpolate_to_poly_enc.h | 33 int16_t coef, /* (i) weighting coefficient to use between 35 int16_t length /* (i) length of coefficient vectors */
|
/external/eigen/unsupported/Eigen/src/Polynomials/ |
PolynomialUtils.h | 19 * by degrees i.e. poly[i] is the coefficient of degree i of the polynomial 40 * by degrees i.e. poly[i] is the coefficient of degree i of the polynomial 67 * by degrees i.e. poly[i] is the coefficient of degree i of the polynomial 71 * <dd> the leading coefficient of the input polynomial poly must be non zero </dd> 93 * by degrees i.e. poly[i] is the coefficient of degree i of the polynomial 123 * by degrees i.e. poly[i] is the coefficient of degree i of the polynomial
|
/external/pdfium/public/ |
fpdf_transformpage.h | 109 * @param[in] a - The coefficient "a" of the matrix. 110 * @param[in] b - The coefficient "b" of the matrix. 111 * @param[in] c - The coefficient "c" of the matrix. 112 * @param[in] d - The coefficient "d" of the matrix. 113 * @param[in] e - The coefficient "e" of the matrix. 114 * @param[in] f - The coefficient "f" of the matrix.
|
/external/syslinux/gpxe/src/crypto/ |
md5.c | 33 u8 coefficient; member in struct:md5_step 60 .coefficient = 1, 65 .coefficient = 5, 70 .coefficient = 3, 75 .coefficient = 7, 120 g = ( ( i * step->coefficient + step->constant ) & 0xf );
|