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

  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 103 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
104 extern VP8DecIdct2 VP8Transform;
  /external/webp/src/dsp/
dsp.h 103 typedef void (*VP8DecIdct2)(const int16_t* coeffs, uint8_t* dst, int do_two);
104 extern VP8DecIdct2 VP8Transform;

Completed in 22 milliseconds