Remove unused declaration.

Change-Id: I8ab19654df63e7ef8aad00e97d1428c7b53ee33f
This commit is contained in:
Vincent Rabaud 2016-09-13 16:25:46 +02:00
parent 6cc48b1728
commit dd538b192d

View File

@ -154,11 +154,6 @@ typedef struct { // small struct to hold counters
int streaks[2][2]; // [zero/non-zero][streak<3 / streak>=3]
} VP8LStreaks;
typedef VP8LStreaks (*VP8LCostCombinedCountFunc)(const uint32_t* X,
const uint32_t* Y, int length);
extern VP8LCostCombinedCountFunc VP8LHuffmanCostCombinedCount;
typedef struct { // small struct to hold bit entropy results
double entropy; // entropy
uint32_t sum; // sum of the population