Home | History | Annotate | Download | only in armv8

Lines Matching refs:cshift

1183     WORD32 cshift = -common_shift;
1184 cshift = ixheaacd_min32(cshift, 31);
1189 treal = (ixheaacd_shr32(treal, cshift));
1190 timag = (ixheaacd_shr32(timag, cshift));