OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POINT_ZERO_ONE_DB
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Common/src/
Mixer_private.h
27
#define
POINT_ZERO_ONE_DB
2473805 /* 0.01 dB on a full scale signal = (10^(0.01/20) -1) * 2^31 */
MixInSoft_D32C31_SAT.c
52
}else if ((pInstance->Current-pInstance->Target <
POINT_ZERO_ONE_DB
)&&
53
(pInstance->Current-pInstance->Target > -
POINT_ZERO_ONE_DB
)){
84
if ((pInstance->Current-pInstance->Target <
POINT_ZERO_ONE_DB
)&&
85
(pInstance->Current-pInstance->Target > -
POINT_ZERO_ONE_DB
)){
MixSoft_1St_D32C31_WRA.c
54
}else if ((pInstance->Current-pInstance->Target <
POINT_ZERO_ONE_DB
)&&
55
(pInstance->Current-pInstance->Target > -
POINT_ZERO_ONE_DB
)){
84
if ((pInstance->Current-pInstance->Target <
POINT_ZERO_ONE_DB
)&&
85
(pInstance->Current-pInstance->Target > -
POINT_ZERO_ONE_DB
)){
Completed in 651 milliseconds