Searched refs:outStride (Results 1 – 3 of 3) sorted by relevance
1896 int inStride, outStride, offset; in pcmDmx_ApplyFrame() local2043 outStride = (fInterleaved) ? numOutChannels : 1; in pcmDmx_ApplyFrame()2141 pOutPcm[outCh] += outStride; in pcmDmx_ApplyFrame()2166 outStride = (fInterleaved) ? TWO_CHANNEL : 1; in pcmDmx_ApplyFrame()2185 pOutLF = &pPcmBuf[outOffsetTable[LEFT_FRONT_CHANNEL]*offset+(frameSize-1)*outStride]; in pcmDmx_ApplyFrame()2186 pOutRF = &pPcmBuf[outOffsetTable[RIGHT_FRONT_CHANNEL]*offset+(frameSize-1)*outStride]; in pcmDmx_ApplyFrame()2194 pOutLF -= outStride; pOutRF -= outStride; in pcmDmx_ApplyFrame()2198 inStride = outStride; in pcmDmx_ApplyFrame()2223 outStride = (fInterleaved) ? numOutChannels : 1; in pcmDmx_ApplyFrame()2271 pOut[nContentCh] = &pPcmBuf[outOffsetTable[ch]*offset+(frameSize-1)*outStride]; in pcmDmx_ApplyFrame()[all …]
492 INT outStride /*!< increment of output samples */ in FDKaacEnc_Downsample() argument501 outSamples += outStride; in FDKaacEnc_Downsample()
717 …t, int numInputs, const deUint8* inBasePtr, int inStride, const deUint8* outBasePtr, int outStride) in compareTransformFeedbackOutput() argument738 const deUint8* outPtr = outBasePtr + outStride*outNdx + outOffset + compNdx*sizeof(deUint32); in compareTransformFeedbackOutput()