Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_process.h174 FIXP_DBL **hybOutputImag, const INT ts,
289 FIXP_DBL **hybOutputImag, PCM_MPS *timeOut,
Dsac_dec.cpp1040 FIXP_DBL **hybOutputImag, in SpatialDecApplyBypass() argument
1065 FDKmemcpy(hybOutputImag[cf], hybInputImag[0], in SpatialDecApplyBypass()
1072 FDKmemcpy(hybOutputImag[lf], hybInputImag[0], in SpatialDecApplyBypass()
1074 FDKmemcpy(hybOutputImag[rf], hybInputImag[0], in SpatialDecApplyBypass()
1085 FDKmemcpy(hybOutputImag[lf], hybInputImag[0], in SpatialDecApplyBypass()
1087 FDKmemcpy(hybOutputImag[rf], hybInputImag[1], in SpatialDecApplyBypass()
1096 FDKmemclear(hybOutputImag[ch], complexHybBands * sizeof(FIXP_DBL)); in SpatialDecApplyBypass()
Dsac_process.cpp278 FIXP_DBL **hybOutputImag, const INT ts, in SpatialDecHybridAnalysis() argument
291 hybOutputImag[ch][k] = qmfInputImag[ch][k]; in SpatialDecHybridAnalysis()
300 hybOutputImag[ch]); in SpatialDecHybridAnalysis()
864 FIXP_DBL **hybOutputImag, PCM_MPS *timeOut, in SpatialDecSynthesis() argument
886 pQmfImag[k] = hybOutputImag[ch][k]; in SpatialDecSynthesis()
890 hybOutputImag[ch], pQmfReal, pQmfImag); in SpatialDecSynthesis()