Searched refs:hybOutputReal (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_process.h | 173 FIXP_DBL **hybOutputReal, 288 FIXP_DBL **hybOutputReal,
|
D | sac_dec.cpp | 1039 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()
|
D | sac_process.cpp | 277 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()
|