Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_process.cpp339 static void M2ParamToKernelMult(FIXP_SGL *RESTRICT pKernel, in M2ParamToKernelMult() argument
351 if (i & 1) *pKernel++ = tmp; in M2ParamToKernelMult()
353 *pKernel++ = tmp; in M2ParamToKernelMult()
354 *pKernel++ = tmp; in M2ParamToKernelMult()
357 *pKernel++ = tmp; in M2ParamToKernelMult()
358 *pKernel++ = tmp; in M2ParamToKernelMult()
359 *pKernel++ = tmp; in M2ParamToKernelMult()
360 *pKernel++ = tmp; in M2ParamToKernelMult()
612 C_ALLOC_SCRATCH_START(pKernel, FIXP_SGL, MAX_HYBRID_BANDS); in SpatialDecApplyM2()
674 M2ParamToKernelMult(pKernel, self->M2Real__FDK[row][col], in SpatialDecApplyM2()
[all …]