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

1 23 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsp_to_lsf.h 25 * conversion from LSP coefficients to LSF coefficients
32 int16_t m /* (i) Number of coefficients */
simple_lsf_dequant.h 25 * obtain dequantized lsf coefficients from quantization index
29 int16_t *lsfdeq, /* (o) dequantized lsf coefficients */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_tables.h 14 * header file for coding tables for the LPC coefficients
65 /* initial cdf index for KLT coefficients */
95 /* means of log gains and LAR coefficients */
spectrum_ar_model_tables.h 14 * This file contains definitions of tables with AR coefficients,
15 * Gain coefficients and cosine tables.
45 /* quantization boundary levels for reflection coefficients */
  /external/webrtc/webrtc/modules/audio_processing/transient/
wpd_node.cc 24 const float* coefficients,
30 filter_(FIRFilter::Create(coefficients,
33 assert(length > 0 && coefficients && coefficients_length > 0);
wpd_node.h 25 // the coefficients provided.
26 WPDNode(size_t length, const float* coefficients, size_t coefficients_length);
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD.h 31 LVM_INT32 Coefs[2]; /* pointer to the filter coefficients */
39 LVM_FLOAT Coefs[2]; /* pointer to the filter coefficients */
108 /* pCoef Pointer to the filter's coefficients */
  /external/eigen/doc/examples/
tut_matrix_resize.cpp 12 std::cout << "It has " << m.size() << " coefficients" << std::endl;
  /external/libopus/silk/arm/
biquad_alt_arm.h 36 const opus_int32 *B_Q28, /* I MA coefficients [3] */
37 const opus_int32 *A_Q28, /* I AR coefficients [2] */
54 const opus_int32 *B_Q28, /* I MA coefficients [3] */
55 const opus_int32 *A_Q28, /* I AR coefficients [2] */
  /external/libopus/silk/fixed/
k2a_FIX.c 34 /* Step up function, converts reflection coefficients to prediction coefficients */
36 opus_int32 *A_Q24, /* O Prediction coefficients [order] Q24 */
37 const opus_int16 *rc_Q15, /* I Reflection coefficients [order] Q15 */
k2a_Q16_FIX.c 34 /* Step up function, converts reflection coefficients to prediction coefficients */
36 opus_int32 *A_Q24, /* O Prediction coefficients [order] Q24 */
37 const opus_int32 *rc_Q16, /* I Reflection coefficients [order] Q16 */
  /external/libopus/silk/float/
k2a_FLP.c 34 /* step up function, converts reflection coefficients to prediction coefficients */
36 silk_float *A, /* O prediction coefficients [order] */
37 const silk_float *rc, /* I reflection coefficients [order] */
  /external/webrtc/webrtc/common_audio/
fir_filter_neon.cc 21 FIRFilterNEON::FIRFilterNEON(const float* coefficients,
32 // Add zeros at the end of the coefficients.
35 // The coefficients are reversed to compensate for the order in which the
38 coefficients_[i + padding] = coefficients[coefficients_length - i - 1];
fir_filter_sse.cc 21 FIRFilterSSE2::FIRFilterSSE2(const float* coefficients,
32 // Add zeros at the end of the coefficients.
35 // The coefficients are reversed to compensate for the order in which the
38 coefficients_[i + padding] = coefficients[coefficients_length - i - 1];
fir_filter.h 21 // Creates a filter with the given coefficients. All initial state values will
27 static FIRFilter* Create(const float* coefficients,
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.h 26 // (the a0 and a1 coefficients have an opposite sign to the common convention)
39 // Number of coefficients.
53 // Coefficients are reset to identity, state becomes disabled. This change
63 // Sets the coefficients.
65 // new coefficients will be set and used next time the filter is enabled.
66 // coefs The new coefficients.
67 // immediate If true, transitions to new coefficients smoothly, without
104 // Coefficients of identity transformation.
129 // A bit-mask designating for which coefficients the current value is not
133 // The current coefficients
    [all...]
  /external/fec/
dotprod_port.c 10 int len; /* Number of coefficients */
26 /* Just one copy of the coefficients for the C version */
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.h 19 CBC_ReedSolomonGF256Poly(CBC_ReedSolomonGF256* field, int32_t coefficients);
23 const std::vector<int32_t>* coefficients);
  /external/webrtc/webrtc/common_audio/signal_processing/
downsample_fast.c 19 const int16_t* __restrict coefficients,
38 out_s32 += coefficients[j] * data_in[i - j]; // Q12.
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
BP_1I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
35 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */
BP_1I_D16F32Cll_TRC_WRA_01_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
33 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */
BP_1I_D32F32Cll_TRC_WRA_02_Private.h 25 LVM_INT32 coefs[3]; /* pointer to the filter coefficients */
33 LVM_FLOAT coefs[3]; /* pointer to the filter coefficients */
BQ_1I_D16F16Css_TRC_WRA_01_Private.h 25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */
34 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */
BQ_1I_D16F32Css_TRC_WRA_01_Private.h 25 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */
34 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */
BQ_2I_D16F16Css_TRC_WRA_01_Private.h 26 LVM_INT16 coefs[5]; /* pointer to the filter coefficients */
35 LVM_FLOAT coefs[5]; /* pointer to the filter coefficients */

Completed in 360 milliseconds

1 23 4 5 6 7 8 91011>>