Lines Matching refs:Transform
19 // The 3-coeff sparse transform in SSE2 is not really faster than the plain-C
31 static void Transform(const int16_t* in, uint8_t* dst, int do_two) {
52 // Load and concatenate the transform coefficients (we'll do two transforms
53 // in parallel). In the case of only one transform, the second half of the
146 // Add inverse transform to 'dst' and store.
169 // Add the inverse transform(s).
223 // Add the inverse transform.
1184 VP8Transform = Transform;