Lines Matching refs:W4
38 #undef W4
53 #define W4 16383 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
71 #define W4 16384 // 65535 macro
94 #define W4 32767 macro
159 a0 = ((SUINT)W4 * row[0]) + (1 << (ROW_SHIFT + extra_shift - 1));
183 a0 += (SUINT) W4*row[4] + (SUINT)W6*row[6];
184 a1 += (SUINT)- W4*row[4] - (SUINT)W2*row[6];
185 a2 += (SUINT)- W4*row[4] + (SUINT)W2*row[6];
186 a3 += (SUINT) W4*row[4] - (SUINT)W6*row[6];
212 a0 = (SUINT)W4 * (col[8*0] + ((1<<(COL_SHIFT-1))/W4)); \
233 a0 += (SUINT) W4*col[8*4]; \
234 a1 += (SUINT)-W4*col[8*4]; \
235 a2 += (SUINT)-W4*col[8*4]; \
236 a3 += (SUINT) W4*col[8*4]; \