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

  /external/webp/src/dsp/
dsp.h 99 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst);
103 extern VP8DecIdct VP8TransformUV;
104 extern VP8DecIdct VP8TransformDC;
105 extern VP8DecIdct VP8TransformDCUV;
dec.c 680 VP8DecIdct VP8TransformUV;
681 VP8DecIdct VP8TransformDC;
682 VP8DecIdct VP8TransformDCUV;

Completed in 134 milliseconds