HomeSort by relevance Sort by last modified time
    Searched refs:Coefficients (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Power10.c 30 /* the following table of 32-bit integer polynomial coefficients: */
60 LVM_INT32 Y,Coefficients[13]={ 16775636,
74 Coefficients,
LVM_FO_HPF.c 41 /* following table of 32-bit integer polynomial coefficients: */
66 /* pCoeffs Points to the filter coefficients calculated here */
75 LVM_INT32 Y,Coefficients[13]={ -8388571,
89 Coefficients,
LVM_FO_LPF.c 41 /* following table of 32-bit integer polynomial coefficients: */
66 /* pCoeffs Points to the filter coefficients calculated here */
75 LVM_INT32 Y,Coefficients[13]={ -8388571,
87 Coefficients,
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c 205 /* Sets the filter coefficients. This uses the type to select single or double */
206 /* precision coefficients. */
222 * Set the coefficients for each band by the init function
228 * Check band type for correct initialisation method and recalculate the coefficients
235 PK_C32_Coefs_t Coefficients;
238 * Calculate the double precision coefficients
242 &Coefficients);
245 * Set the coefficients
249 &Coefficients);
255 PK_C16_Coefs_t Coefficients;
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 163 /* Reinitialize some parameters and changes filters' coefficients if */
193 /* Modifies filters types and coefficients, clear the taps and
317 /* Sets the band pass filter coefficients. This uses the type to select */
318 /* single or double precision coefficients. */
337 * Set the coefficients for each band by the init function
345 BP_C32_Coefs_t Coefficients;
348 * Calculate the double precision coefficients
352 &Coefficients);
355 * Set the coefficients
359 &Coefficients);
    [all...]

Completed in 300 milliseconds