/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | Copy_16.c | 91 LVM_INT16 NrFrames, /* Number of frames */ in Copy_Float_Mc_Stereo() argument 98 for (ii = NrFrames; ii != 0; ii--) in Copy_Float_Mc_Stereo() 108 src += (NrFrames - 1); in Copy_Float_Mc_Stereo() 109 dst += 2 * (NrFrames - 1); in Copy_Float_Mc_Stereo() 110 for (ii = NrFrames; ii != 0; ii--) in Copy_Float_Mc_Stereo() 123 LVM_INT16 NrFrames, /* Number of frames*/ in Copy_Float_Stereo_Mc() argument 127 LVM_FLOAT *src_st = dst + 2 * (NrFrames - 1); in Copy_Float_Stereo_Mc() 131 dst += NrChannels * (NrFrames - 1); in Copy_Float_Stereo_Mc() 132 src += NrChannels * (NrFrames - 1); in Copy_Float_Stereo_Mc() 133 for (ii = NrFrames; ii != 0; ii--) in Copy_Float_Stereo_Mc()
|
D | LVC_MixSoft_2St_D16C31_SAT.c | 94 LVM_INT16 NrFrames, in LVC_MixSoft_2Mc_D16C31_SAT() argument 102 if (NrFrames <= 0) return; in LVC_MixSoft_2Mc_D16C31_SAT() 109 src2, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT() 113 src1, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT() 119 src1, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT() 121 src2, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT() 129 src1, src2, dst, NrFrames * NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT()
|
D | LVC_Mixer_Private.h | 69 LVM_INT16 NrFrames, 87 LVM_INT16 NrFrames, 123 LVM_INT16 NrFrames, 150 LVM_INT16 NrFrames,
|
D | LVC_MixSoft_1St_D16C31_SAT.c | 127 LVM_INT16 NrFrames, in LVC_MixSoft_Mc_D16C31_SAT() argument 135 if (NrFrames <= 0) return; in LVC_MixSoft_Mc_D16C31_SAT() 157 NrFrames, in LVC_MixSoft_Mc_D16C31_SAT() 168 LoadConst_Float(0.0, dst, NrFrames * NrChannels); in LVC_MixSoft_Mc_D16C31_SAT() 171 Mult3s_Float(src, (pInstance->Target), dst, NrFrames * NrChannels); in LVC_MixSoft_Mc_D16C31_SAT() 173 Copy_Float(src, dst, NrFrames * NrChannels); in LVC_MixSoft_Mc_D16C31_SAT()
|
D | LVC_Mixer.h | 168 LVM_INT16 NrFrames, 188 LVM_INT16 NrFrames, 210 LVM_INT16 NrFrames, 231 LVM_INT16 NrFrames,
|
D | LVC_MixInSoft_D16C31_SAT.c | 133 LVM_INT16 NrFrames, in LVC_MixInSoft_Mc_D16C31_SAT() argument 141 if (NrFrames <= 0) return; in LVC_MixInSoft_Mc_D16C31_SAT() 163 NrFrames, in LVC_MixInSoft_Mc_D16C31_SAT() 175 Add2_Sat_Float(src, dst, NrFrames*NrChannels); in LVC_MixInSoft_Mc_D16C31_SAT() 181 NrFrames * NrChannels); in LVC_MixInSoft_Mc_D16C31_SAT()
|
D | From2iToMono_32.c | 91 LVM_INT16 NrFrames, in FromMcToMono_Float() argument 97 for (ii = NrFrames; ii != 0; ii--) in FromMcToMono_Float()
|
D | LVC_Core_MixHard_1St_2i_D16C31_SAT.c | 66 LVM_INT16 NrFrames, in LVC_Core_MixHard_1St_MC_float_SAT() argument 71 for (ii = NrFrames; ii != 0; ii--) in LVC_Core_MixHard_1St_MC_float_SAT()
|
D | LVC_MixSoft_1St_2i_D16C31_SAT.c | 49 LVM_INT16 NrFrames, in LVC_MixSoft_1St_MC_float_SAT() argument 126 if (NrFrames <= 0) return; in LVC_MixSoft_1St_MC_float_SAT() 170 src, dst, NrFrames, NrChannels); in LVC_MixSoft_1St_MC_float_SAT() 184 Copy_Float(src, dst, NrFrames*NrChannels); in LVC_MixSoft_1St_MC_float_SAT() 190 src, dst, NrFrames, NrChannels); in LVC_MixSoft_1St_MC_float_SAT()
|
D | DC_2I_D16_TRC_WRA_01.c | 88 LVM_INT16 NrFrames, in DC_Mc_D16_TRC_WRA_01() argument 98 for (j = NrFrames - 1; j >= 0; j--) in DC_Mc_D16_TRC_WRA_01()
|
D | LVC_Core_MixSoft_1St_D16C31_WRA.c | 131 LVM_INT16 NrFrames, in LVC_Core_MixSoft_Mc_D16C31_WRA() argument 148 InLoop = (LVM_INT16)(NrFrames >> 1); in LVC_Core_MixSoft_Mc_D16C31_WRA() 150 OutLoop = (LVM_INT16)(NrFrames - (InLoop << 1)); in LVC_Core_MixSoft_Mc_D16C31_WRA()
|
D | LVC_Core_MixInSoft_D16C31_SAT.c | 138 LVM_INT16 NrFrames, in LVC_Core_MixInSoft_Mc_D16C31_SAT() argument 156 InLoop = (LVM_INT16)(NrFrames >> 1); in LVC_Core_MixInSoft_Mc_D16C31_SAT() 158 OutLoop = (LVM_INT16)(NrFrames - (InLoop << 1)); in LVC_Core_MixInSoft_Mc_D16C31_SAT()
|
D | FO_2I_D16F32C15_LShx_TRC_WRA_01.c | 145 LVM_INT16 NrFrames, in FO_Mc_D16F32C15_LShx_TRC_WRA_01() argument 163 for (ii = NrFrames; ii != 0; ii--) in FO_Mc_D16F32C15_LShx_TRC_WRA_01()
|
D | PK_2I_D32F32C14G11_TRC_WRA_01.c | 142 LVM_INT16 NrFrames, in PK_Mc_D32F32C14G11_TRC_WRA_01() argument 149 for (ii = NrFrames; ii != 0; ii--) in PK_Mc_D32F32C14G11_TRC_WRA_01()
|
D | BQ_2I_D32F32C30_TRC_WRA_01.c | 151 LVM_INT16 NrFrames, in BQ_MC_D32F32C30_TRC_WRA_01() argument 160 for (ii = NrFrames; ii != 0; ii--) in BQ_MC_D32F32C30_TRC_WRA_01()
|
D | AGC_MIX_VOL_2St1Mon_D32_WRA.c | 349 LVM_UINT16 NrFrames, in AGC_MIX_VOL_Mc1Mon_D32_WRA() argument 381 for (i = 0; i < NrFrames; i++) /* For each frame */ in AGC_MIX_VOL_Mc1Mon_D32_WRA()
|
D | LVC_Core_MixSoft_1St_2i_D16C31_WRA.c | 153 LVM_INT16 NrFrames, in LVC_Core_MixSoft_1St_MC_float_WRA() argument 163 for (ii = NrFrames; ii > 0; ii--) in LVC_Core_MixSoft_1St_MC_float_WRA()
|
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
D | LVDBE_Process.c | 192 const LVM_UINT16 NrFrames) // updated to use samples = frames * channels. in LVDBE_Process() argument 204 const LVM_INT32 NrSamples = NrChannels * NrFrames; in LVDBE_Process() 229 if (NrFrames > pInstance->Capabilities.MaxBlockSize) in LVDBE_Process() 256 (LVM_INT16)NrFrames, in LVDBE_Process() 262 (LVM_INT16)NrFrames); in LVDBE_Process() 272 (LVM_INT16)NrFrames, /* Number of frames */ in LVDBE_Process() 277 (LVM_INT16)NrFrames); in LVDBE_Process() 286 (LVM_INT16)NrFrames); in LVDBE_Process() 296 NrFrames, /* Number of frames */ in LVDBE_Process() 303 NrFrames); in LVDBE_Process() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Process.c | 65 const LVM_UINT16 NrFrames) in LVEQNB_Process() argument 76 const LVM_INT32 NrSamples = NrChannels * NrFrames; in LVEQNB_Process() 95 if (NrFrames > pInstance->Capabilities.MaxBlockSize) in LVEQNB_Process() 138 (LVM_INT16)NrFrames, in LVEQNB_Process() 144 (LVM_INT16)NrFrames); in LVEQNB_Process() 162 (LVM_INT16)NrFrames, in LVEQNB_Process()
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_Process.c | 82 #define NrFrames NumSamples // alias for clarity in LVCS_Process_CS() macro 108 pInput = pScratch + (2 * NrFrames); in LVCS_Process_CS() 109 pStIn = pScratch + (LVCS_SCRATCHBUFFERS * NrFrames); in LVCS_Process_CS() 115 NrFrames, in LVCS_Process_CS() 119 (LVM_INT16)(2 * NrFrames)); in LVCS_Process_CS() 142 NrFrames); /* Number of frames to process */ in LVCS_Process_CS() 287 #define NrFrames NumSamples // alias for clarity in LVCS_Process() macro 432 NrFrames, in LVCS_Process() 446 (LVM_INT16)(channels * NrFrames)); /* All Channels*/ in LVCS_Process()
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Process.c | 72 #define NrFrames SampleCount // alias for clarity in LVM_Process() macro 192 (LVM_INT16)(NrFrames), in LVM_Process() 236 (LVM_INT16)(NrChannels * NrFrames)); /* Copy all samples */ in LVM_Process() 256 (LVM_INT16)NrFrames, in LVM_Process() 273 NrFrames, in LVM_Process() 295 (LVM_INT16)(NrFrames), in LVM_Process() 316 (LVM_INT16)NrFrames, in LVM_Process()
|
D | LVM_Buffers.c | 759 #define NrFrames NumSamples // alias for clarity in LVM_BufferManagedOut() macro 827 (LVM_INT16)(NrChannels * NrFrames)); /* Number of delay samples */ in LVM_BufferManagedOut() 838 pDest += NrChannels * NrFrames; /* Output sample pointer */ in LVM_BufferManagedOut() 849 Copy_Float(&pBuffer->OutDelayBuffer[NrChannels * NrFrames], /* Source */ in LVM_BufferManagedOut() 902 (LVM_INT16)(NrChannels * NrFrames)); /* Number of processed samples */ in LVM_BufferManagedOut() 912 pStart += NrChannels * NrFrames; /* Processed sample pointer */ in LVM_BufferManagedOut() 913 pDest += NrChannels * NrFrames; /* Output sample pointer */ in LVM_BufferManagedOut() 1136 #undef NrFrames in LVM_BufferUnmanagedOut() 1137 #define NrFrames (*pNumSamples) // alias for clarity in LVM_BufferUnmanagedOut() macro 1148 pInstance->pOutputSamples += (LVM_INT16)(NrFrames * NumChannels); in LVM_BufferUnmanagedOut()
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | VectorArithmetic.h | 53 LVM_INT16 NrFrames, 57 LVM_INT16 NrFrames, 197 LVM_INT16 NrFrames,
|
D | BIQUAD.h | 392 LVM_INT16 NrFrames, 467 LVM_INT16 NrFrames, 567 LVM_INT16 NrFrames, 589 LVM_INT16 NrFrames,
|
D | AGC.h | 86 LVM_UINT16 NrFrames, /* Number of frames */
|