Home | History | Annotate | Download | only in aacdec

Lines Matching refs:Int16

108 __inline Int16 sat(Int32 y)
117 return((Int16)y);
129 __inline Int16 sat(Int32 y)
142 return((Int16)y);
152 __inline Int16 sat(Int32 y)
164 return ((Int16)x);
192 *c = (Int16)a; \
200 *d = (Int16)b; \
235 Int16 * timeSig,
236 Int16 V[1280],
245 Int16 *pt_V1;
246 Int16 *pt_V2;
249 Int16 *pt_timeSig;
251 Int16 *pt_timeSig_2;
253 Int16 tmp1;
254 Int16 tmp2;
428 timeSig[2*i] = (Int16)((*(pt_out++) + 512) >> 10);
441 Int16 * timeSig,
442 Int16 V[1280],
452 Int16 *pt_V1;
453 Int16 *pt_V2;
455 Int16 *pt_timeSig;
457 Int16 *pt_timeSig_2;
459 Int16 tmp1;
460 Int16 tmp2;
626 timeSig[2*i] = (Int16)((*(pt_out++) + 512) >> 10);