Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec.cpp304 FDK_ALLOCATE_MEMORY_3D(self->ottCLD__FDK, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
306 FDK_ALLOCATE_MEMORY_3D(self->ottICC__FDK, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
308 FDK_ALLOCATE_MEMORY_3D(self->ottIPD__FDK, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
316 FDK_ALLOCATE_MEMORY_3D(self->ottICCdiffidx, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
326 FDK_ALLOCATE_MEMORY_3D(self->outIdxData, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
329 FDK_ALLOCATE_MEMORY_3D(self->arbdmxGain__FDK, setup.maxNumInputChannels, in FDK_SpatialDecOpen()
344 FDK_ALLOCATE_MEMORY_3D(self->M2Imag__FDK, setup.maxNumOutputChannels, in FDK_SpatialDecOpen()
350 FDK_ALLOCATE_MEMORY_3D(self->M2ImagPrev__FDK, setup.maxNumOutputChannels, in FDK_SpatialDecOpen()
/external/aac/libFDK/include/
DFDK_matrixCalloc.h212 #define FDK_ALLOCATE_MEMORY_3D(a, dim1, dim2, dim3, type) \ macro
/external/aac/libSACenc/src/
Dsacenc_lib.cpp513 FDK_ALLOCATE_MEMORY_3D( in mp4SpaceEnc_create()
517 FDK_ALLOCATE_MEMORY_3D(hEnc->pppHybridInStatic__FDK, setup.maxChIn, in mp4SpaceEnc_create()
521 FDK_ALLOCATE_MEMORY_3D(hEnc->pppHybridIn__FDK, setup.maxChIn, in mp4SpaceEnc_create()
528 FDK_ALLOCATE_MEMORY_3D(hEnc->pppProcDataIn__FDK, MAX_SPACE_TREE_CHANNELS, in mp4SpaceEnc_create()