Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec.cpp301 FDK_ALLOCATE_MEMORY_2D(self->smgData, MAX_PARAMETER_SETS, MAX_PARAMETER_BANDS, 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()
318 FDK_ALLOCATE_MEMORY_2D(self->ottIPDidxPrev, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
320 FDK_ALLOCATE_MEMORY_2D(self->arbdmxGainIdxPrev, setup.maxNumInputChannels, 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()
335 FDK_ALLOCATE_MEMORY_2D(self->cmpArbdmxGainIdxPrev, setup.maxNumInputChannels, in FDK_SpatialDecOpen()
338 FDK_ALLOCATE_MEMORY_2D(self->cmpOttIPDidxPrev, setup.maxNumOttBoxes, in FDK_SpatialDecOpen()
435 FDK_ALLOCATE_MEMORY_2D(self->pHybridAnaStatesHFdmx, in FDK_SpatialDecOpen()
[all …]
/external/aac/libFDK/include/
DFDK_matrixCalloc.h182 #define FDK_ALLOCATE_MEMORY_2D(a, dim1, dim2, type) \ macro
/external/aac/libSACenc/src/
Dsacenc_lib.cpp465 FDK_ALLOCATE_MEMORY_2D(hEnc->ppTrCurrPos, setup.maxChIn, MAX_NUM_TRANS, in mp4SpaceEnc_create()
488 FDK_ALLOCATE_MEMORY_2D(hEnc->ppTimeSigIn__FDK, setup.maxChIn, in mp4SpaceEnc_create()
492 FDK_ALLOCATE_MEMORY_2D(hEnc->ppTimeSigDelayIn__FDK, setup.maxChIn, in mp4SpaceEnc_create()
506 FDK_ALLOCATE_MEMORY_2D(hEnc->ppTimeSigOut__FDK, setup.maxChTotOut, in mp4SpaceEnc_create()
543 FDK_ALLOCATE_MEMORY_2D(hEnc->ppBitstreamDelayBuffer, MAX_BITSTREAM_DELAY, in mp4SpaceEnc_create()