Removing unused int_mv32 union.
Change-Id: Ie692ed6e5fa1d2122e3a03573914d0fcce842f9e
This commit is contained in:
parent
facecd80da
commit
7363e668d5
@ -28,9 +28,4 @@ typedef struct {
|
||||
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_
|
||||
|
Loading…
x
Reference in New Issue
Block a user