HomeSort by relevance Sort by last modified time
    Searched refs:VP8WHT (Results 1 - 4 of 4) 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;
enc.c 677 VP8WHT VP8ITransformWHT;
678 VP8WHT VP8FTransformWHT;
  /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;
enc.c 713 VP8WHT VP8FTransformWHT;

Completed in 41 milliseconds