HomeSort by relevance Sort by last modified time
    Searched refs:coefs (Results 51 - 58 of 58) sorted by null

1 23

  /external/libopus/silk/float/
noise_shape_analysis_FLP.c 40 const silk_float *coefs,
48 gain = coefs[ order - 1 ];
50 gain = lambda * gain + coefs[ i ];
228 /* Compute noise shaping AR coefs and gains */
  /frameworks/av/media/libaudioprocessing/
AudioResamplerSinc.cpp 270 // FIXME store current state (up or down sample) and only load the coefs when the state
598 const int32_t* coefs, size_t offset,
601 int32_t c0 = coefs[0];
602 int32_t c1 = coefs[offset];
AudioResamplerDyn.cpp 348 // note: > 64 length filters with 16b coefs can have quantization noise problems
503 const TC* const coefs = mConstants.mFirCoefs; local
579 // from the polyphase filter of (phaseFraction / phaseWrapLimit) in coefs.
588 coefShift, halfNumCoefs, coefs,
  /external/dng_sdk/source/
dng_lens_correction.cpp 470 const dng_vector &coefs = fRadParams [plane];
472 const real64 k3 = coefs [1];
473 const real64 k5 = coefs [2];
474 const real64 k7 = coefs [3];
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 86 int32_t hann, hann1, coefs; local
99 "addiu %[coefs], %[coefTable], 0 \n\t"
110 "lh %[f_coef], 0(%[coefs]) \n\t"
111 "lh %[s_coef], 2(%[coefs]) \n\t"
122 " addiu %[coefs], %[coefs], 4 \n\t"
133 "lh %[f_coef], 0(%[coefs]) \n\t"
134 "lh %[s_coef], 2(%[coefs]) \n\t"
145 " addiu %[coefs], %[coefs], 4 \n\t
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 

Completed in 697 milliseconds

1 23