OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MB_TO_LIN_K2
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/testlibs/
EffectsMath.c
96
nGain = ((nGain + MB_TO_LIN_K1) << 15 ) /
MB_TO_LIN_K2
;
107
return (int16_t)(((
MB_TO_LIN_K2
*Effects_log2(nGain))>>15)-MB_TO_LIN_K1);
EffectsMath.h
375
#define
MB_TO_LIN_K2
602
Completed in 4279 milliseconds