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

1 2 3 4 5 6 78 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InvTransformResidualAndAdd.c 49 * pDequantCoeff - Pointer to the transformed coefficients. 8-byte
54 * bAC - Indicate whether there is AC coefficients in the coefficients
omxVCM4P10_TransformDequantChromaDCFromPair.c 74 * Inverse Transform DC 2x2 Coefficients
102 * DC coefficients, and update the pair buffer pointer to next non-empty
114 * pDst - Pointer to the reconstructed 2x2 ChromaDC coefficients buffer;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c 46 * Performs VLC decoding and inverse zigzag scan of AC and DC coefficients
49 * coefficients, as described in [ISO14496-2], subclause 7.4.1.4, Intra DC
93 * FLC table The number of coefficients is greater than 64
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicConvolve3x3.java 37 * <p> The default coefficients are:
80 * Set the coefficients for the convolve.
89 * @param v The array of coefficients to set
ScriptIntrinsicConvolve5x5.java 37 * <p> The default coefficients are:
80 * Set the coefficients for the convolve.
91 * @param v The array of coefficients to set
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve3x3.java 41 * <p> The default coefficients are:
89 * Set the coefficients for the convolve.
98 * @param v The array of coefficients to set
ScriptIntrinsicConvolve5x5.java 41 * <p> The default coefficients are:
90 * Set the coefficients for the convolve.
101 * @param v The array of coefficients to set
  /external/eigen/Eigen/src/Core/
Visitor.h 58 /** Applies the visitor \a visitor to the whole coefficients of the matrix or vector.
65 * // called for all other coefficients
167 /** \returns the minimum of all coefficients of *this and puts in *row and *col its location.
184 /** \returns the minimum of all coefficients of *this and puts in *index its location.
201 /** \returns the maximum of all coefficients of *this and puts in *row and *col its location.
218 /** \returns the maximum of all coefficients of *this and puts in *index its location.
  /external/libjpeg-turbo/
transupp.h 28 * Although rotating and flipping data expressed as DCT coefficients is not
66 * coefficients and losslessly preserves lower-order coefficients of a
124 normally modifies the source coefficients in place.
127 coefficients in tact (necessary if other transformed
129 coefficients. */
  /external/libopus/silk/float/
LPC_analysis_filter_FLP.c 45 const silk_float PredCoef[], /* I LPC coefficients */
83 const silk_float PredCoef[], /* I LPC coefficients */
117 const silk_float PredCoef[], /* I LPC coefficients */
149 const silk_float PredCoef[], /* I LPC coefficients */
179 const silk_float PredCoef[], /* I LPC coefficients */
212 const silk_float PredCoef[], /* I LPC coefficients */
burg_modified_FLP.c 38 /* Compute reflection coefficients from input signal */
40 silk_float A[], /* O prediction coefficients (length order) */
126 /* Ensure adjusted reflection coefficients has the original sign */
135 /* Update the AR coefficients */
145 /* Reached max prediction gain; set remaining coefficients to zero and exit loop */
172 /* Compute residual energy and store coefficients as silk_float */
LPC_inv_pred_gain_FLP.c 38 /* test if LPC coefficients are stable (all poles within unit circle) */
41 const silk_float *A, /* I prediction coefficients [order] */
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 40 /* Calculate double precision coefficients for a peaking filter */
45 /* pCoefficients Pointer to the coefficients */
68 /* 2. The double precision coefficients are only used when fc is less than fs/85, so */
153 * Calculate the B1 and A0 coefficients
178 /* Calculate single precision coefficients for a peaking filter */
183 /* pCoefficients Pointer to the coefficients */
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 25 * \param _Scalar the scalar type, i.e., the type of the coefficients
56 /** the scalar type of the coefficients */
59 /** the type of the Coefficients 4-vector */
60 typedef Matrix<Scalar, 4, 1> Coefficients;
87 inline const Block<const Coefficients,3,1> vec() const { return m_coeffs.template start<3>(); }
90 inline Block<Coefficients,3,1> vec() { return m_coeffs.template start<3>(); }
92 /** \returns a read-only vector expression of the coefficients (x,y,z,w) */
93 inline const Coefficients& coeffs() const { return m_coeffs; }
95 /** \returns a vector expression of the coefficients (x,y,z,w) */
96 inline Coefficients& coeffs() { return m_coeffs;
    [all...]
  /external/fec/
dsp.3 34 coefficients in \fBcoeff\fR and their number in \fBlen\fR. This
41 array as there were coefficients passed to \fBinitdp\fR.
  /external/libjpeg-turbo/simd/
jfdctflt-3dn.asm 90 movq mm4,mm0 ; transpose coefficients
93 movq mm5,mm2 ; transpose coefficients
114 movq mm4,mm1 ; transpose coefficients
117 movq mm0,mm2 ; transpose coefficients
205 movq mm4,mm0 ; transpose coefficients
208 movq mm5,mm2 ; transpose coefficients
229 movq mm4,mm1 ; transpose coefficients
232 movq mm0,mm2 ; transpose coefficients
  /external/libopus/silk/fixed/
noise_shape_analysis_FIX.c 36 /* Compute gain to make warped filter coefficients have a zero mean log frequency response on a */
39 /* coefficient in an array of coefficients, for monic filters. */
57 /* Convert warped filter coefficients to monic pseudo-warped coefficients and limit maximum */
58 /* amplitude of monic warped coefficients by using bandwidth expansion on the true coefficients */
70 /* Convert to monic coefficients */
98 /* Coefficients are within range - done */
102 /* Convert back to true warped coefficients */
121 /* Convert to monic warped coefficients */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
f.cpp 13 * This file allows to compute the minimax polynomial coefficients we use
42 * and take the coefficients from the P = { ... } array.
  /external/opencv3/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/
CalibrationResult.java 39 Log.i(TAG, "Saved distortion coefficients: " + distortionCoefficients.dump());
65 Log.i(TAG, "Loaded distortion coefficients: " + distortionCoefficients.dump());
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsf_check.c 23 * check for stability of lsf coefficients
43 /* Seperate coefficients with a safety margin of 50 Hz */
lsf_to_lsp.c 23 * conversion from lsf to lsp coefficients
29 int16_t m /* (i) number of coefficients */
lsf_to_poly.c 25 int16_t *a, /* (o) predictor coefficients (order = 10) in Q12 */
59 /* Get the A(z) coefficients
simple_lsf_dequant.c 23 * obtain dequantized lsf coefficients from quantization index
27 int16_t *lsfdeq, /* (o) dequantized lsf coefficients */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 27 * Decode real and imaginary part of the DFT coefficients, given a bit-stream.
42 * coefficients are written to.
44 * of DFT coefficients are written to.
54 * Encode real and imaginary part of the DFT coefficients into the given
59 * coefficients are written to.
61 * of DFT coefficients are written to.
136 * Decode LPC coefficients and interpolate to get the coefficients fo all
  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc_internal.h 87 "numerator coefficients incorrect size");
90 "denominator coefficients incorrect size");

Completed in 300 milliseconds

1 2 3 4 5 6 78 91011>>