Home
last modified time | relevance | path

Searched refs:NrFrames (Results 1 – 25 of 25) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bass/src/
DLVDBE_Process.cpp79 const LVM_UINT16 NrFrames) // updated to use samples = frames * channels. in LVDBE_Process() argument
91 const LVM_INT32 NrSamples = NrChannels * NrFrames; in LVDBE_Process()
116 if (NrFrames > pInstance->Capabilities.MaxBlockSize) in LVDBE_Process()
143 (LVM_INT16)NrFrames, in LVDBE_Process()
149 (LVM_INT16)NrFrames); in LVDBE_Process()
159 (LVM_INT16)NrFrames, /* Number of frames */ in LVDBE_Process()
164 (LVM_INT16)NrFrames); in LVDBE_Process()
173 (LVM_INT16)NrFrames); in LVDBE_Process()
183 NrFrames, /* Number of frames */ in LVDBE_Process()
190 NrFrames); in LVDBE_Process()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DCopy_16.cpp90 LVM_INT16 NrFrames, /* Number of frames */ in Copy_Float_Mc_Stereo() argument
97 for (ii = NrFrames; ii != 0; ii--) in Copy_Float_Mc_Stereo()
107 src += (NrFrames - 1); in Copy_Float_Mc_Stereo()
108 dst += 2 * (NrFrames - 1); in Copy_Float_Mc_Stereo()
109 for (ii = NrFrames; ii != 0; ii--) in Copy_Float_Mc_Stereo()
123 LVM_INT16 NrFrames, /* Number of frames*/ in Copy_Float_Stereo_Mc() argument
130 StereoOut += 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()
DLVC_MixSoft_2St_D16C31_SAT.cpp93 LVM_INT16 NrFrames, in LVC_MixSoft_2Mc_D16C31_SAT() argument
101 if (NrFrames <= 0) return; in LVC_MixSoft_2Mc_D16C31_SAT()
108 src2, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT()
112 src1, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT()
118 src1, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT()
120 src2, dst, NrFrames, NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT()
128 src1, src2, dst, NrFrames * NrChannels); in LVC_MixSoft_2Mc_D16C31_SAT()
DLVC_MixSoft_1St_D16C31_SAT.cpp126 LVM_INT16 NrFrames, in LVC_MixSoft_Mc_D16C31_SAT() argument
134 if (NrFrames <= 0) return; in LVC_MixSoft_Mc_D16C31_SAT()
156 NrFrames, in LVC_MixSoft_Mc_D16C31_SAT()
167 LoadConst_Float(0.0, dst, NrFrames * NrChannels); in LVC_MixSoft_Mc_D16C31_SAT()
170 Mult3s_Float(src, (pInstance->Target), dst, NrFrames * NrChannels); in LVC_MixSoft_Mc_D16C31_SAT()
172 Copy_Float(src, dst, NrFrames * NrChannels); in LVC_MixSoft_Mc_D16C31_SAT()
DLVC_Mixer_Private.h57 LVM_INT16 NrFrames,
68 LVM_INT16 NrFrames,
88 LVM_INT16 NrFrames,
107 LVM_INT16 NrFrames,
DLVC_Mixer.h95 LVM_INT16 NrFrames,
107 LVM_INT16 NrFrames,
121 LVM_INT16 NrFrames,
134 LVM_INT16 NrFrames,
DLVC_MixInSoft_D16C31_SAT.cpp129 LVM_INT16 NrFrames, in LVC_MixInSoft_Mc_D16C31_SAT() argument
137 if (NrFrames <= 0) return; in LVC_MixInSoft_Mc_D16C31_SAT()
159 NrFrames, in LVC_MixInSoft_Mc_D16C31_SAT()
171 Add2_Sat_Float(src, dst, NrFrames*NrChannels); in LVC_MixInSoft_Mc_D16C31_SAT()
177 NrFrames * NrChannels); in LVC_MixInSoft_Mc_D16C31_SAT()
DLVC_MixSoft_1St_2i_D16C31_SAT.cpp48 LVM_INT16 NrFrames, in LVC_MixSoft_1St_MC_float_SAT() argument
125 if (NrFrames <= 0) return; in LVC_MixSoft_1St_MC_float_SAT()
169 src, dst, NrFrames, NrChannels); in LVC_MixSoft_1St_MC_float_SAT()
183 Copy_Float(src, dst, NrFrames*NrChannels); in LVC_MixSoft_1St_MC_float_SAT()
189 src, dst, NrFrames, NrChannels); in LVC_MixSoft_1St_MC_float_SAT()
DFrom2iToMono_32.cpp90 LVM_INT16 NrFrames, in FromMcToMono_Float() argument
96 for (ii = NrFrames; ii != 0; ii--) in FromMcToMono_Float()
DLVC_Core_MixHard_1St_2i_D16C31_SAT.cpp63 LVM_INT16 NrFrames, in LVC_Core_MixHard_1St_MC_float_SAT() argument
68 for (ii = NrFrames; ii != 0; ii--) in LVC_Core_MixHard_1St_MC_float_SAT()
DDC_2I_D16_TRC_WRA_01.cpp85 LVM_INT16 NrFrames, in DC_Mc_D16_TRC_WRA_01() argument
95 for (j = NrFrames - 1; j >= 0; j--) in DC_Mc_D16_TRC_WRA_01()
DLVC_Core_MixSoft_1St_D16C31_WRA.cpp129 LVM_INT16 NrFrames, in LVC_Core_MixSoft_Mc_D16C31_WRA() argument
146 InLoop = (LVM_INT16)(NrFrames >> 1); in LVC_Core_MixSoft_Mc_D16C31_WRA()
148 OutLoop = (LVM_INT16)(NrFrames - (InLoop << 1)); in LVC_Core_MixSoft_Mc_D16C31_WRA()
DLVC_Core_MixInSoft_D16C31_SAT.cpp137 LVM_INT16 NrFrames, in LVC_Core_MixInSoft_Mc_D16C31_SAT() argument
155 InLoop = (LVM_INT16)(NrFrames >> 1); in LVC_Core_MixInSoft_Mc_D16C31_SAT()
157 OutLoop = (LVM_INT16)(NrFrames - (InLoop << 1)); in LVC_Core_MixInSoft_Mc_D16C31_SAT()
DFO_2I_D16F32C15_LShx_TRC_WRA_01.cpp141 LVM_INT16 NrFrames, in FO_Mc_D16F32C15_LShx_TRC_WRA_01() argument
156 for (ii = NrFrames; ii != 0; ii--) in FO_Mc_D16F32C15_LShx_TRC_WRA_01()
DPK_2I_D32F32C14G11_TRC_WRA_01.cpp139 LVM_INT16 NrFrames, in PK_Mc_D32F32C14G11_TRC_WRA_01() argument
146 for (ii = NrFrames; ii != 0; ii--) in PK_Mc_D32F32C14G11_TRC_WRA_01()
DBQ_2I_D32F32C30_TRC_WRA_01.cpp147 LVM_INT16 NrFrames, in BQ_MC_D32F32C30_TRC_WRA_01() argument
155 for (ii = NrFrames; ii != 0; ii--) in BQ_MC_D32F32C30_TRC_WRA_01()
DAGC_MIX_VOL_2St1Mon_D32_WRA.cpp216 LVM_UINT16 NrFrames, in AGC_MIX_VOL_Mc1Mon_D32_WRA() argument
246 for (i = 0; i < NrFrames; i++) /* For each frame */ in AGC_MIX_VOL_Mc1Mon_D32_WRA()
DLVC_Core_MixSoft_1St_2i_D16C31_WRA.cpp152 LVM_INT16 NrFrames, in LVC_Core_MixSoft_1St_MC_float_WRA() argument
162 for (ii = NrFrames; ii > 0; ii--) in LVC_Core_MixSoft_1St_MC_float_WRA()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Process.cpp80 #define NrFrames NumSamples // alias for clarity in LVCS_Process_CS() macro
106 pInput = pScratch + (2 * NrFrames); in LVCS_Process_CS()
107 pStIn = pScratch + ((LVCS_SCRATCHBUFFERS - 2) * NrFrames); in LVCS_Process_CS()
113 NrFrames, in LVCS_Process_CS()
117 (LVM_INT16)(2 * NrFrames)); in LVCS_Process_CS()
140 NrFrames); /* Number of frames to process */ in LVCS_Process_CS()
216 #define NrFrames NumSamples // alias for clarity in LVCS_Process() macro
254 ((LVCS_SCRATCHBUFFERS - 4) * NrFrames); in LVCS_Process()
267 NrFrames); in LVCS_Process()
296 (LVM_INT32)(2 * NrFrames)); in LVCS_Process()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Process.cpp64 const LVM_UINT16 NrFrames) in LVEQNB_Process() argument
75 const LVM_INT32 NrSamples = NrChannels * NrFrames; in LVEQNB_Process()
94 if (NrFrames > pInstance->Capabilities.MaxBlockSize) in LVEQNB_Process()
136 (LVM_INT16)NrFrames, in LVEQNB_Process()
142 (LVM_INT16)NrFrames); in LVEQNB_Process()
159 (LVM_INT16)NrFrames, in LVEQNB_Process()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Process.cpp70 #define NrFrames SampleCount // alias for clarity in LVM_Process() macro
186 (LVM_INT16)(NrFrames), in LVM_Process()
230 (LVM_INT16)(NrChannels * NrFrames)); /* Copy all samples */ in LVM_Process()
250 (LVM_INT16)NrFrames, in LVM_Process()
267 NrFrames, in LVM_Process()
289 (LVM_INT16)(NrFrames), in LVM_Process()
310 (LVM_INT16)NrFrames, in LVM_Process()
DLVM_Buffers.cpp393 #define NrFrames NumSamples // alias for clarity in LVM_BufferManagedOut() macro
460 (LVM_INT16)(NrChannels * NrFrames)); /* Number of delay samples */ in LVM_BufferManagedOut()
471 pDest += NrChannels * NrFrames; /* Output sample pointer */ in LVM_BufferManagedOut()
482 Copy_Float(&pBuffer->OutDelayBuffer[NrChannels * NrFrames], /* Source */ in LVM_BufferManagedOut()
534 (LVM_INT16)(NrChannels * NrFrames)); /* Number of processed samples */ in LVM_BufferManagedOut()
544 pStart += NrChannels * NrFrames; /* Processed sample pointer */ in LVM_BufferManagedOut()
545 pDest += NrChannels * NrFrames; /* Output sample pointer */ in LVM_BufferManagedOut()
616 #undef NrFrames in LVM_BufferUnmanagedOut()
617 #define NrFrames (*pNumSamples) // alias for clarity in LVM_BufferUnmanagedOut() macro
627 pInstance->pOutputSamples += (LVM_INT16)(NrFrames * NumChannels); in LVM_BufferUnmanagedOut()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DVectorArithmetic.h37 LVM_INT16 NrFrames,
42 LVM_INT16 NrFrames,
116 LVM_INT16 NrFrames,
DBIQUAD.h192 LVM_INT16 NrFrames,
230 LVM_INT16 NrFrames,
273 LVM_INT16 NrFrames,
288 LVM_INT16 NrFrames,
DAGC.h62 LVM_UINT16 NrFrames, /* Number of frames */