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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 112 typedef void (*VP8PredFunc)(uint8_t* dst);
113 extern const VP8PredFunc VP8PredLuma16[/* NUM_B_DC_MODES */];
114 extern const VP8PredFunc VP8PredChroma8[/* NUM_B_DC_MODES */];
115 extern const VP8PredFunc VP8PredLuma4[/* NUM_BMODES */];
dec.c 477 const VP8PredFunc VP8PredLuma4[NUM_BMODES] = {
481 const VP8PredFunc VP8PredLuma16[NUM_B_DC_MODES] = {
486 const VP8PredFunc VP8PredChroma8[NUM_B_DC_MODES] = {
  /external/webp/src/dsp/
dsp.h 231 typedef void (*VP8PredFunc)(uint8_t* dst);
232 extern VP8PredFunc VP8PredLuma16[/* NUM_B_DC_MODES */];
233 extern VP8PredFunc VP8PredChroma8[/* NUM_B_DC_MODES */];
234 extern VP8PredFunc VP8PredLuma4[/* NUM_BMODES */];
dec.c 236 VP8PredFunc VP8PredLuma16[NUM_B_DC_MODES];
401 VP8PredFunc VP8PredLuma4[NUM_BMODES];
460 VP8PredFunc VP8PredChroma8[NUM_B_DC_MODES];

Completed in 1702 milliseconds