Lines Matching full:common
262 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels;
263 OI_UINT pcmStrideShift = context->common.pcmStride == 1 ? 0 : 1;
264 OI_UINT offset = context->common.filterBufferOffset;
265 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart;
270 COPY_BACKWARD_32BIT_ALIGNED_72_HALFWORDS(context->common.filterBuffer[0] + context->common.filterBufferLen - 72, context->common.filterBuffer[0]);
272 COPY_BACKWARD_32BIT_ALIGNED_72_HALFWORDS(context->common.filterBuffer[1] + context->common.filterBufferLen - 72, context->common.filterBuffer[1]);
274 offset = context->common.filterBufferLen - 80;
280 DCT2_8(context->common.filterBuffer[ch] + offset, s);
281 SYNTH80(pcm + ch, context->common.filterBuffer[ch] + offset, pcmStrideShift);
286 context->common.filterBufferOffset = offset;
293 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels;
294 OI_UINT pcmStrideShift = context->common.pcmStride == 1 ? 0 : 1;
295 OI_UINT offset = context->common.filterBufferOffset;
296 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart;
301 COPY_BACKWARD_32BIT_ALIGNED_72_HALFWORDS(context->common.filterBuffer[0] + context->common.filterBufferLen - 72,context->common.filterBuffer[0]);
303 COPY_BACKWARD_32BIT_ALIGNED_72_HALFWORDS(context->common.filterBuffer[1] + context->common.filterBufferLen - 72,context->common.filterBuffer[1]);
305 offset =context->common.filterBufferLen - 80;
310 cosineModulateSynth4(context->common.filterBuffer[ch] + offset, s);
312 context->common.filterBuffer[ch] + offset,
318 context->common.filterBufferOffset = offset;
327 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels;
328 OI_UINT pcmStrideShift = context->common.pcmStride == 1 ? 0 : 1;
329 OI_UINT offset = context->common.filterBufferOffset;
330 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart;
335 COPY_BACKWARD_32BIT_ALIGNED_104_HALFWORDS(context->common.filterBuffer[0] +context->common.filterBufferLen - 104, context->common.filterBuffer[0]);
337 COPY_BACKWARD_32BIT_ALIGNED_104_HALFWORDS(context->common.filterBuffer[1] + context->common.filterBufferLen - 104, context->common.filterBuffer[1]);
339 offset = context->common.filterBufferLen - 112;
344 DCT2_8(context->common.filterBuffer[ch] + offset, s);
345 SYNTH112(pcm + ch, context->common.filterBuffer[ch] + offset, pcmStrideShift);
350 context->common.filterBufferOffset = offset;
376 OI_UINT nrof_subbands = context->common.frameInfo.nrof_subbands;
377 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels;
383 } else if (context->common.frameInfo.enhanced) {