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

  /external/webp/src/dec/
vp8i.h 309 typedef void (*VP8Idct)(const int16_t* coeffs, uint8_t* dst);
313 extern VP8Idct VP8TransformUV;
314 extern VP8Idct VP8TransformDC;
315 extern VP8Idct VP8TransformDCUV;
dsp.c 138 VP8Idct VP8TransformUV = TransformUV;
139 VP8Idct VP8TransformDC = TransformDC;
140 VP8Idct VP8TransformDCUV = TransformDCUV;
  /external/webp/src/enc/
vp8enci.h 455 // VP8Idct: Does one of two inverse transforms. If do_two is set, the transforms
457 typedef void (*VP8Idct)(const uint8_t* ref, const int16_t* in, uint8_t* dst,
461 extern VP8Idct VP8ITransform;
dsp.c 712 VP8Idct VP8ITransform;

Completed in 44 milliseconds