HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 151 - 175 of 1642) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libopus/silk/
biquad_alt.c 32 * Can handle slowly varying filter coefficients *
44 const opus_int32 *B_Q28, /* I MA coefficients [3] */
45 const opus_int32 *A_Q28, /* I AR coefficients [2] */
81 const opus_int32 *B_Q28, /* I MA coefficients [3] */
82 const opus_int32 *A_Q28, /* I AR coefficients [2] */
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 84 /* Coefficients are predicted via a 3-dimensional probability table. */
92 of nearby coefficients are nonzero. For the first coefficient (DC, unless
95 of these blocks having nonzero coefficients.
98 Note that the intuitive meaning of this measure changes as coefficients
124 // This is the index in the scan order beyond which all coefficients for
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Tables.c 211 /* Filter polynomial coefficients */
216 * Coefficients for calculating the cosine with the equation:
220 * These coefficients expect the input, x, to be in the range 0 to 32768 respresenting
233 * Coefficients for calculating the cosine error with the equation:
237 * These coefficients expect the input, x, to be in the range 0 to 32768 respresenting
  /external/libjpeg-turbo/simd/
jidctfst-sse2-64.asm 78 ; Perform dequantization and inverse DCT on one block of coefficients.
245 movdqa xmm3,xmm6 ; transpose coefficients(phase 1)
248 movdqa xmm0,xmm5 ; transpose coefficients(phase 1)
266 movdqa xmm4,xmm7 ; transpose coefficients(phase 1)
269 movdqa xmm2,xmm1 ; transpose coefficients(phase 1)
273 movdqa xmm0,xmm3 ; transpose coefficients(phase 2)
276 movdqa xmm5,xmm6 ; transpose coefficients(phase 2)
286 movdqa xmm3,xmm1 ; transpose coefficients(phase 2)
289 movdqa xmm0,xmm2 ; transpose coefficients(phase 2)
293 movdqa xmm4,xmm6 ; transpose coefficients(phase 3
    [all...]
jidctfst-sse2.asm 77 ; Perform dequantization and inverse DCT on one block of coefficients.
252 movdqa xmm3,xmm6 ; transpose coefficients(phase 1)
255 movdqa xmm0,xmm5 ; transpose coefficients(phase 1)
273 movdqa xmm4,xmm7 ; transpose coefficients(phase 1)
276 movdqa xmm2,xmm1 ; transpose coefficients(phase 1)
280 movdqa xmm0,xmm3 ; transpose coefficients(phase 2)
283 movdqa xmm5,xmm6 ; transpose coefficients(phase 2)
293 movdqa xmm3,xmm1 ; transpose coefficients(phase 2)
296 movdqa xmm0,xmm2 ; transpose coefficients(phase 2)
300 movdqa xmm4,xmm6 ; transpose coefficients(phase 3
    [all...]
  /external/eigen/doc/
tutorial.cpp 42 // sums of coefficients
56 // because accessing coefficients of that block expression is not more costly than accessing
57 // coefficients of a plain matrix.
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJCustomFilter.java 40 * A callback function that can be used to modify the DCT coefficients after
45 * @param coeffBuffer a buffer containing transformed DCT coefficients.
47 * returns, so applications wishing to hand off the DCT coefficients to
  /external/libopus/silk/arm/
arm_silk_map.c 42 const opus_int32 *B_Q28, /* I MA coefficients [3] */
43 const opus_int32 *A_Q28, /* I AR coefficients [2] */
55 const opus_int16 *A_Q12, /* I Prediction coefficients, Q12 [order] */
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 26 // For valid VP9 input streams, intermediate stage coefficients should always
27 // stay within the range of a signed 16 bit integer. Coefficients can go out
46 // For valid highbitdepth VP9 streams, intermediate stage coefficients will
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256.cpp 91 std::vector<int32_t> coefficients(degree + 1);
92 coefficients[0] = coefficient;
94 if (!temp->Init(this, &coefficients)) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsp_to_lsf.c 23 * conversion from LSP coefficients to LSF coefficients
30 int16_t m /* (i) Number of coefficients */
simple_lpc_analysis.c 30 int16_t *lsf, /* (o) lsf coefficients */
70 /* Calculate the A coefficients from the Autocorrelation using Levinson Durbin algorithm */
82 /* Bandwidth expand the filter coefficients */
  /external/webrtc/webrtc/modules/audio_processing/transient/
wpd_tree.h 22 // left child contains the approximation coefficients extracted from the node,
23 // and the right child contains the detail coefficients.
40 // Creates a WPD tree using the data length and coefficients provided.
  /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/rs/support/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 87 /** Applies the visitor \a visitor to the whole coefficients of the matrix or vector.
94 * // called for all other coefficients
198 * \returns the minimum of all coefficients of *this and puts in *row and *col its location.
216 /** \returns the minimum of all coefficients of *this and puts in *index its location.
235 * \returns the maximum of all coefficients of *this and puts in *row and *col its location.
253 /** \returns the maximum of all coefficients of *this and puts in *index its location.
  /external/libjpeg-turbo/
transupp.h 29 * Although rotating and flipping data expressed as DCT coefficients is not
67 * coefficients and losslessly preserves lower-order coefficients of a
125 normally modifies the source coefficients in place.
128 coefficients in tact (necessary if other transformed
130 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 */
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 ] */
76 silk_float PredCoef[ 2 ][ MAX_LPC_ORDER ], /* O Prediction coefficients */
114 opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ]; /* Packs two int16 coefficients per int32 value */
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 163 Biquad_Instance_t HPCoefs; /* High pass filter coefficients */
164 Biquad_Instance_t LPCoefs; /* Low pass filter coefficients */
165 Biquad_Instance_t RevLPCoefs[4]; /* Reverb low pass filters coefficients */
230 Biquad_FLOAT_Instance_t HPCoefs; /* High pass filter coefficients */
231 Biquad_FLOAT_Instance_t LPCoefs; /* Low pass filter coefficients */
232 Biquad_FLOAT_Instance_t RevLPCoefs[4]; /* Reverb low pass filters coefficients */
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Tables.c 248 /* Cosone polynomial coefficients */
253 * Coefficients for calculating the cosine with the equation:
257 * These coefficients expect the input, x, to be in the range 0 to 32768 respresenting
278 * Coefficients for calculating the cosine error with the equation:
282 * These coefficients expect the input, x, to be in the range 0 to 32768 respresenting
305 /* Quasi peak filter coefficients table */
  /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.

Completed in 291 milliseconds

1 2 3 4 5 67 8 91011>>