Lines Matching refs:ov_len
284 int ov_len = hSbrDec->LppTrans.pSettings->overlap; in sbr_dec() local
294 FIXP_DBL **pReal = pLowBandReal + ov_len; in sbr_dec()
295 FIXP_DBL **pImag = pLowBandImag + ov_len; in sbr_dec()
298 for (i = 0; i < noCols + ov_len; i++) { in sbr_dec()
307 pLowBandReal[i + noCols + ov_len] = hSbrDec->hQmfHBESlotsReal[i]; in sbr_dec()
308 pLowBandImag[i + noCols + ov_len] = hSbrDec->hQmfHBESlotsImag[i]; in sbr_dec()
326 FDKmemcpy(pLowBandReal[ov_len + i], hSbrDec->hQmfHBESlotsReal[i], in sbr_dec()
328 FDKmemcpy(pLowBandImag[ov_len + i], hSbrDec->hQmfHBESlotsImag[i], in sbr_dec()
358 for (slot = ov_len; slot < noCols + ov_len; slot++) { in sbr_dec()
365 for (slot = ov_len; slot < noCols + ov_len; slot++) { in sbr_dec()
420 pLowBandImag, ov_len, in sbr_dec()
456 for (i = 0; i < LPC_ORDER + ov_len; i++) { in sbr_dec()
459 hSbrDec->codecQMFBufferReal[noCols - LPC_ORDER - ov_len + i], in sbr_dec()
463 hSbrDec->codecQMFBufferImag[noCols - LPC_ORDER - ov_len + i], in sbr_dec()
471 FDKmemcpy(hSbrDec->codecQMFBufferReal[i], pLowBandReal[ov_len + i], in sbr_dec()
473 FDKmemcpy(hSbrDec->codecQMFBufferImag[i], pLowBandImag[ov_len + i], in sbr_dec()
483 borders[0], ov_len, keepStatesSyncedMode); in sbr_dec()
489 ov_len, keepStatesSyncedMode); in sbr_dec()
618 for (i = 0; i < ov_len; i++) { in sbr_dec()
623 for (i = 0; i < ov_len; i++) { in sbr_dec()
637 for (i = 0; i < LPC_ORDER + ov_len; i++) { in sbr_dec()