Home | History | Annotate | Download | only in aacdec

Lines Matching defs:shift_amount

309     Int shift_amount;
443 shift_amount = 0;
448 shift_amount++;
461 shift_amount--;
468 if (shift_amount >= 0)
473 *(pLPC++) = *(pA++) << (16 - shift_amount);
478 q_lpc -= shift_amount;
487 shift_amount = q_lpc - 15;
492 *(pLPC++) >>= shift_amount;
495 q_lpc -= shift_amount;