HomeSort by relevance Sort by last modified time
    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 116 }else if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&&
117 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){
148 if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&&
149 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){
MixSoft_1St_D32C31_WRA.c 115 }else if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&&
116 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){
145 if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&&
146 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){

Completed in 78 milliseconds