Home
last modified time | relevance | path

Searched refs:inCh (Results 1 – 3 of 3) sorted by relevance

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp849 unsigned int inCh; in dmxInitChannel() local
850 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() local
1516 for (inCh = 0; inCh < (8); inCh += 1) { in getMixFactors()
1517 if (mixScales[outCh][inCh] > maxScale) { /* Store the new maximum */ in getMixFactors()
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DCRC.java114 void updateCRC(final int inCh) { in updateCRC() argument
115 int temp = (globalCrc >> 24) ^ inCh; in updateCRC()
122 void updateCRC(final int inCh, int repeat) { in updateCRC() argument
125 final int temp = (globalCrcShadow >> 24) ^ inCh; in updateCRC()
/external/aac/libSACenc/src/
Dsacenc_tree.cpp401 int i, inCh[2], outCh[2], win[2]; in fdk_sacenc_spaceTree_Apply() local
403 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()