Searched refs:strideOut (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 1227 INT strideIn, strideOut, offset0, offset1; in sbrDecoder_DecodeElement() local 1332 strideOut = (numInChannels < 2) ? 2 : numInChannels; in sbrDecoder_DecodeElement() 1334 strideOut = numInChannels; in sbrDecoder_DecodeElement() 1339 strideOut = 1; in sbrDecoder_DecodeElement() 1353 strideOut, in sbrDecoder_DecodeElement() 1370 strideOut, in sbrDecoder_DecodeElement() 1388 FDK_ASSERT(strideOut > 1); in sbrDecoder_DecodeElement() 1395 FDK_ASSERT(strideOut == 2); in sbrDecoder_DecodeElement()
|
D | sbr_dec.cpp | 318 const int strideOut, /*!< Time data traversal strideOut */ in sbr_dec() argument 532 strideOut, in sbr_dec() 664 timeOutRight+(i*synQmf->no_channels*strideOut), in sbr_dec() 665 strideOut, in sbr_dec() 673 timeOut+(i*synQmf->no_channels*strideOut), in sbr_dec() 674 strideOut, in sbr_dec()
|
D | sbr_dec.h | 179 const int strideOut, /*!< Time data traversal strideOut */
|