RTCD: add FDCT functions
This commit continues the process of converting to the new RTCD system. Change-Id: I3f9c07db65eb206f6363d21bdb80e871570da767
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user