OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReverbBiquadTaps
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_ReverbGenerator.c
108
(void *)&pData->
ReverbBiquadTaps
, /* Destination Cast to void: no dereferencing in function*/
109
(LVM_UINT16)(sizeof(pData->
ReverbBiquadTaps
)/sizeof(LVM_INT16))); /* Number of words */
112
&pData->
ReverbBiquadTaps
,
LVCS_Private.h
148
Biquad_2I_Order2_Taps_t
ReverbBiquadTaps
;
Completed in 376 milliseconds