Home | History | Annotate | Download | only in src

Lines Matching refs:Int32

38     Int32  vec[]             vector of 6  32-bit integers
40 Int32 vec[] dct computation in-place
82 #define Qfmt30(a) (Int32)(a*((Int32)1<<30) + (a>=0?0.5F:-0.5F))
114 void pvmp3_dct_6(int32 vec[])
117 Int32 tmp0;
118 Int32 tmp1;
119 Int32 tmp2;
120 Int32 tmp3;
121 Int32 tmp4;
122 Int32 tmp5;