Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbr_dec.cpp329 int ov_len; in sbr_dec() local
338 ov_len = hSbrDec->LppTrans.pSettings->overlap; in sbr_dec()
361 QmfBufferReal + ov_len, in sbr_dec()
362 QmfBufferImag + ov_len, in sbr_dec()
379 for (slot = ov_len; slot < noCols+ov_len; slot++) { in sbr_dec()
384 for (slot = ov_len; slot < noCols+ov_len; slot++) { in sbr_dec()
398 ov_len, in sbr_dec()
399 noCols+ov_len ); in sbr_dec()
409 ov_len, in sbr_dec()
410 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()