Searched refs:vReal (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_process.cpp | 360 FIXP_DBL **xImag, FIXP_DBL **vReal, FIXP_DBL **vImag) { in SpatialDecApplyM1_CreateW_Mode212() argument 363 FIXP_DBL *decorrInReal = vReal[0]; in SpatialDecApplyM1_CreateW_Mode212() 370 FDKmemcpy(vReal[0], xReal[0], self->hybridBands * sizeof(FIXP_DBL)); in SpatialDecApplyM1_CreateW_Mode212() 375 TsdGenerateNonTr(self->hybridBands, frame->TsdData, self->TsdTs, vReal[0], in SpatialDecApplyM1_CreateW_Mode212() 376 vImag[0], vReal[1], vImag[1], &decorrInReal, in SpatialDecApplyM1_CreateW_Mode212() 382 vReal[1], vImag[1], in SpatialDecApplyM1_CreateW_Mode212() 390 vReal[0], /* input: v_x */ in SpatialDecApplyM1_CreateW_Mode212() 392 vReal[1], /* input: d_{x,nonTr}; output: d_{x,nonTr} + d_{x,Tr} */ in SpatialDecApplyM1_CreateW_Mode212() 399 FDKmemcpy(vReal[1], self->hybResidualReal__FDK[res], in SpatialDecApplyM1_CreateW_Mode212()
|
D | sac_process.h | 210 FIXP_DBL **xImag, FIXP_DBL **vReal, FIXP_DBL **vImag);
|