Home
last modified time | relevance | path

Searched refs:ov_len (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRdec/src/
Dsbr_dec.cpp347 int ov_len; in sbr_dec() local
356 ov_len = hSbrDec->LppTrans.pSettings->overlap; in sbr_dec()
406 QmfBufferReal + ov_len, in sbr_dec()
407 QmfBufferImag + ov_len, in sbr_dec()
424 for (slot = ov_len; slot < noCols+ov_len; slot++) { in sbr_dec()
429 for (slot = ov_len; slot < noCols+ov_len; slot++) { in sbr_dec()
443 ov_len, in sbr_dec()
444 noCols+ov_len ); in sbr_dec()
454 ov_len, in sbr_dec()
455 noCols+ov_len, in sbr_dec()
/external/aac/libFDK/include/
Dqmf.h194 const int ov_len, /*!< Length of band overlap */
/external/aac/libFDK/src/
Dqmf.cpp922 … const INT ov_len, /*!< split Slot of overlap and actual slots */ in qmfSynthesisFiltering() argument
942 SCHAR scaleFactorLowBand = (i<ov_len) ? scaleFactorLowBand_ov : scaleFactorLowBand_no_ov; in qmfSynthesisFiltering()