Searched refs:FDK_ALLOCATE_MEMORY_1D (Results 1 – 15 of 15) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_dec.cpp | 294 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 …]
|
D | sac_stp.cpp | 269 FDK_ALLOCATE_MEMORY_1D(self, 1, struct STP_DEC) in subbandTPCreate()
|
D | sac_bitdec.cpp | 2127 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()
|
D | sac_dec_lib.cpp | 624 FDK_ALLOCATE_MEMORY_1D(*pMpegSurroundDecoder, 1, CMpegSurroundDecoder) in mpegSurroundDecoder_Create()
|
/external/aac/libSACenc/src/ |
D | sacenc_onsetdetect.cpp | 147 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()
|
D | sacenc_staticgain.cpp | 189 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()
|
D | sacenc_lib.cpp | 389 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()
|
D | sacenc_filter.cpp | 127 FDK_ALLOCATE_MEMORY_1D(*hDCFilter, 1, DC_FILTER); in fdk_sacenc_createDCFilter()
|
D | sacenc_dmx_tdom_enh.cpp | 251 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()
|
D | sacenc_tree.cpp | 225 FDK_ALLOCATE_MEMORY_1D(hSpaceTree, 1, struct SPACE_TREE); in fdk_sacenc_spaceTree_Open()
|
D | sacenc_delay.cpp | 171 FDK_ALLOCATE_MEMORY_1D(*phDelay, 1, struct DELAY); in fdk_sacenc_delay_Open()
|
D | sacenc_framewindowing.cpp | 176 FDK_ALLOCATE_MEMORY_1D(*phFrameWindow, 1, FRAMEWINDOW); in fdk_sacenc_frameWindow_Create()
|
D | sacenc_paramextract.cpp | 340 FDK_ALLOCATE_MEMORY_1D(*hTtoBox, 1, TTO_BOX); in fdk_sacenc_createTtoBox()
|
D | sacenc_bitstream.cpp | 504 FDK_ALLOCATE_MEMORY_1D(*selfPtr, 1, BSF_INSTANCE); in fdk_sacenc_createSpatialBitstreamEncoder()
|
/external/aac/libFDK/include/ |
D | FDK_matrixCalloc.h | 148 #define FDK_ALLOCATE_MEMORY_1D(a, dim1, type) \ macro
|