From: Ronald S. Bultje Date: Sat, 13 Apr 2013 17:06:58 +0000 (-0700) Subject: Removed unused structs in vp9_onyx_int.h. X-Git-Tag: v1.3.0~1106^2~257^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa53ae05910dae16826a1e671e041dcd7aab15ed;p=libvpx Removed unused structs in vp9_onyx_int.h. Change-Id: I1f2dbf04a0140a7cc2060b0a9efb4ed8e5270d3d --- diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h index 15daa7e83..130bc85f3 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,