RTCD: add FDCT functions

This commit continues the process of converting to the new RTCD
system.

Change-Id: I3f9c07db65eb206f6363d21bdb80e871570da767
This commit is contained in:
John Koleszar
2012-01-12 16:55:44 -08:00
parent 83a91e789c
commit 510e0ab467
17 changed files with 35 additions and 265 deletions

View File

@@ -19,7 +19,6 @@
#include "tokenize.h"
#include "vp8/common/onyxc_int.h"
#include "variance.h"
#include "dct.h"
#include "encodemb.h"
#include "quantize.h"
#include "vp8/common/entropy.h"
@@ -224,7 +223,6 @@ typedef struct
typedef struct VP8_ENCODER_RTCD
{
vp8_fdct_rtcd_vtable_t fdct;
vp8_encodemb_rtcd_vtable_t encodemb;
vp8_quantize_rtcd_vtable_t quantize;
vp8_search_rtcd_vtable_t search;