Home | History | Annotate | Download | only in src

Lines Matching refs:int32

37     int32 vec[],        input vector of length 6
38 int32 *history input for overlap and add, vector updated with
84 #define Qfmt29(a) (int32)(a*((int32)1<<QFORMAT) + (a>=0?0.5F:-0.5F))
99 const int32 cosTerms_1_ov_cos_phi_N6[6] =
122 void pvmp3_mdct_6(int32 vec[], int32 *history)
124 int32 i;
125 int32 tmp;
126 int32 tmp1;
127 int32 tmp2;
129 int32 *pt_vec = vec;
130 int32 *pt_vec_o = vec;
131 const int32 *pt_cos = cosTerms_1_ov_cos_phi_N6;