Lines Matching refs:bsize
333 int bsize = mtab->size / mtab->fmode[ftype].sub;
348 prev_buf = prev + (size - bsize) / 2;
360 mdct->imdct_half(mdct, buf1 + bsize * j, in + bsize * j);
362 tctx->fdsp->vector_fmul_window(out2, prev_buf + (bsize - wsize) / 2,
363 buf1 + bsize * j,
368 memcpy(out2, buf1 + bsize * j + wsize / 2,
369 (bsize - wsize / 2) * sizeof(float));
371 out2 += ftype == TWINVQ_FT_MEDIUM ? (bsize - wsize) / 2 : bsize - wsize;
373 prev_buf = buf1 + bsize * j + bsize / 2;
545 int bsize = tctx->mtab->size / tctx->mtab->fmode[i].sub;
546 if ((ret = ff_mdct_init(&tctx->mdct_ctx[i], av_log2(bsize) + 1, 1,
547 -sqrt(norm / bsize) / (1 << 15))))