Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec.cpp402 FDK_ALLOCATE_MEMORY_2D_INT(self->hybOutputRealDry__FDK, in FDK_SpatialDecOpen()
951 FDK_FREE_MEMORY_2D(self->hybOutputRealDry__FDK); in FDK_SpatialDecClose()
1259 self->hybOutputRealDry__FDK, /* output: hybOutput(Real/Imag)Dry */ in SpatialDecApplyParameterSets()
1295 self->hybOutputRealDry__FDK, self->hybOutputImagDry__FDK); in SpatialDecApplyParameterSets()
1300 self->hybOutputRealDry__FDK, self->hybOutputImagDry__FDK); in SpatialDecApplyParameterSets()
1305 self->hybOutputRealDry__FDK, self->hybOutputImagDry__FDK, in SpatialDecApplyParameterSets()
1326 self->hybOutputRealDry__FDK[ch][hyb] = in SpatialDecApplyParameterSets()
1327 fAddSaturate(self->hybOutputRealDry__FDK[ch][hyb], in SpatialDecApplyParameterSets()
1347 FIXP_DBL *RESTRICT pRealDry = self->hybOutputRealDry__FDK[ch]; in SpatialDecApplyParameterSets()
1377 self->hybOutputRealDry__FDK, /* input: hybOutput(Real/Imag)Dry */ in SpatialDecApplyParameterSets()
Dsac_stp.cpp355 qmfOutputRealDry[ch] = &self->hybOutputRealDry__FDK[ch][7]; in subbandTPApply()
536 &self->hybOutputRealDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
549 &self->hybOutputRealDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply()
558 &self->hybOutputRealDry__FDK[ch][HP_SIZE - 3 + 10 - 1], in subbandTPApply()
Dsac_reshapeBBEnv.cpp349 combineDryWet(pReal, pImag, self->hybOutputRealDry__FDK[ch], in extractBBEnv()
598 slotAmp(&slotAmp_dry, &slotAmp_wet, &self->hybOutputRealDry__FDK[ch][6], in SpatialDecReshapeBBEnv()
642 shapeBBEnv(&self->hybOutputRealDry__FDK[ch][6], in SpatialDecReshapeBBEnv()
Dsac_dec.h489 FIXP_DBL **hybOutputRealDry__FDK; member
Dsac_process.cpp1027 FIXP_DBL *Dry_real0 = &self->hybOutputRealDry__FDK[0][0]; in SpatialDecApplyPhase()
1029 FIXP_DBL *Dry_real1 = &self->hybOutputRealDry__FDK[1][0]; in SpatialDecApplyPhase()