Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec.cpp213 setup->maxNumOttBoxes + setup->maxNumInputChannels) in SpatialDecClearFrameData()
256 setup.maxNumOttBoxes = 1; in FDK_SpatialDecOpen()
257 setup.maxNumParams = setup.maxNumInputChannels + setup.maxNumOttBoxes; in FDK_SpatialDecOpen()
296 FDK_ALLOCATE_MEMORY_1D(self->numOttBands, setup.maxNumOttBoxes, int) in FDK_SpatialDecOpen()
304 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()
312 FDK_ALLOCATE_MEMORY_2D(self->ottCLDidxPrev, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
314 FDK_ALLOCATE_MEMORY_2D(self->ottICCidxPrev, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
316 FDK_ALLOCATE_MEMORY_3D(self->ottICCdiffidx, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
[all …]
Dsac_dec.h297 int maxNumOttBoxes; member