HomeSort by relevance Sort by last modified time
    Searched refs:uv0 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
upsampling.c 49 const uint32_t uv0 = (3 * tl_uv + l_uv + 0x00020002u) >> 2; \
50 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
53 const uint32_t uv0 = (3 * l_uv + tl_uv + 0x00020002u) >> 2; \
54 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \
64 const uint32_t uv0 = (diag_12 + tl_uv) >> 1; \
66 FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
72 const uint32_t uv0 = (diag_03 + l_uv) >> 1;
    [all...]
  /external/webp/src/dsp/
upsampling.c 49 const uint32_t uv0 = (3 * tl_uv + l_uv + 0x00020002u) >> 2; \
50 FUNC(top_y[0], uv0 & 0xff, (uv0 >> 16), top_dst); \
53 const uint32_t uv0 = (3 * l_uv + tl_uv + 0x00020002u) >> 2; \
54 FUNC(bottom_y[0], uv0 & 0xff, (uv0 >> 16), bottom_dst); \
64 const uint32_t uv0 = (diag_12 + tl_uv) >> 1; \
66 FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \
72 const uint32_t uv0 = (diag_03 + l_uv) >> 1;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 114 final float[] uv0 = { u, v2 }; local
120 final float[][] uvs = { uv0, uv1, uv2, uv3 };
  /external/chromium_org/cc/output/
gl_renderer.cc 89 gfx::PointF uv0 = quad->uv_top_left; local
91 Float4 xform = { { uv0.x(), uv0.y(), uv1.x() - uv0.x(), uv1.y() - uv0.y() } };
    [all...]

Completed in 93 milliseconds