Home | History | Annotate | Download | only in src

Lines Matching refs:preShift

1345   SCHAR  preShift;
1389 preShift = CntLeadingZeros(maxVal)-1;
1390 preShift -= SHIFT_BEFORE_SQUARE;
1392 if (preShift>=0) {
1395 FIXP_DBL temp1 = bufferReal[l] << (int)preShift;
1396 FIXP_DBL temp2 = bufferImag[l] << (int)preShift;
1403 FIXP_DBL temp = bufferReal[l] << (int)preShift;
1409 int negpreShift = -preShift;
1433 shift += 2 * preShift;
1467 SCHAR preShift;
1493 preShift = CntLeadingZeros(maxVal)-1;
1501 preShift -= SHIFT_BEFORE_SQUARE;
1511 if (preShift>=0) {
1513 temp = analysBufferReal[l][k] << (int)preShift;
1515 temp = analysBufferImag[l][k] << (int)preShift;
1521 temp = analysBufferReal[l][k] >> -(int)preShift;
1523 temp = analysBufferImag[l][k] >> -(int)preShift;
1529 if (preShift>=0) {
1531 temp = analysBufferReal[l][k] << (int)preShift;
1536 temp = analysBufferReal[l][k] >> -(int)preShift;
1564 sum_e -= 2 * preShift;