Home
last modified time | relevance | path

Searched refs:POINT_ZERO_ONE_DB_FLOAT (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DMixInSoft_D32C31_SAT.cpp47 } else if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixInSoft_D32C31_SAT()
48 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixInSoft_D32C31_SAT()
81 if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixInSoft_D32C31_SAT()
82 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixInSoft_D32C31_SAT()
DMixSoft_1St_D32C31_WRA.cpp48 } else if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixSoft_1St_D32C31_WRA()
49 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixSoft_1St_D32C31_WRA()
77 if ((pInstance->Current - pInstance->Target < POINT_ZERO_ONE_DB_FLOAT) && in MixSoft_1St_D32C31_WRA()
78 (pInstance->Current - pInstance->Target > -POINT_ZERO_ONE_DB_FLOAT)) { in MixSoft_1St_D32C31_WRA()
DMixer_private.h29 #define POINT_ZERO_ONE_DB_FLOAT \ macro