Home | History | Annotate | Download | only in celt

Lines Matching defs:shift

285          int shift=0;
286 shift = 14-celt_ilog2(1+celt_maxabs16(tmp, len));
287 if (shift!=0)
290 tmp[i] = SHL16(tmp[i], shift);
425 int shift;
431 shift = mode->maxLM;
435 shift = mode->maxLM-LM;
441 clt_mdct_forward(&mode->mdct, in+c*(B*N+overlap)+b*N, &out[b+c*N*B], mode->window, overlap, shift, B);