Home
last modified time | relevance | path

Searched refs:M2RealPrev__FDK (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSACdec/src/
Dsac_process.cpp428 FIXP_DBL *MparamPrev0 = self->M2RealPrev__FDK[row][0]; in SpatialDecApplyM2_Mode212()
429 FIXP_DBL *MparamPrev1 = self->M2RealPrev__FDK[row][1]; in SpatialDecApplyM2_Mode212()
489 FIXP_DBL *MRealPrev0 = self->M2RealPrev__FDK[row][0]; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
491 FIXP_DBL *MRealPrev1 = self->M2RealPrev__FDK[row][1]; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
671 self->M2RealPrev__FDK[row][col], in SpatialDecApplyM2()
752 self->M2RealPrev__FDK[row][col], in SpatialDecApplyM2()
949 FDKmemcpy(self->M2RealPrev__FDK[row][col], self->M2Real__FDK[row][col], in SpatialDecBufferMatrices()
Dsac_smoothing.cpp197 self->M2RealPrev__FDK[row][col][pb])) in SpatialDecSmoothM1andM2()
Dsac_dec.h449 FIXP_DBL ***M2RealPrev__FDK; member
Dsac_dec.cpp347 FDK_ALLOCATE_MEMORY_3D_INT(self->M2RealPrev__FDK, setup.maxNumOutputChannels, in FDK_SpatialDecOpen()
986 FDK_FREE_MEMORY_3D(self->M2RealPrev__FDK); in FDK_SpatialDecClose()
Dsac_calcM1andM2.cpp767 self->M2RealPrev__FDK[i][j][k] = FL2FXCONST_DBL(0); in initM1andM2()