Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_process.h173 FIXP_DBL **hybOutputReal,
288 FIXP_DBL **hybOutputReal,
Dsac_dec.cpp1039 FIXP_DBL **hybOutputReal, in SpatialDecApplyBypass() argument
1063 FDKmemcpy(hybOutputReal[cf], hybInputReal[0], in SpatialDecApplyBypass()
1068 FDKmemcpy(hybOutputReal[lf], hybInputReal[0], in SpatialDecApplyBypass()
1070 FDKmemcpy(hybOutputReal[rf], hybInputReal[0], in SpatialDecApplyBypass()
1081 FDKmemcpy(hybOutputReal[lf], hybInputReal[0], in SpatialDecApplyBypass()
1083 FDKmemcpy(hybOutputReal[rf], hybInputReal[1], in SpatialDecApplyBypass()
1095 FDKmemclear(hybOutputReal[ch], self->hybridBands * sizeof(FIXP_DBL)); in SpatialDecApplyBypass()
Dsac_process.cpp277 FIXP_DBL **hybOutputReal, in SpatialDecHybridAnalysis() argument
290 hybOutputReal[ch][k] = qmfInputReal[ch][k]; in SpatialDecHybridAnalysis()
299 qmfInputImag[ch], hybOutputReal[ch], in SpatialDecHybridAnalysis()
863 FIXP_DBL **hybOutputReal, in SpatialDecSynthesis() argument
885 pQmfReal[k] = hybOutputReal[ch][k]; in SpatialDecSynthesis()
889 FDKhybridSynthesisApply(&self->hybridSynthesis[ch], hybOutputReal[ch], in SpatialDecSynthesis()