Lines Matching defs:shift
459 int shift = (anaQmf->no_channels>>6) + 1;
462 rSubband[M + i] = (timeIn[L - 1 - i]>>1) - (timeIn[i]>>shift);
463 rSubband[M - 1 - i] = (timeIn[L + i]>>1) + (timeIn[2 * L - 1 - i]>>shift);
466 dct_IV(rSubband, L, &shift);
493 int shift = 0;
509 dct_IV(rSubband, L, &shift);
510 dst_IV(iSubband, L, &shift);
603 Shift filter states
605 Should be realized with modulo adressing on a DSP instead of a true buffer shift
735 int shift = 0;
742 dct_IV(pTimeOut+M, L, &shift);
770 int shift = 0;
797 dct_IV(tReal, L, &shift);
798 dst_IV(tImag, L, &shift);
904 * buffer shift at the end of the function should be replaced by a