Lines Matching refs:maxNumOttBoxes

213                            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()
318 FDK_ALLOCATE_MEMORY_2D(self->ottIPDidxPrev, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
322 FDK_ALLOCATE_MEMORY_2D(self->cmpOttCLDidxPrev, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
324 FDK_ALLOCATE_MEMORY_2D(self->cmpOttICCidxPrev, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
326 FDK_ALLOCATE_MEMORY_3D(self->outIdxData, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
338 FDK_ALLOCATE_MEMORY_2D(self->cmpOttIPDidxPrev, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
585 (pSsc->nOttBoxes > pCreateParams->maxNumOttBoxes)) { in CheckLevelTreeUpmixType()
596 for (i = 0; i < self->createParams.maxNumOttBoxes; i += 1) { in SpatialDecInitParserContext()
841 for (i = 0; i < self->createParams.maxNumOttBoxes; i += 1) { in FDK_SpatialDecInit()