Home
last modified time | relevance | path

Searched refs:vReal (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSACdec/src/
Dsac_process.cpp367 FIXP_DBL **xImag, FIXP_DBL **vReal, FIXP_DBL **vImag) { in SpatialDecApplyM1_CreateW_Mode212() argument
370 FIXP_DBL *decorrInReal = vReal[0]; in SpatialDecApplyM1_CreateW_Mode212()
377 FDKmemcpy(vReal[0], xReal[0], self->hybridBands * sizeof(FIXP_DBL)); in SpatialDecApplyM1_CreateW_Mode212()
382 TsdGenerateNonTr(self->hybridBands, frame->TsdData, self->TsdTs, vReal[0], in SpatialDecApplyM1_CreateW_Mode212()
383 vImag[0], vReal[1], vImag[1], &decorrInReal, in SpatialDecApplyM1_CreateW_Mode212()
389 vReal[1], vImag[1], in SpatialDecApplyM1_CreateW_Mode212()
397 vReal[0], /* input: v_x */ in SpatialDecApplyM1_CreateW_Mode212()
399 vReal[1], /* input: d_{x,nonTr}; output: d_{x,nonTr} + d_{x,Tr} */ in SpatialDecApplyM1_CreateW_Mode212()
406 FDKmemcpy(vReal[1], self->hybResidualReal__FDK[res], in SpatialDecApplyM1_CreateW_Mode212()
Dsac_process.h210 FIXP_DBL **xImag, FIXP_DBL **vReal, FIXP_DBL **vImag);