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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 103 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
104 extern VP8DecIdct2 VP8Transform;
dec.c 681 VP8DecIdct2 VP8Transform;
  /external/webp/src/dsp/
dsp.h 221 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
222 extern VP8DecIdct2 VP8Transform;
dec.c 657 VP8DecIdct2 VP8Transform;

Completed in 1085 milliseconds