shithub: libvpx

Download patch

ref: 04956a6113e00c86893b89dc74e9b293853de6c6
parent: 4ee671a15c9674456cf447168beb0462278ee14b
parent: aa53ae05910dae16826a1e671e041dcd7aab15ed
author: Ronald S. Bultje <rbultje@google.com>
date: Mon Apr 15 06:27:10 EDT 2013

Merge "Removed unused structs in vp9_onyx_int.h." into experimental

--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -277,26 +277,6 @@
   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,
--