Searched refs:strideOut (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 335 const int strideOut, /*!< Time data traversal strideOut */ in sbr_dec() argument 577 strideOut, in sbr_dec() 709 timeOutRight+(i*synQmf->no_channels*strideOut), in sbr_dec() 710 strideOut, in sbr_dec() 718 timeOut+(i*synQmf->no_channels*strideOut), in sbr_dec() 719 strideOut, in sbr_dec()
|
D | sbrdecoder.cpp | 1337 INT strideIn, strideOut, offset0, offset1; in sbrDecoder_DecodeElement() local 1451 strideOut = (numInChannels < 2) ? 2 : numInChannels; in sbrDecoder_DecodeElement() 1453 strideOut = numInChannels; in sbrDecoder_DecodeElement() 1458 strideOut = 1; in sbrDecoder_DecodeElement() 1472 strideOut, in sbrDecoder_DecodeElement() 1490 strideOut, in sbrDecoder_DecodeElement() 1509 FDK_ASSERT(strideOut > 1); in sbrDecoder_DecodeElement() 1517 FDK_ASSERT(strideOut == 2); in sbrDecoder_DecodeElement()
|
D | sbr_dec.h | 182 const int strideOut, /*!< Time data traversal strideOut */
|