HomeSort by relevance Sort by last modified time
    Searched defs:VP8PredFunc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 145 typedef void (*VP8PredFunc)(uint8_t* dst);
146 extern const VP8PredFunc VP8PredLuma16[/* NUM_B_DC_MODES */];
147 extern const VP8PredFunc VP8PredChroma8[/* NUM_B_DC_MODES */];
148 extern const VP8PredFunc VP8PredLuma4[/* NUM_BMODES */];
  /external/webp/src/dsp/
dsp.h 145 typedef void (*VP8PredFunc)(uint8_t* dst);
146 extern const VP8PredFunc VP8PredLuma16[/* NUM_B_DC_MODES */];
147 extern const VP8PredFunc VP8PredChroma8[/* NUM_B_DC_MODES */];
148 extern const VP8PredFunc VP8PredLuma4[/* NUM_BMODES */];

Completed in 76 milliseconds