HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 126 - 150 of 1623) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/eigen/doc/
TutorialAdvancedInitialization.dox 13 Eigen offers a comma initializer syntax which allows the user to easily set all the coefficients of a matrix,
14 vector or array. Simply list the coefficients, starting at the top-left corner and moving from left to right
16 or too many coefficients, Eigen will complain.
67 used to initialize all coefficients to zero. There are three variants. The first variant takes no arguments
82 Similarly, the static method \link DenseBase::Constant() Constant\endlink(value) sets all coefficients to \c value.
85 \endlink fills the matrix or array with random coefficients. The identity matrix can be obtained by calling
89 one-dimensional arrays; it yields a vector of the specified size whose coefficients are equally spaced between
140 The expression <tt>m + MatrixXf::Constant(3,3,1.2)</tt> constructs the 3-by-3 matrix expression with all its coefficients
  /external/libopus/silk/
NLSF2A.c 32 /* conversion between prediction filter coefficients and LSFs */
65 /* compute whitening filter coefficients from normalized line spectral frequencies */
67 opus_int16 *a_Q12, /* O monic whitening filter coefficients in Q12, [ d ] */
129 /* Limit the maximum absolute value of the prediction coefficients, so that they'll fit in int16 */
143 /* Reduce magnitude of prediction coefficients */
154 /* Reached the last iteration, clip the coefficients */
167 /* Prediction coefficients are (too close to) unstable; apply bandwidth expansion */
168 /* on the unscaled coefficients, convert to Q12 and measure again */
LPC_inv_pred_gain.c 40 /* test if LPC coefficients are stable (all poles within unit circle) */
42 opus_int32 A_QA[ 2 ][ SILK_MAX_ORDER_LPC ], /* I Prediction coefficients */
110 const opus_int16 *A_Q12, /* I Prediction coefficients, Q12 [order] */
121 /* Increase Q domain of the AR coefficients */
137 const opus_int32 *A_Q24, /* I Prediction coefficients [order] */
147 /* Increase Q domain of the AR coefficients */
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_common.h 28 // tran_low_t is the datatype used for final transform coefficients.
34 // tran_low_t is the datatype used for final transform coefficients.
  /external/speex/libspeex/
lpc.h 4 @brief Functions for LPC (Linear Prediction Coefficients) analysis
47 spx_coef_t * lpc, /* [0...p-1] LPC coefficients */
  /external/webrtc/webrtc/common_audio/signal_processing/
downsample_fast_neon.c 21 const int16_t* __restrict coefficients,
50 int32x2_t coeff32 = vld1_dup_s32((int32_t*)&coefficients[j]);
72 int16x4_t coeff16x4 = vld1_dup_s16(&coefficients[j]);
91 int16x4_t coeff16x4 = vld1_dup_s16(&coefficients[j]);
118 int16x4_t coeff16x4 = vld1_s16(&coefficients[j]);
147 int16x4_t coeff16x4 = vld1_dup_s16(&coefficients[j]);
178 int16x4_t coeff16x4 = vld1_dup_s16(&coefficients[j]);
208 out_s32 = WebRtc_MulAccumW16(coefficients[j], data_in[i - j], out_s32);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
bw_expand.c 27 int16_t *out, /* (o) the bandwidth expanded lpc coefficients */
28 int16_t *in, /* (i) the lpc coefficients before bandwidth
bw_expand.h 29 int16_t *out, /* (o) the bandwidth expanded lpc coefficients */
30 int16_t *in, /* (i) the lpc coefficients before bandwidth
lpc_encode.h 29 int16_t *syntdenum, /* (i/o) synthesis filter coefficients
31 int16_t *weightdenum, /* (i/o) weighting denumerator coefficients
lsf_to_lsp.h 25 * conversion from lsf to lsp coefficients
31 int16_t m /* (i) number of coefficients */
poly_to_lsp.c 24 * conversion from lpc coefficients to lsp coefficients
29 int16_t *a, /* (o) A coefficients in Q12 */
30 int16_t *lsp, /* (i) LSP coefficients in Q15 */
31 int16_t *old_lsp /* (i) old LSP coefficients that are used if the new
32 coefficients turn out to be unstable */
  /external/webrtc/webrtc/modules/audio_processing/transient/
daubechies_8_wavelet_coeffs.h 11 // This header file defines the coefficients of the FIR based approximation of
16 // Decomposition coefficients Daubechies 8.
  /external/eigen/Eigen/src/Core/
CommaInitializer.h 69 && "Too many coefficients passed to comma initializer (operator<<)");
90 && "Too many coefficients passed to comma initializer (operator<<)");
106 && "Too few coefficients passed to comma initializer (operator<<)");
109 /** \returns the built matrix once all its coefficients have been set.
125 * Convenient operator to set the coefficients of a matrix.
127 * The coefficients must be provided in a row major order and exactly match
DiagonalMatrix.h 113 * \param _Scalar the type of coefficients
155 /** \returns a reference to the stored vector of diagonal coefficients. */
179 /** generic constructor from expression of the diagonal coefficients */
205 /** Sets all coefficients to zero. */
207 /** Resizes and sets all coefficients to zero. */
220 * \param _DiagonalVectorType the type of the vector of diagonal coefficients
222 * This class is an expression of a diagonal matrix, but not storing its own vector of diagonal coefficients,
257 /** Constructor from expression of diagonal coefficients to wrap. */
260 /** \returns a const reference to the wrapped expression of diagonal coefficients. */
267 /** \returns a pseudo-expression of a diagonal matrix with *this as vector of diagonal coefficients
    [all...]
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialUtils.h 18 * \param[in] poly : the vector of coefficients of the polynomial ordered
39 * \param[in] poly : the vector of coefficients of the polynomial ordered
66 * \param[in] poly : the vector of coefficients of the polynomial ordered
92 * \param[in] poly : the vector of coefficients of the polynomial ordered
117 * Given the roots of a polynomial compute the coefficients in the
122 * \param[out] poly : the vector of coefficients of the polynomial ordered
  /external/libjpeg-turbo/simd/
jfdctfst-sse2-64.asm 107 movdqa xmm4,xmm0 ; transpose coefficients(phase 1)
110 movdqa xmm5,xmm2 ; transpose coefficients(phase 1)
125 movdqa xmm2,xmm6 ; transpose coefficients(phase 1)
128 movdqa xmm5,xmm1 ; transpose coefficients(phase 1)
132 movdqa xmm7,xmm6 ; transpose coefficients(phase 2)
135 movdqa xmm3,xmm2 ; transpose coefficients(phase 2)
144 movdqa xmm7,xmm0 ; transpose coefficients(phase 2)
147 movdqa xmm2,xmm4 ; transpose coefficients(phase 2)
151 movdqa xmm1,xmm0 ; transpose coefficients(phase 3)
154 movdqa xmm5,xmm2 ; transpose coefficients(phase 3
    [all...]
jfdctfst-sse2.asm 113 movdqa xmm4,xmm0 ; transpose coefficients(phase 1)
116 movdqa xmm5,xmm2 ; transpose coefficients(phase 1)
131 movdqa xmm2,xmm6 ; transpose coefficients(phase 1)
134 movdqa xmm5,xmm1 ; transpose coefficients(phase 1)
138 movdqa xmm7,xmm6 ; transpose coefficients(phase 2)
141 movdqa xmm3,xmm2 ; transpose coefficients(phase 2)
150 movdqa xmm7,xmm0 ; transpose coefficients(phase 2)
153 movdqa xmm2,xmm4 ; transpose coefficients(phase 2)
157 movdqa xmm1,xmm0 ; transpose coefficients(phase 3)
160 movdqa xmm5,xmm2 ; transpose coefficients(phase 3
    [all...]
jfdctint-sse2-64.asm 128 movdqa xmm4,xmm0 ; transpose coefficients(phase 1)
131 movdqa xmm5,xmm2 ; transpose coefficients(phase 1)
146 movdqa xmm2,xmm6 ; transpose coefficients(phase 1)
149 movdqa xmm5,xmm1 ; transpose coefficients(phase 1)
153 movdqa xmm7,xmm6 ; transpose coefficients(phase 2)
156 movdqa xmm3,xmm2 ; transpose coefficients(phase 2)
165 movdqa xmm7,xmm0 ; transpose coefficients(phase 2)
168 movdqa xmm2,xmm4 ; transpose coefficients(phase 2)
172 movdqa xmm1,xmm0 ; transpose coefficients(phase 3)
175 movdqa xmm5,xmm2 ; transpose coefficients(phase 3
    [all...]
jfdctint-sse2.asm 134 movdqa xmm4,xmm0 ; transpose coefficients(phase 1)
137 movdqa xmm5,xmm2 ; transpose coefficients(phase 1)
152 movdqa xmm2,xmm6 ; transpose coefficients(phase 1)
155 movdqa xmm5,xmm1 ; transpose coefficients(phase 1)
159 movdqa xmm7,xmm6 ; transpose coefficients(phase 2)
162 movdqa xmm3,xmm2 ; transpose coefficients(phase 2)
171 movdqa xmm7,xmm0 ; transpose coefficients(phase 2)
174 movdqa xmm2,xmm4 ; transpose coefficients(phase 2)
178 movdqa xmm1,xmm0 ; transpose coefficients(phase 3)
181 movdqa xmm5,xmm2 ; transpose coefficients(phase 3
    [all...]
  /external/libopus/silk/float/
wrappers_FLP.c 36 /* Convert AR filter coefficients to NLSF parameters */
39 const silk_float *pAR, /* I LPC coefficients [ LPC_order ] */
53 /* Convert LSF parameters to AR prediction filter coefficients */
55 silk_float *pAR, /* O LPC coefficients [ LPC_order ] */
75 silk_float PredCoef[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficients */
113 opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficients per int32 value */
  /external/libvorbis/lib/
lpc.c 59 Output: m lpc coefficients, excitation energy */
68 /* autocorrelation, p+1 lag coefficients */
76 /* Generate lpc coefficients from autocorr values */
92 and needs reflection coefficients, save the results of 'r' from
98 /* Update LPC coefficients and total error */
136 /* in: coeff[0...m-1] LPC coefficients
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Tables.c 164 /* Cosone polynomial coefficients */
169 * Coefficients for calculating the cosine with the equation:
173 * These coefficients expect the input, x, to be in the range 0 to 32768 respresenting
186 * Coefficients for calculating the cosine error with the equation:
190 * These coefficients expect the input, x, to be in the range 0 to 32768 respresenting
207 /* Quasi peak filter coefficients table */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 28 * H.264 decode coefficients module
44 * field scan is not supported. The decoded coefficients in the packed
56 * sMaxNumCoeff - Maximum the number of non-zero coefficients in current
59 * coefficients contained in the above and left 4x4 blocks. It is
67 * there are only zero coefficients in the currently decoded block.
71 * pNumCoeff - Pointer to the number of nonzero coefficients in this block
omxVCM4P10_SubAndTransformQDQResidual.c 44 * quantization. The quantized transformed coefficients are stored as
45 * pDstQuantCoeff. This function can also output dequantized coefficients or
46 * unquantized DC coefficients optionally by setting the pointers
57 * pNumCoeff -Number of non-zero coefficients after quantization. If this
67 * pDstQuantCoeff - Pointer to the quantized transformed coefficients.
69 * pDstDeQuantCoeff - Pointer to the dequantized transformed coefficients
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 267 /* Get correlation coefficients */
301 /* compute prediction coefficients */
326 /* copy coefficients to output array */
353 /* copy coefficients to output array */
365 * Compute LP coefficients and correlation coefficients. At 12 kHz LP
366 * coefficients of the first and the last sub-frame is computed. At 16 kHz
367 * LP coefficients of 4th, 8th and 12th sub-frames are computed. We always
368 * compute correlation coefficients of all sub-frames.
380 * -corrMat : a matrix where correlation coefficients of eac
    [all...]

Completed in 1079 milliseconds

1 2 3 4 56 7 8 91011>>