Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DCopy_16.c91 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()
DLVC_MixSoft_2St_D16C31_SAT.c94 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()
DLVC_Mixer_Private.h69 LVM_INT16 NrFrames,
87 LVM_INT16 NrFrames,
123 LVM_INT16 NrFrames,
150 LVM_INT16 NrFrames,
DLVC_MixSoft_1St_D16C31_SAT.c127 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()
DLVC_Mixer.h168 LVM_INT16 NrFrames,
188 LVM_INT16 NrFrames,
210 LVM_INT16 NrFrames,
231 LVM_INT16 NrFrames,
DLVC_MixInSoft_D16C31_SAT.c133 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()
DFrom2iToMono_32.c91 LVM_INT16 NrFrames, in FromMcToMono_Float() argument
97 for (ii = NrFrames; ii != 0; ii--) in FromMcToMono_Float()
DLVC_Core_MixHard_1St_2i_D16C31_SAT.c66 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()
DLVC_MixSoft_1St_2i_D16C31_SAT.c49 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()
DDC_2I_D16_TRC_WRA_01.c88 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()
DLVC_Core_MixSoft_1St_D16C31_WRA.c131 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()
DLVC_Core_MixInSoft_D16C31_SAT.c138 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()
DFO_2I_D16F32C15_LShx_TRC_WRA_01.c145 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()
DPK_2I_D32F32C14G11_TRC_WRA_01.c142 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()
DBQ_2I_D32F32C30_TRC_WRA_01.c151 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()
DAGC_MIX_VOL_2St1Mon_D32_WRA.c349 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()
DLVC_Core_MixSoft_1St_2i_D16C31_WRA.c153 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/
DLVDBE_Process.c192 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/
DLVEQNB_Process.c65 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/
DLVCS_Process.c82 #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/
DLVM_Process.c72 #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()
DLVM_Buffers.c759 #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/
DVectorArithmetic.h53 LVM_INT16 NrFrames,
57 LVM_INT16 NrFrames,
197 LVM_INT16 NrFrames,
DBIQUAD.h392 LVM_INT16 NrFrames,
467 LVM_INT16 NrFrames,
567 LVM_INT16 NrFrames,
589 LVM_INT16 NrFrames,
DAGC.h86 LVM_UINT16 NrFrames, /* Number of frames */