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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 60 typedef void (*VP8WHT)(const int16_t* in, int16_t* out);
63 extern VP8WHT VP8ITransformWHT;
64 extern VP8WHT VP8FTransformWHT;
108 extern VP8WHT VP8TransformWHT;
  /external/webp/src/dsp/
dsp.h 136 typedef void (*VP8WHT)(const int16_t* in, int16_t* out);
140 extern VP8WHT VP8FTransformWHT;
227 extern VP8WHT VP8TransformWHT;

Completed in 43 milliseconds