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

  /external/chromium_org/third_party/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 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;

Completed in 2071 milliseconds