Searched refs:w3 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp40 int w1, w2, w3, w4; local
58 w3 = w1 + w2; /* Offset to three rows in pixels */
130 ptr_c = ptr - w3; /* Points to pixel three rows above */
132 v[0] = (int)(*(ptr_c - w3));
144 + (*(ptr_c + w3)); /* Current pixel */
192 a3_1 = *(ptr - w2) - *(ptr - w3);
196 a3_2 += ((*(ptr) - *(ptr + w3)) << 1) + (a3_2 << 2);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp52 const float w3 = x * y; local
54 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6];
55 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7];

Completed in 1046 milliseconds