Searched refs:codecFrameSize (Results 1 – 4 of 4) sorted by relevance
478 && self->codecFrameSize == samplesPerFrame in sbrDecoder_InitElement()490 self->codecFrameSize = samplesPerFrame; in sbrDecoder_InitElement()1338 INT codecFrameSize = self->codecFrameSize; in sbrDecoder_DecodeElement() local1373 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()
135 USHORT codecFrameSize; member
189 const int codecFrameSize
342 const int codecFrameSize in sbr_dec() argument381 pcmTemp[smpl] = timeIn[(codecFrameSize-delay+smpl)*strideIn]; in sbr_dec()384 for (smpl = (codecFrameSize-delay-1)*strideIn; smpl >= 0; smpl -= strideIn) { in sbr_dec()