From aa53ae05910dae16826a1e671e041dcd7aab15ed Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" <rbultje@google.com> Date: Sat, 13 Apr 2013 10:06:58 -0700 Subject: [PATCH] Removed unused structs in vp9_onyx_int.h. Change-Id: I1f2dbf04a0140a7cc2060b0a9efb4ed8e5270d3d --- vp9/encoder/vp9_onyx_int.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h index 15daa7e839..130bc85f30 100644 --- a/vp9/encoder/vp9_onyx_int.h +++ b/vp9/encoder/vp9_onyx_int.h @@ -273,26 +273,6 @@ typedef struct { int static_segmentation; } SPEED_FEATURES; -typedef struct { - MACROBLOCK mb; - int totalrate; -} MB_ROW_COMP; - -typedef struct { - TOKENEXTRA *start; - TOKENEXTRA *stop; -} TOKENLIST; - -typedef struct { - int ithread; - void *ptr1; - void *ptr2; -} ENCODETHREAD_DATA; -typedef struct { - int ithread; - void *ptr1; -} LPFTHREAD_DATA; - enum BlockSize { BLOCK_16X8 = PARTITIONING_16X8, BLOCK_8X16 = PARTITIONING_8X16, -- GitLab