Home
last modified time | relevance | path

Searched refs:OutLoop (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_Core_MixSoft_1St_D16C31_WRA.cpp34 LVM_INT16 OutLoop; in LVC_Core_MixSoft_1St_D16C31_WRA() local
44 OutLoop = (LVM_INT16)(n - (InLoop << 2)); in LVC_Core_MixSoft_1St_D16C31_WRA()
47 if (OutLoop){ in LVC_Core_MixSoft_1St_D16C31_WRA()
59 for (ii = OutLoop; ii != 0; ii--){ in LVC_Core_MixSoft_1St_D16C31_WRA()
84 if (OutLoop){ in LVC_Core_MixSoft_1St_D16C31_WRA()
89 for (ii = OutLoop; ii != 0; ii--){ in LVC_Core_MixSoft_1St_D16C31_WRA()
132 LVM_INT16 OutLoop; in LVC_Core_MixSoft_Mc_D16C31_WRA() local
148 OutLoop = (LVM_INT16)(NrFrames - (InLoop << 1)); in LVC_Core_MixSoft_Mc_D16C31_WRA()
151 if (OutLoop) { in LVC_Core_MixSoft_Mc_D16C31_WRA()
163 for (ii = OutLoop; ii != 0; ii--) { in LVC_Core_MixSoft_Mc_D16C31_WRA()
[all …]
DLVC_Core_MixInSoft_D16C31_SAT.cpp34 LVM_INT16 OutLoop; in LVC_Core_MixInSoft_D16C31_SAT() local
44 OutLoop = (LVM_INT16)(n - (InLoop << 2)); in LVC_Core_MixInSoft_D16C31_SAT()
47 if (OutLoop){ in LVC_Core_MixInSoft_D16C31_SAT()
53 for (ii = OutLoop; ii != 0; ii--){ in LVC_Core_MixInSoft_D16C31_SAT()
82 if (OutLoop){ in LVC_Core_MixInSoft_D16C31_SAT()
87 for (ii = OutLoop; ii != 0; ii--){ in LVC_Core_MixInSoft_D16C31_SAT()
141 LVM_INT16 OutLoop; in LVC_Core_MixInSoft_Mc_D16C31_SAT() local
157 OutLoop = (LVM_INT16)(NrFrames - (InLoop << 1)); in LVC_Core_MixInSoft_Mc_D16C31_SAT()
160 if (OutLoop) { in LVC_Core_MixInSoft_Mc_D16C31_SAT()
166 for (ii = OutLoop*NrChannels; ii != 0; ii--) { in LVC_Core_MixInSoft_Mc_D16C31_SAT()
[all …]
DCore_MixInSoft_D32C31_SAT.cpp35 LVM_INT16 OutLoop; in Core_MixInSoft_D32C31_SAT() local
42 OutLoop = (LVM_INT16)(n - (InLoop << 2)); in Core_MixInSoft_D32C31_SAT()
49 if (OutLoop){ in Core_MixInSoft_D32C31_SAT()
54 for (ii = OutLoop; ii != 0; ii--){ in Core_MixInSoft_D32C31_SAT()
DCore_MixSoft_1St_D32C31_WRA.cpp34 LVM_INT16 OutLoop; in Core_MixSoft_1St_D32C31_WRA() local
42 OutLoop = (LVM_INT16)(n - (InLoop << 2)); in Core_MixSoft_1St_D32C31_WRA()
50 if (OutLoop != 0) in Core_MixSoft_1St_D32C31_WRA()
55 for (ii = OutLoop; ii != 0; ii--) in Core_MixSoft_1St_D32C31_WRA()
DLVC_Core_MixSoft_1St_2i_D16C31_WRA.cpp49 LVM_INT16 OutLoop; in LVC_Core_MixSoft_1St_2i_D16C31_WRA() local
66 OutLoop = (LVM_INT16)(n - (InLoop << 2)); in LVC_Core_MixSoft_1St_2i_D16C31_WRA()
68 if (OutLoop) in LVC_Core_MixSoft_1St_2i_D16C31_WRA()
98 for (ii = OutLoop * 2; ii != 0; ii -= 2) in LVC_Core_MixSoft_1St_2i_D16C31_WRA()