OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lr42
(Results
1 - 2
of
2
) sorted by null
/device/google/dragon/audio/hal/dsp/
crossover2.h
23
struct
lr42
{
struct
47
struct
lr42
lp[3], hp[3];
crossover2.c
10
static void lr42_set(struct
lr42
*
lr42
, enum biquad_type type, float freq)
14
memset(
lr42
, 0, sizeof(*
lr42
));
15
lr42
->b0 = q.b0;
16
lr42
->b1 = q.b1;
17
lr42
->b2 = q.b2;
18
lr42
->a1 = q.a1;
19
lr42
->a2 = q.a2;
31
static void lr42_split(struct
lr42
*lp, struct lr42 *hp, int count
[
all
...]
Completed in 609 milliseconds