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 333 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst);
337 extern VP8DecIdct VP8TransformAC3;
338 extern VP8DecIdct VP8TransformUV;
339 extern VP8DecIdct VP8TransformDC;
340 extern VP8DecIdct VP8TransformDCUV;
dec.c 716 VP8DecIdct VP8TransformAC3;
717 VP8DecIdct VP8TransformUV;
718 VP8DecIdct VP8TransformDC;
719 VP8DecIdct VP8TransformDCUV;

Completed in 284 milliseconds