Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec.cpp294 FDK_ALLOCATE_MEMORY_1D(self->param2hyb, MAX_PARAMETER_BANDS + 1, int) in FDK_SpatialDecOpen()
296 FDK_ALLOCATE_MEMORY_1D(self->numOttBands, setup.maxNumOttBoxes, int) in FDK_SpatialDecOpen()
300 FDK_ALLOCATE_MEMORY_1D(self->smgTime, MAX_PARAMETER_SETS, int) in FDK_SpatialDecOpen()
331 FDK_ALLOCATE_MEMORY_1D(self->arbdmxAlpha__FDK, setup.maxNumInputChannels, in FDK_SpatialDecOpen()
333 FDK_ALLOCATE_MEMORY_1D(self->arbdmxAlphaPrev__FDK, setup.maxNumInputChannels, in FDK_SpatialDecOpen()
366 FDK_ALLOCATE_MEMORY_1D(self->qmfResidualReal__FDK, setup.maxNumResChannels, in FDK_SpatialDecOpen()
368 FDK_ALLOCATE_MEMORY_1D(self->qmfResidualImag__FDK, setup.maxNumResChannels, in FDK_SpatialDecOpen()
371 FDK_ALLOCATE_MEMORY_1D(self->hybResidualReal__FDK, setup.maxNumResChannels, in FDK_SpatialDecOpen()
373 FDK_ALLOCATE_MEMORY_1D(self->hybResidualImag__FDK, setup.maxNumResChannels, in FDK_SpatialDecOpen()
390 FDK_ALLOCATE_MEMORY_1D(self->hybResidualReal__FDK[i], in FDK_SpatialDecOpen()
[all …]
Dsac_stp.cpp269 FDK_ALLOCATE_MEMORY_1D(self, 1, struct STP_DEC) in subbandTPCreate()
Dsac_bitdec.cpp2127 FDK_ALLOCATE_MEMORY_1D(pBs->CLDLosslessData, MAX_NUM_PARAMETERS, LOSSLESSDATA) in SpatialDecCreateBsFrame()
2128 FDK_ALLOCATE_MEMORY_1D(pBs->ICCLosslessData, MAX_NUM_PARAMETERS, LOSSLESSDATA) in SpatialDecCreateBsFrame()
2130 FDK_ALLOCATE_MEMORY_1D(pBs->IPDLosslessData, MAX_NUM_PARAMETERS, LOSSLESSDATA) in SpatialDecCreateBsFrame()
Dsac_dec_lib.cpp624 FDK_ALLOCATE_MEMORY_1D(*pMpegSurroundDecoder, 1, CMpegSurroundDecoder) in mpegSurroundDecoder_Create()
/external/aac/libSACenc/src/
Dsacenc_onsetdetect.cpp147 FDK_ALLOCATE_MEMORY_1D(hOnset, 1, struct ONSET_DETECT); in fdk_sacenc_onsetDetect_Open()
148 FDK_ALLOCATE_MEMORY_1D(hOnset->pEnergyHist__FDK, 16 + maxTimeSlots, in fdk_sacenc_onsetDetect_Open()
150 FDK_ALLOCATE_MEMORY_1D(hOnset->pEnergyHistScale, 16 + maxTimeSlots, SCHAR); in fdk_sacenc_onsetDetect_Open()
Dsacenc_staticgain.cpp189 FDK_ALLOCATE_MEMORY_1D(*phStaticGainConfig, 1, struct STATIC_GAIN_CONFIG); in fdk_sacenc_staticGain_OpenConfig()
245 FDK_ALLOCATE_MEMORY_1D(*phStaticGain, 1, struct STATIC_GAIN); in fdk_sacenc_staticGain_Open()
Dsacenc_lib.cpp389 FDK_ALLOCATE_MEMORY_1D(hEnc, 1, struct MP4SPACE_ENCODER); in mp4SpaceEnc_create()
423 FDK_ALLOCATE_MEMORY_1D(hEnc->pParameterBand2HybridBandOffset, in mp4SpaceEnc_create()
431 FDK_ALLOCATE_MEMORY_1D(hEnc->pEncoderInputChScale, setup.maxChIn, INT); in mp4SpaceEnc_create()
432 FDK_ALLOCATE_MEMORY_1D(hEnc->staticTimeDomainDmxInScale, setup.maxChIn, in mp4SpaceEnc_create()
435 FDK_ALLOCATE_MEMORY_1D(hEnc->phQmfFiltIn__FDK, setup.maxChIn, in mp4SpaceEnc_create()
485 FDK_ALLOCATE_MEMORY_1D(hEnc->sscBuf.pSsc, MAX_SSC_BYTES, UCHAR); in mp4SpaceEnc_create()
498 FDK_ALLOCATE_MEMORY_1D( in mp4SpaceEnc_create()
533 FDK_ALLOCATE_MEMORY_1D(hEnc->pFrameWindowAna__FDK[i], in mp4SpaceEnc_create()
546 FDK_ALLOCATE_MEMORY_1D(hEnc->pnOutputBits, MAX_BITSTREAM_DELAY, INT); in mp4SpaceEnc_create()
Dsacenc_filter.cpp127 FDK_ALLOCATE_MEMORY_1D(*hDCFilter, 1, DC_FILTER); in fdk_sacenc_createDCFilter()
Dsacenc_dmx_tdom_enh.cpp251 FDK_ALLOCATE_MEMORY_1D(hEnhancedTimeDmx, 1, ENHANCED_TIME_DOMAIN_DMX); in fdk_sacenc_open_enhancedTimeDomainDmx()
252 FDK_ALLOCATE_MEMORY_1D(hEnhancedTimeDmx->sinusWindow_m, 1 + framelength, in fdk_sacenc_open_enhancedTimeDomainDmx()
Dsacenc_tree.cpp225 FDK_ALLOCATE_MEMORY_1D(hSpaceTree, 1, struct SPACE_TREE); in fdk_sacenc_spaceTree_Open()
Dsacenc_delay.cpp171 FDK_ALLOCATE_MEMORY_1D(*phDelay, 1, struct DELAY); in fdk_sacenc_delay_Open()
Dsacenc_framewindowing.cpp176 FDK_ALLOCATE_MEMORY_1D(*phFrameWindow, 1, FRAMEWINDOW); in fdk_sacenc_frameWindow_Create()
Dsacenc_paramextract.cpp340 FDK_ALLOCATE_MEMORY_1D(*hTtoBox, 1, TTO_BOX); in fdk_sacenc_createTtoBox()
Dsacenc_bitstream.cpp504 FDK_ALLOCATE_MEMORY_1D(*selfPtr, 1, BSF_INSTANCE); in fdk_sacenc_createSpatialBitstreamEncoder()
/external/aac/libFDK/include/
DFDK_matrixCalloc.h148 #define FDK_ALLOCATE_MEMORY_1D(a, dim1, type) \ macro