]> granicus.if.org Git - libvpx/commitdiff
Removed unused structs in vp9_onyx_int.h.
authorRonald S. Bultje <rbultje@google.com>
Sat, 13 Apr 2013 17:06:58 +0000 (10:06 -0700)
committerRonald S. Bultje <rbultje@google.com>
Mon, 15 Apr 2013 16:58:27 +0000 (09:58 -0700)
Change-Id: I1f2dbf04a0140a7cc2060b0a9efb4ed8e5270d3d

vp9/encoder/vp9_onyx_int.h

index 15daa7e8394c5be9bd96a88465741ee340234bb0..130bc85f30e1e77bf16286806d2e5b594e764415 100644 (file)
@@ -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,