Lines Matching refs:ov_len
285 int ov_len = hSbrDec->LppTrans.pSettings->overlap; in sbr_dec() local
295 FIXP_DBL **pReal = pLowBandReal + ov_len; in sbr_dec()
296 FIXP_DBL **pImag = pLowBandImag + ov_len; in sbr_dec()
299 for (i = 0; i < noCols + ov_len; i++) { in sbr_dec()
308 pLowBandReal[i + noCols + ov_len] = hSbrDec->hQmfHBESlotsReal[i]; in sbr_dec()
309 pLowBandImag[i + noCols + ov_len] = hSbrDec->hQmfHBESlotsImag[i]; in sbr_dec()
327 FDKmemcpy(pLowBandReal[ov_len + i], hSbrDec->hQmfHBESlotsReal[i], in sbr_dec()
329 FDKmemcpy(pLowBandImag[ov_len + i], hSbrDec->hQmfHBESlotsImag[i], in sbr_dec()
359 for (slot = ov_len; slot < noCols + ov_len; slot++) { in sbr_dec()
366 for (slot = ov_len; slot < noCols + ov_len; slot++) { in sbr_dec()
421 pLowBandImag, ov_len, in sbr_dec()
457 for (i = 0; i < LPC_ORDER + ov_len; i++) { in sbr_dec()
460 hSbrDec->codecQMFBufferReal[noCols - LPC_ORDER - ov_len + i], in sbr_dec()
464 hSbrDec->codecQMFBufferImag[noCols - LPC_ORDER - ov_len + i], in sbr_dec()
472 FDKmemcpy(hSbrDec->codecQMFBufferReal[i], pLowBandReal[ov_len + i], in sbr_dec()
474 FDKmemcpy(hSbrDec->codecQMFBufferImag[i], pLowBandImag[ov_len + i], in sbr_dec()
484 borders[0], ov_len, keepStatesSyncedMode); in sbr_dec()
490 ov_len, keepStatesSyncedMode); in sbr_dec()
619 for (i = 0; i < ov_len; i++) { in sbr_dec()
624 for (i = 0; i < ov_len; i++) { in sbr_dec()
638 for (i = 0; i < LPC_ORDER + ov_len; i++) { in sbr_dec()