Searched refs:inCh (Results 1 – 3 of 3) sorted by relevance
849 unsigned int inCh; in dmxInitChannel() local850 for (inCh = 0; inCh < (8); inCh += 1) { in dmxInitChannel()851 if (inCh == outCh) { in dmxInitChannel()852 mixFactors[outCh][inCh] = FL2FXCONST_DMX(0.5f); in dmxInitChannel()853 mixScales[outCh][inCh] = 1; in dmxInitChannel()855 mixFactors[outCh][inCh] = FL2FXCONST_DMX(0.0f); in dmxInitChannel()856 mixScales[outCh][inCh] = 0; in dmxInitChannel()1515 unsigned int inCh; in getMixFactors() local1516 for (inCh = 0; inCh < (8); inCh += 1) { in getMixFactors()1517 if (mixScales[outCh][inCh] > maxScale) { /* Store the new maximum */ in getMixFactors()[all …]
114 void updateCRC(final int inCh) { in updateCRC() argument115 int temp = (globalCrc >> 24) ^ inCh; in updateCRC()122 void updateCRC(final int inCh, int repeat) { in updateCRC() argument125 final int temp = (globalCrcShadow >> 24) ^ inCh; in updateCRC()
401 int i, inCh[2], outCh[2], win[2]; in fdk_sacenc_spaceTree_Apply() local403 inCh[0] = pTTO->inCh1; in fdk_sacenc_spaceTree_Apply()406 inCh[1] = pTTO->inCh2; in fdk_sacenc_spaceTree_Apply()414 pppHybrid__FDK[inCh[i]], pppHybridIn__FDK[outCh[i]], nHybridBands, in fdk_sacenc_spaceTree_Apply()429 hSTOut->bUseBBCues, &pEncoderInputChScale[inCh[0]], in fdk_sacenc_spaceTree_Apply()430 &pEncoderInputChScale[inCh[1]]))) { in fdk_sacenc_spaceTree_Apply()