commit | 73ff56b68e328c2368cb3d71a10e10d27016c0f7 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Thu Jul 18 18:27:49 2013 -0700 |
committer | Gerrit Code Review <gerrit@gerrit.golo.chromium.org> | Thu Jul 18 18:27:49 2013 -0700 |
tree | 01e873e79b51f6900b567a34a9beb1e9e5c83a08 | |
parent | b829a9d63cb15ce9cbe8305e92587761a530abda [diff] | |
parent | e4686c589efa521f6f5f029151765287e28f207b [diff] |
Merge "Fix slightly quality drop caused at speed 1."
diff --git a/vp9/common/vp9_mv.h b/vp9/common/vp9_mv.h index b4dc355..a095258 100644 --- a/vp9/common/vp9_mv.h +++ b/vp9/common/vp9_mv.h
@@ -28,9 +28,4 @@ int32_t col; } MV32; -typedef union int_mv32 { - uint64_t as_int; - MV32 as_mv; -} int_mv32; /* facilitates faster equality tests and copies */ - #endif // VP9_COMMON_VP9_MV_H_