Searched refs:hybOutputRealDry__FDK (Results 1 – 5 of 5) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_stp.cpp | 373 qmfOutputRealDry[ch] = &self->hybOutputRealDry__FDK[ch][7]; in subbandTPApply() 515 &self->hybOutputRealDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply() 528 &self->hybOutputRealDry__FDK[ch][self->tp_hybBandBorder], in subbandTPApply() 537 &self->hybOutputRealDry__FDK[ch][HP_SIZE - 3 + 10 - 1], in subbandTPApply()
|
D | sac_dec.cpp | 402 FDK_ALLOCATE_MEMORY_2D_INT(self->hybOutputRealDry__FDK, in FDK_SpatialDecOpen() 951 FDK_FREE_MEMORY_2D(self->hybOutputRealDry__FDK); in FDK_SpatialDecClose() 1253 self->hybOutputRealDry__FDK, /* output: hybOutput(Real/Imag)Dry */ in SpatialDecApplyParameterSets() 1289 self->hybOutputRealDry__FDK, self->hybOutputImagDry__FDK); in SpatialDecApplyParameterSets() 1294 self->hybOutputRealDry__FDK, self->hybOutputImagDry__FDK); in SpatialDecApplyParameterSets() 1299 self->hybOutputRealDry__FDK, self->hybOutputImagDry__FDK, in SpatialDecApplyParameterSets() 1320 self->hybOutputRealDry__FDK[ch][hyb] += in SpatialDecApplyParameterSets() 1339 FIXP_DBL *RESTRICT pRealDry = self->hybOutputRealDry__FDK[ch]; in SpatialDecApplyParameterSets() 1369 self->hybOutputRealDry__FDK, /* input: hybOutput(Real/Imag)Dry */ in SpatialDecApplyParameterSets()
|
D | sac_reshapeBBEnv.cpp | 390 pReal, pImag, self->hybOutputRealDry__FDK[ch], in extractBBEnv() 633 slotAmp(&slotAmp_dry, &slotAmp_wet, &self->hybOutputRealDry__FDK[ch][6], in SpatialDecReshapeBBEnv() 675 shapeBBEnv(&self->hybOutputRealDry__FDK[ch][6], in SpatialDecReshapeBBEnv()
|
D | sac_dec.h | 489 FIXP_DBL **hybOutputRealDry__FDK; member
|
D | sac_process.cpp | 1006 FIXP_DBL *Dry_real0 = &self->hybOutputRealDry__FDK[0][0]; in SpatialDecApplyPhase() 1008 FIXP_DBL *Dry_real1 = &self->hybOutputRealDry__FDK[1][0]; in SpatialDecApplyPhase()
|