Home
last modified time | relevance | path

Searched refs:codecFrameSize (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSBRdec/src/
Dsbrdecoder.cpp478 && self->codecFrameSize == samplesPerFrame in sbrDecoder_InitElement()
490 self->codecFrameSize = samplesPerFrame; in sbrDecoder_InitElement()
1338 INT codecFrameSize = self->codecFrameSize; in sbrDecoder_DecodeElement() local
1373 codecFrameSize, in sbrDecoder_DecodeElement()
1459 offset0 = channelMapping[0]*2*codecFrameSize; in sbrDecoder_DecodeElement()
1460 offset1 = channelMapping[1]*2*codecFrameSize; in sbrDecoder_DecodeElement()
1479 codecFrameSize in sbrDecoder_DecodeElement()
1497 codecFrameSize in sbrDecoder_DecodeElement()
1513 int copyFrameSize = codecFrameSize * 2 / self->synDownsampleFac; in sbrDecoder_DecodeElement()
1581 …Kmemmove(timeData + c*outputFrameSize, timeData + c*self->codecFrameSize , self->codecFrameSize*si… in sbrDecoder_Apply()
Dsbr_ram.h135 USHORT codecFrameSize; member
Dsbr_dec.h189 const int codecFrameSize
Dsbr_dec.cpp342 const int codecFrameSize in sbr_dec() argument
381 pcmTemp[smpl] = timeIn[(codecFrameSize-delay+smpl)*strideIn]; in sbr_dec()
384 for (smpl = (codecFrameSize-delay-1)*strideIn; smpl >= 0; smpl -= strideIn) { in sbr_dec()