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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 101 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst);
105 extern VP8DecIdct VP8TransformUV;
106 extern VP8DecIdct VP8TransformDC;
107 extern VP8DecIdct VP8TransformDCUV;
dec.c 682 VP8DecIdct VP8TransformUV;
683 VP8DecIdct VP8TransformDC;
684 VP8DecIdct VP8TransformDCUV;
  /external/webp/src/dsp/
dsp.h 219 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst);
223 extern VP8DecIdct VP8TransformAC3;
224 extern VP8DecIdct VP8TransformUV;
225 extern VP8DecIdct VP8TransformDC;
226 extern VP8DecIdct VP8TransformDCUV;
dec.c 658 VP8DecIdct VP8TransformAC3;
659 VP8DecIdct VP8TransformUV;
660 VP8DecIdct VP8TransformDC;
661 VP8DecIdct VP8TransformDCUV;

Completed in 53 milliseconds