/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVM_Mixer_TimeConstant.c | 74 LVM_UINT16 Shift; in LVM_Mixer_TimeConstant() local 138 for (Shift = 0; Shift < ((Alpha_TableSize - 1) / 2); Shift++) in LVM_Mixer_TimeConstant() 147 Shift = (LVM_UINT16)((Shift << 1)); in LVM_Mixer_TimeConstant() 151 Shift++; in LVM_Mixer_TimeConstant() 157 Diff = (Table[Shift] - Table[Shift + 1]); in LVM_Mixer_TimeConstant() 159 ProductFloat = Table[Shift + 1] + Diff; in LVM_Mixer_TimeConstant() 171 LVM_UINT16 Shift; in LVM_Mixer_TimeConstant() local 236 for (Shift=0; Shift<((Alpha_TableSize-1)/2); Shift++) in LVM_Mixer_TimeConstant() 245 Shift = (LVM_UINT16)((Shift << 1)); in LVM_Mixer_TimeConstant() 249 Shift++; in LVM_Mixer_TimeConstant() [all …]
|
D | LVC_Mixer_SetTarget.c | 57 LVM_INT32 Shift=0; in LVC_Mixer_SetTarget() local 61 CurrentGain=pInstance->Current>>(16-pInstance->Shift); // CurrentGain in Q16.15 format in LVC_Mixer_SetTarget() 67 Shift++; in LVC_Mixer_SetTarget() 70 pInstance->Target=TargetGain<<(16-Shift); // Update fractional gain Target in LVC_Mixer_SetTarget() 71 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Current in LVC_Mixer_SetTarget() 72 pInstance->Shift=Shift; // Update Shift in LVC_Mixer_SetTarget()
|
D | dB_to_Lin32.c | 85 LVM_INT16 Shift; in dB_to_Lin32() local 96 …Shift = (LVM_INT16)((((LVM_UINT32)(-db_fix) >> 4) * FOUR_OVER_SIX) >> 17); /* Number of 6d… in dB_to_Lin32() 97 Remain = -db_fix - (Shift * SIX_DB); in dB_to_Lin32() 99 Lin_val_32 = (LVM_INT32)((LVM_UINT32)Remain >> (16 + Shift)); in dB_to_Lin32() 110 …Shift = (LVM_INT16)((((LVM_UINT32)db_fix >> 4) * FOUR_OVER_SIX) >> 17); /* Number of 6dB s… in dB_to_Lin32() 111 Remain = db_fix - (Shift * SIX_DB); in dB_to_Lin32() 113 Lin_val_32 = (LVM_INT32)((LVM_UINT32)Remain >> (15 - Shift)); in dB_to_Lin32()
|
D | LVC_Mixer_Init.c | 64 LVM_INT16 Shift=0; in LVC_Mixer_Init() local 72 Shift++; in LVC_Mixer_Init() 75 pInstance->Target=TargetGain<<(16-Shift); // Update fractional gain Target in LVC_Mixer_Init() 76 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Current in LVC_Mixer_Init() 77 pInstance->Shift=Shift; // Update Shift in LVC_Mixer_Init()
|
D | LVC_MixInSoft_D16C31_SAT.c | 232 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_MixInSoft_D16C31_SAT() 236 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_MixInSoft_D16C31_SAT() 241 if(pInstance->Shift!=0){ in LVC_MixInSoft_D16C31_SAT() 242 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,src,n); in LVC_MixInSoft_D16C31_SAT() 257 if(pInstance->Shift!=0) in LVC_MixInSoft_D16C31_SAT() 258 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,src,n); in LVC_MixInSoft_D16C31_SAT() 262 if(pInstance->Shift!=0) in LVC_MixInSoft_D16C31_SAT() 263 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,src,n); in LVC_MixInSoft_D16C31_SAT() 278 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_MixInSoft_D16C31_SAT()
|
D | LVC_MixSoft_1St_D16C31_SAT.c | 220 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_MixSoft_1St_D16C31_SAT() 224 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_MixSoft_1St_D16C31_SAT() 229 if(pInstance->Shift!=0){ in LVC_MixSoft_1St_D16C31_SAT() 230 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,dst,n); in LVC_MixSoft_1St_D16C31_SAT() 245 else if(pInstance->Shift!=0){ in LVC_MixSoft_1St_D16C31_SAT() 246 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,dst,n); in LVC_MixSoft_1St_D16C31_SAT() 266 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_MixSoft_1St_D16C31_SAT()
|
D | FO_2I_D16F32C15_LShx_TRC_WRA_01.c | 217 LVM_INT16 Shift; in FO_2I_D16F32C15_LShx_TRC_WRA_01() local 223 Shift = pBiquadState->Shift; in FO_2I_D16F32C15_LShx_TRC_WRA_01() 267 ynL = ynL>>(15-Shift); in FO_2I_D16F32C15_LShx_TRC_WRA_01() 268 ynR = ynR>>(15-Shift); in FO_2I_D16F32C15_LShx_TRC_WRA_01()
|
D | LVC_MixSoft_2St_D16C31_SAT.c | 164 if(pInstance2->Shift!=0) in LVC_MixSoft_2St_D16C31_SAT() 165 Shift_Sat_v16xv16 ((LVM_INT16)pInstance2->Shift,src2,src2,n); in LVC_MixSoft_2St_D16C31_SAT() 166 if(pInstance1->Shift!=0) in LVC_MixSoft_2St_D16C31_SAT() 168 Shift_Sat_v16xv16 ((LVM_INT16)pInstance1->Shift,src1,dst,n); in LVC_MixSoft_2St_D16C31_SAT()
|
D | FO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c | 72 temp=pCoef->Shift; in FO_2I_D16F32Css_LShx_TRC_WRA_01_Init() 73 pBiquadState->Shift = temp; in FO_2I_D16F32Css_LShx_TRC_WRA_01_Init()
|
D | FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h | 36 LVM_INT16 Shift; /* Shift value*/ member
|
D | LVC_Mixer_GetCurrent.c | 47 CurrentGain=pInstance->Current>>(16-pInstance->Shift); // CurrentGain in Q16.15 format in LVC_Mixer_GetCurrent()
|
D | LVC_Mixer_GetTarget.c | 48 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_Mixer_GetTarget()
|
D | LVC_Mixer_Private.h | 43 … LVM_INT32 Shift; /* Left Shift for Integer part of Gain */ member
|
D | LVC_MixSoft_1St_2i_D16C31_SAT.c | 457 TargetGain=pInstance1->Target>>(16-pInstance1->Shift); // TargetGain in Q16.15 format in LVC_MixSoft_1St_2i_D16C31_SAT() 471 TargetGain=pInstance2->Target>>(16-pInstance2->Shift); // TargetGain in Q16.15 format in LVC_MixSoft_1St_2i_D16C31_SAT()
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_BypassMix.h | 59 LVM_UINT16 Shift; /* Left shifts required */ member 67 LVM_UINT16 Shift; /* Left shifts required */ member
|
D | LVCS_BypassMix.c | 163 pConfig->Output_Shift = pOutputGainTable[Offset].Shift; in LVCS_BypassMixInit()
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | CompLim.h | 47 LVM_INT16 Shift; /* Shift gain */ member
|
D | BIQUAD.h | 124 LVM_INT16 Shift; /* Shift */ member
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 3080 LVM_INT16 Shift; in Effect_setConfig() local 3085 for (Shift = 0; Shift<32; Shift++) in Effect_setConfig() 3099 db_fix = (LVM_INT16)(-96 * Shift); /* Six dB steps in Q11.4 format*/ in Effect_setConfig()
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1472 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
D | Doxyfile.orig | 1463 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 1589 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
D | Doxyfile | 1589 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1539 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|