Home
last modified time | relevance | path

Searched refs:jj (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DBQ_2I_D32F32C30_TRC_WRA_01.cpp152 LVM_INT16 ii, jj; in BQ_MC_D32F32C30_TRC_WRA_01() local
160 for (jj = 0; jj < NrChannels; jj++) in BQ_MC_D32F32C30_TRC_WRA_01()
163 yn = pBiquadState->coefs[0] * pBiquadState->pDelays[NrChannels + jj]; in BQ_MC_D32F32C30_TRC_WRA_01()
166 temp = pBiquadState->coefs[1] * pBiquadState->pDelays[jj]; in BQ_MC_D32F32C30_TRC_WRA_01()
174 temp = pBiquadState->coefs[3] * pBiquadState->pDelays[NrChannels*3 + jj]; in BQ_MC_D32F32C30_TRC_WRA_01()
178 temp = pBiquadState->coefs[4] * pBiquadState->pDelays[NrChannels*2 + jj]; in BQ_MC_D32F32C30_TRC_WRA_01()
184 pBiquadState->pDelays[NrChannels * 3 + jj] = in BQ_MC_D32F32C30_TRC_WRA_01()
185 pBiquadState->pDelays[NrChannels * 2 + jj]; /* y(n-2)=y(n-1)*/ in BQ_MC_D32F32C30_TRC_WRA_01()
186 pBiquadState->pDelays[NrChannels * 1 + jj] = in BQ_MC_D32F32C30_TRC_WRA_01()
187 pBiquadState->pDelays[jj]; /* x(n-2)=x(n-1)*/ in BQ_MC_D32F32C30_TRC_WRA_01()
[all …]
DPK_2I_D32F32C14G11_TRC_WRA_01.cpp143 LVM_INT16 ii, jj; in PK_Mc_D32F32C14G11_TRC_WRA_01() local
149 for (jj = 0; jj < NrChannels; jj++) in PK_Mc_D32F32C14G11_TRC_WRA_01()
155 temp = (*pDataIn) - pBiquadState->pDelays[NrChannels + jj]; in PK_Mc_D32F32C14G11_TRC_WRA_01()
159 temp = pBiquadState->pDelays[NrChannels*3 + jj] * pBiquadState->coefs[1]; in PK_Mc_D32F32C14G11_TRC_WRA_01()
163 temp = pBiquadState->pDelays[NrChannels*2 + jj] * pBiquadState->coefs[2]; in PK_Mc_D32F32C14G11_TRC_WRA_01()
175 pBiquadState->pDelays[NrChannels * 3 + jj] = in PK_Mc_D32F32C14G11_TRC_WRA_01()
176 pBiquadState->pDelays[NrChannels * 2 + jj]; /* y(n-2)=y(n-1)*/ in PK_Mc_D32F32C14G11_TRC_WRA_01()
177 pBiquadState->pDelays[NrChannels * 1 + jj] = in PK_Mc_D32F32C14G11_TRC_WRA_01()
178 pBiquadState->pDelays[jj]; /* x(n-2)=x(n-1)*/ in PK_Mc_D32F32C14G11_TRC_WRA_01()
179 pBiquadState->pDelays[NrChannels * 2 + jj] = yn; /* Update y(n-1) */ in PK_Mc_D32F32C14G11_TRC_WRA_01()
[all …]
DLVC_Core_MixInSoft_D16C31_SAT.cpp36 LVM_INT32 ii,jj; in LVC_Core_MixInSoft_D16C31_SAT() local
70 for (jj = 4; jj != 0 ; jj--){ in LVC_Core_MixInSoft_D16C31_SAT()
103 for (jj = 4; jj != 0 ; jj--){ in LVC_Core_MixInSoft_D16C31_SAT()
143 LVM_INT32 ii, jj; in LVC_Core_MixInSoft_Mc_D16C31_SAT() local
183 for (jj = NrChannels; jj != 0 ; jj--) { in LVC_Core_MixInSoft_Mc_D16C31_SAT()
225 for (jj = NrChannels; jj != 0 ; jj--) { in LVC_Core_MixInSoft_Mc_D16C31_SAT()
DLVC_Core_MixSoft_1St_D16C31_WRA.cpp134 LVM_INT32 ii, jj; in LVC_Core_MixSoft_Mc_D16C31_WRA() local
164 for (jj = NrChannels; jj !=0; jj--) { in LVC_Core_MixSoft_Mc_D16C31_WRA()
183 for (jj = NrChannels; jj != 0 ; jj--) in LVC_Core_MixSoft_Mc_D16C31_WRA()
197 for (jj = NrChannels; jj !=0; jj--) { in LVC_Core_MixSoft_Mc_D16C31_WRA()
208 for (jj = NrChannels; jj != 0 ; jj--) in LVC_Core_MixSoft_Mc_D16C31_WRA()
DCopy_16.cpp126 LVM_INT16 ii, jj; in Copy_Float_Stereo_Mc() local
137 for (jj = 2; jj < NrChannels; jj++) in Copy_Float_Stereo_Mc()
139 dst[jj] = src[jj]; in Copy_Float_Stereo_Mc()
DLVC_Core_MixHard_1St_2i_D16C31_SAT.cpp67 LVM_INT16 ii, jj; in LVC_Core_MixHard_1St_MC_float_SAT() local
70 for (jj = 0; jj < NrChannels; jj++) in LVC_Core_MixHard_1St_MC_float_SAT()
72 Mix_Private_FLOAT_st *pInstance1 = (Mix_Private_FLOAT_st *)(ptrInstance[jj]); in LVC_Core_MixHard_1St_MC_float_SAT()
DFrom2iToMono_32.cpp93 LVM_INT16 ii, jj; in FromMcToMono_Float() local
99 for (jj = NrChannels; jj !=0; jj--) in FromMcToMono_Float()
DCore_MixInSoft_D32C31_SAT.cpp39 LVM_INT16 ii,jj; in Core_MixInSoft_D32C31_SAT() local
75 for (jj = 4; jj!=0 ; jj--){ in Core_MixInSoft_D32C31_SAT()
DAGC_MIX_VOL_2St1Mon_D32_WRA.cpp223 LVM_UINT16 i, jj; /* Sample index */ in AGC_MIX_VOL_Mc1Mon_D32_WRA() local
259 for (jj = 0; jj < NrChannels; jj++) in AGC_MIX_VOL_Mc1Mon_D32_WRA()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.cpp459 LVM_INT16 ii, jj; in LVM_SetHeadroom() local
467 for(jj = 0; jj < pInstance->HeadroomParams.NHeadroomBands; jj++) in LVM_SetHeadroom()
472 …QNB_BandDefinition[ii].Frequency >= pInstance->HeadroomParams.pHeadroomDefinition[jj].Limit_Low) && in LVM_SetHeadroom()
473 …EQNB_BandDefinition[ii].Frequency <= pInstance->HeadroomParams.pHeadroomDefinition[jj].Limit_High)) in LVM_SetHeadroom()
482 … if((MaxGain - pInstance->HeadroomParams.pHeadroomDefinition[jj].Headroom_Offset) > Headroom){ in LVM_SetHeadroom()
483 …Headroom = (LVM_INT16)(MaxGain - pInstance->HeadroomParams.pHeadroomDefinition[jj].Headroom_Offset… in LVM_SetHeadroom()
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/
Dreflection3264_foreach_mismatch.rscript40 void RS_KERNEL jj(int v) { }
45 int RS_KERNEL jj(int v) { return 0; }
Dstderr.txt.expect4 reflection3264_foreach_mismatch.rscript:40:16: error: foreach kernel 'jj' has output type 'int' for…
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/
Dreflection3264_variable_mismatch_init.rscript51 float4 jj = { 1.2f, 3.4f, // vector component initialized differently
Dstderr.txt.expect9 reflection3264_variable_mismatch_init.rscript:51:8: error: global variable 'jj' is initialized diff…