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

  /external/libyuv/files/unit_test/
rotate_test.cc 705 int uvw = (yw + 1) >> 1; local
711 int uv_plane_size = (uvw + b * 2) * (uvh + b * 2);
748 for (j = b; j < (uvw + b); ++j) {
749 orig_u[i * (uvw + b * 2) + j] = random() & 0xff;
750 orig_v[i * (uvw + b * 2) + j] = random() & 0xff;
755 int uv_off_0 = b * (uvw + b * 2) + b;
760 int uv_st_0 = uvw + b * 2;
828 int uvw = (yw + 1) >> 1; local
834 int uv_plane_size = (uvw + b * 2) * (uvh + b * 2);
871 for (j = b; j < (uvw + b); ++j)
951 int uvw = (yw + 1) >> 1; local
1058 int uvw = (yw + 1) >> 1; local
1166 int uvw = (yw + 1) >> 1; local
1271 int uvw = (yw + 1) >> 1; local
1428 int uvw = (yw + 1) >> 1; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 417 b1 |= uvwxy >> 2; // uvw
577 UInt uvw = (srcval >> 18) & 0x7; local
582 UInt byte1 = 0xf0 | uvw;
754 UInt uvw = byte1 & 0x7; local
756 UInt uvwxy = (uvw << 2) | xy;
    [all...]

Completed in 45 milliseconds