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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 69 typedef void (*VP8Intra4Preds)(uint8_t *dst, const uint8_t* top);
70 extern VP8Intra4Preds VP8EncPredLuma4;
  /external/webp/src/dsp/
dsp.h 145 typedef void (*VP8Intra4Preds)(uint8_t *dst, const uint8_t* top);
146 extern VP8Intra4Preds VP8EncPredLuma4;

Completed in 127 milliseconds