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

  /external/webp/src/dsp/
dsp.h 161 // VP8Idct: Does one of two inverse transforms. If do_two is set, the transforms
163 typedef void (*VP8Idct)(const uint8_t* ref, const int16_t* in, uint8_t* dst,
167 extern VP8Idct VP8ITransform;
enc.c 833 VP8Idct VP8ITransform;

Completed in 1057 milliseconds