Searched refs:inCh (Results 1 – 3 of 3) sorted by relevance
877 unsigned int inCh; in dmxInitChannel() local878 for (inCh = 0; inCh < (8); inCh += 1) { in dmxInitChannel()879 if (inCh == outCh) { in dmxInitChannel()880 mixFactors[outCh][inCh] = FL2FXCONST_DMX(0.5f); in dmxInitChannel()881 mixScales[outCh][inCh] = 1; in dmxInitChannel()883 mixFactors[outCh][inCh] = FL2FXCONST_DMX(0.0f); in dmxInitChannel()884 mixScales[outCh][inCh] = 0; in dmxInitChannel()1543 unsigned int inCh; in getMixFactors() local1544 for (inCh = 0; inCh < (8); inCh += 1) { in getMixFactors()1545 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()