OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:biquad
(Results
1 - 25
of
73
) sorted by null
1
2
3
/frameworks/av/media/libeffects/lvm/lib/Common/src/
Filters.h
34
*
Biquad
with coefficients A0, A1, A2, B1 and B2 coefficients
36
/* Single precision (16-bit)
Biquad
section coefficients */
49
*
Biquad
with coefficients A0, A1 and B1 coefficients
51
/* Single precision (16-bit)
Biquad
section coefficients */
FO_1I_D32F32Cll_TRC_WRA_01_Init.c
18
#include "
BIQUAD
.h"
27
/* These functions initializes a
BIQUAD
filter defined as a cascade of */
33
/* call to "
Biquad
" functions. */
DC_2I_D16_TRC_WRA_01_Init.c
18
#include "
BIQUAD
.h"
BP_1I_D16F16Css_TRC_WRA_01_Init.c
19
#include "
BIQUAD
.h"
28
/* These functions initializes a
BIQUAD
filter defined as a cascade of */
34
/* call to "
Biquad
" functions. */
BP_1I_D16F32Cll_TRC_WRA_01_Init.c
19
#include "
BIQUAD
.h"
28
/* These functions initializes a Band pass filter (
BIQUAD
) */
34
/* call to "
Biquad
" functions. */
BP_1I_D32F32Cll_TRC_WRA_02_Init.c
19
#include "
BIQUAD
.h"
27
/* These functions initializes a
BIQUAD
filter defined as a cascade of */
33
/* call to "
Biquad
" functions. */
BQ_1I_D16F16Css_TRC_WRA_01_Init.c
19
#include "
BIQUAD
.h"
27
/* These functions initializes a
BIQUAD
filter defined as a cascade of */
33
/* call to "
Biquad
" functions. */
BQ_1I_D16F32Css_TRC_WRA_01_init.c
19
#include "
BIQUAD
.h"
28
/* These functions initializes a
BIQUAD
filter defined as a cascade of */
34
/* call to "
Biquad
" functions. */
BQ_2I_D16F16Css_TRC_WRA_01_Init.c
19
#include "
BIQUAD
.h"
28
/* These functions initializes a
BIQUAD
filter defined as a cascade of */
34
/* call to "
Biquad
" functions. */
BQ_2I_D16F32Css_TRC_WRA_01_init.c
18
#include "
BIQUAD
.h"
27
/* These functions initializes a
BIQUAD
filter defined as a cascade of */
33
/* call to "
Biquad
" functions. */
BQ_2I_D32F32Cll_TRC_WRA_01_Init.c
19
#include "
BIQUAD
.h"
27
/* These functions initializes a
BIQUAD
filter defined as a cascade of */
33
/* call to "
Biquad
" functions. */
FO_1I_D16F16Css_TRC_WRA_01_Init.c
19
#include "
BIQUAD
.h"
28
/* These functions initializes a
BIQUAD
filter defined as a cascade of */
34
/* call to "
Biquad
" functions. */
FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c
19
#include "
BIQUAD
.h"
27
/* These functions initializes a
BIQUAD
filter defined as a cascade of */
33
/* call to "
Biquad
" functions. */
PK_2I_D32F32CllGss_TRC_WRA_01_Init.c
18
#include "
BIQUAD
.h"
/external/chromium_org/third_party/WebKit/Source/platform/audio/
Biquad.h
43
// A basic
biquad
(two-zero / two-pole digital filter)
48
class PLATFORM_EXPORT
Biquad
FINAL {
50
Biquad
();
51
~
Biquad
();
66
// Set the
biquad
coefficients given a single zero (other zero will be conjugate)
70
// Set the
biquad
coefficients given a single pole (other pole will be conjugate)
Biquad.cpp
33
#include "platform/audio/
Biquad
.h"
50
Biquad
::
Biquad
()
70
Biquad
::~
Biquad
()
77
void
Biquad
::process(const float* sourceP, float* destP, size_t framesToProcess)
134
void
Biquad
::processFast(const float* sourceP, float* destP, size_t framesToProcess)
170
void
Biquad
::processSliceFast(double* sourceP, double* destP, double* coefficientsP, size_t framesToProcess)
187
void
Biquad
::reset()
209
void
Biquad
::setLowpassParams(double cutoff, double resonance
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel.h
29
#include "platform/audio/
Biquad
.h"
36
// BiquadDSPKernel is an AudioDSPKernel and is responsible for filtering one channel of a BiquadProcessor using a
Biquad
object.
60
Biquad
m_biquad;
BiquadDSPKernel.cpp
37
// FIXME: As a recursive linear filter, depending on its parameters, a
biquad
filter can have
38
// an infinite tailTime. In practice,
Biquad
filters do not usually (except for very high resonance values)
40
// settings of the
Biquad
.
76
// Configure the
biquad
with the new filter parameters for the appropriate type of filter.
118
// FIXME: as an optimization, implement a way that a
Biquad
object can simply copy its internal filter coefficients from another
Biquad
object.
BiquadProcessor.h
30
#include "platform/audio/
Biquad
.h"
37
// BiquadProcessor is an AudioDSPKernelProcessor which uses
Biquad
objects to implement several common filters.
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Private.h
33
#include "
BIQUAD
.h"
60
/* Filter
biquad
types */
96
LVEQNB_BiquadType_en *pBiquadType; /* Filter
biquad
types */
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Tables.h
31
#include "
BIQUAD
.h"
/external/bluetooth/bluedroid/stack/include/
uipc_msg.h
733
UINT32 audio_l_g0; /* IIR
biquad
filter left ch gain 0 */
734
UINT32 audio_l_g1; /* IIR
biquad
filter left ch gain 1 */
735
UINT32 audio_l_g2; /* IIR
biquad
filter left ch gain 2 */
736
UINT32 audio_l_g3; /* IIR
biquad
filter left ch gain 3 */
737
UINT32 audio_l_g4; /* IIR
biquad
filter left ch gain 4 */
738
UINT32 audio_l_gl; /* IIR
biquad
filter left ch global gain */
739
UINT32 audio_r_g0; /* IIR
biquad
filter left ch gain 0 */
740
UINT32 audio_r_g1; /* IIR
biquad
filter left ch gain 1 */
741
UINT32 audio_r_g2; /* IIR
biquad
filter left ch gain 2 */
742
UINT32 audio_r_g3; /* IIR
biquad
filter left ch gain 3 *
[
all
...]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.h
31
#include "
BIQUAD
.h" /*
Biquad
definitions */
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Tables.h
31
#include "
BIQUAD
.h"
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
Filter.h
29
#include "
BIQUAD
.h"
Completed in 165 milliseconds
1
2
3