Home | History | Annotate | Download | only in generic

Lines Matching refs:cshift

1454     WORD32 cshift = -common_shift;
1455 cshift = ixheaacd_min32(cshift, 31);
1460 treal = (ixheaacd_shr32(treal, cshift));
1461 timag = (ixheaacd_shr32(timag, cshift));