Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_process.cpp332 static void M2ParamToKernelMult(FIXP_SGL *RESTRICT pKernel, in M2ParamToKernelMult() argument
344 if (i & 1) *pKernel++ = tmp; in M2ParamToKernelMult()
346 *pKernel++ = tmp; in M2ParamToKernelMult()
347 *pKernel++ = tmp; in M2ParamToKernelMult()
350 *pKernel++ = tmp; in M2ParamToKernelMult()
351 *pKernel++ = tmp; in M2ParamToKernelMult()
352 *pKernel++ = tmp; in M2ParamToKernelMult()
353 *pKernel++ = tmp; in M2ParamToKernelMult()
607 C_ALLOC_SCRATCH_START(pKernel, FIXP_SGL, MAX_HYBRID_BANDS); in SpatialDecApplyM2()
670 M2ParamToKernelMult(pKernel, self->M2Real__FDK[row][col], in SpatialDecApplyM2()
[all …]