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 292 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst);
296 extern VP8DecIdct VP8TransformAC3;
297 extern VP8DecIdct VP8TransformUV;
298 extern VP8DecIdct VP8TransformDC;
299 extern VP8DecIdct VP8TransformDCUV;
dec.c 676 VP8DecIdct VP8TransformAC3;
677 VP8DecIdct VP8TransformUV;
678 VP8DecIdct VP8TransformDC;
679 VP8DecIdct VP8TransformDCUV;

Completed in 40 milliseconds