Searched refs:w2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp40 int w1, w2, w3, w4; local
57 w2 = width << 1; /* Offset to two rows in pixels */
58 w3 = w1 + w2; /* Offset to three rows in pixels */
59 w4 = w2 << 1; /* Offset to four rows in pixels */
133 v[1] = (int)(*(ptr_c - w2));
143 + (*(ptr_c + w2))
187 a3_0 += ((*(ptr - w2) - *(ptr + w1)) << 1) + (a3_0 << 2);
192 a3_1 = *(ptr - w2) - *(ptr - w3);
195 a3_2 = *(ptr + w2) - *(ptr + w1);
/frameworks/rs/driver/runtime/
H A Drs_sample.c191 float w0, float w1, float w2, float w3) {
196 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3;
204 float w0, float w1, float w2, float w3) {
209 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3;
217 float w0, float w1, float w2, float w3) {
222 float2 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3;
230 float w0, float w1, float w2, float w3) {
235 float4 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3;
243 float w0, float w1, float w2, float w3) {
248 float4 r = p0 * w0 + p1 * w1 + p2 * w2
189 getSample_A(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument
202 getSample_L(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument
215 getSample_LA(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument
228 getSample_RGB(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument
241 getSample_RGBA(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument
253 getSample_565(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument
319 getBilinearSample2D(const Allocation_t *alloc, float w0, float w1, float w2, float w3, int lx, int ly, int nx, int ny, rs_data_kind dk, rs_data_type dt, uint32_t lod) argument
502 float w2 = oneMinusFracU * fracV; local
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java524 final int w2 = (int) (w / mView.SCALE / 2);
528 mView.layout(cx - w2, cy - h2, cx + w2, cy + h2);
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp769 int32_t w2 = v2->window.w; local
770 int wscale = 32 - gglClz(w0|w1|w2);
773 int sc = lerp.iteratorsScale(itw, w0, w1, w2);
815 s2 = gglMulx(s2, w2, wscale);
816 t2 = gglMulx(t2, w2, wscale);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp51 const float w2 = (1.0f - 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 1016 milliseconds