Searched refs:rIntBufferLeft (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSBRdec/src/ |
D | psdec.cpp | 295 const FIXP_DBL *const *const rIntBufferLeft, in PreparePsProcessing() argument 309 scaleValue(rIntBufferLeft[i][j], scaleFactorLowBand); in PreparePsProcessing() 548 FIXP_DBL **rIntBufferLeft, /*!< real bands left qmf channel (38x64) */ in ApplyPsSlot() argument 618 qmfInputData[0][i] = scaleValue(rIntBufferLeft[HYBRID_FILTER_DELAY][i], in ApplyPsSlot() 632 &rIntBufferLeft[0][NO_QMF_BANDS_HYBRID20], in ApplyPsSlot() 641 &rIntBufferLeft[0][lsb], usb - lsb, scaleFactorHighBand); in ApplyPsSlot() 651 &rIntBufferLeft[0][usb], sizeof(FIXP_DBL) * (NO_QMF_CHANNELS - usb)); in ApplyPsSlot() 704 (i == 0) ? rIntBufferLeft[0] in ApplyPsSlot()
|
D | psdec.h | 318 const FIXP_DBL *const *const rIntBufferLeft, 326 FIXP_DBL **rIntBufferLeft, /* real values of left qmf timeslot */
|