dsp: initialize VP8PredChroma8 in VP8DspInit()

the table becomes non-const to allow for platform-specific optimizations

Change-Id: I32d2b51480020dc653ecfafd20b6b0f096af349f
This commit is contained in:
James Zern
2014-11-24 21:03:33 -08:00
parent e0c809ad23
commit e18571393d
2 changed files with 10 additions and 5 deletions

View File

@ -176,7 +176,7 @@ extern VP8WHT VP8TransformWHT;
// assumed accessible when needed.
typedef void (*VP8PredFunc)(uint8_t* dst);
extern const VP8PredFunc VP8PredLuma16[/* NUM_B_DC_MODES */];
extern const VP8PredFunc VP8PredChroma8[/* NUM_B_DC_MODES */];
extern VP8PredFunc VP8PredChroma8[/* NUM_B_DC_MODES */];
extern VP8PredFunc VP8PredLuma4[/* NUM_BMODES */];
// clipping tables (for filtering)