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

  /external/chromium_org/third_party/libwebp/dec/
alphai.h 24 struct VP8LDecoder; // Defined in dec/vp8li.h.
33 struct VP8LDecoder* vp8l_dec_;
36 // pixel, sometimes VP8LDecoder may need to allocate
vp8li.h 55 typedef struct VP8LDecoder VP8LDecoder;
56 struct VP8LDecoder {
110 VP8LDecoder* VP8LNew(void);
113 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
117 int VP8LDecodeImage(VP8LDecoder* const dec);
121 void VP8LClear(VP8LDecoder* const dec);
124 void VP8LDelete(VP8LDecoder* const dec);
vp8l.c 77 VP8LDecoder* const dec,
182 VP8LDecoder* const dec, const int* const code_length_code_lengths,
242 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec,
293 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
385 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) {
438 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec,
541 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) {
556 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec,
572 static int EmitRowsYUVA(const VP8LDecoder* const dec,
633 typedef void (*ProcessRowsFunc)(VP8LDecoder* const dec, int row)
    [all...]
idec.c 69 void* dec_; // either a VP8Decoder or a VP8LDecoder instance
140 VP8LDecoder* const alph_vp8l_dec = alph_dec->vp8l_dec_;
152 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
326 VP8LDecoder* const dec = VP8LNew();
496 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
521 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
625 VP8LDelete((VP8LDecoder*)idec->dec_)
    [all...]
webp.c 489 VP8LDecoder* const dec = VP8LNew();
  /external/webp/src/dec/
alphai.h 24 struct VP8LDecoder; // Defined in dec/vp8li.h.
33 struct VP8LDecoder* vp8l_dec_;
36 // pixel, sometimes VP8LDecoder may need to allocate
vp8li.h 55 typedef struct VP8LDecoder VP8LDecoder;
56 struct VP8LDecoder {
110 VP8LDecoder* VP8LNew(void);
113 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
117 int VP8LDecodeImage(VP8LDecoder* const dec);
121 void VP8LClear(VP8LDecoder* const dec);
124 void VP8LDelete(VP8LDecoder* const dec);
vp8l.c 77 VP8LDecoder* const dec,
182 VP8LDecoder* const dec, const int* const code_length_code_lengths,
242 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec,
293 static int ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize,
385 static int AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) {
438 static int EmitRescaledRowsRGBA(const VP8LDecoder* const dec,
541 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) {
556 static int EmitRescaledRowsYUVA(const VP8LDecoder* const dec,
572 static int EmitRowsYUVA(const VP8LDecoder* const dec,
633 typedef void (*ProcessRowsFunc)(VP8LDecoder* const dec, int row)
    [all...]
idec.c 69 void* dec_; // either a VP8Decoder or a VP8LDecoder instance
140 VP8LDecoder* const alph_vp8l_dec = alph_dec->vp8l_dec_;
152 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
326 VP8LDecoder* const dec = VP8LNew();
496 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
521 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_;
625 VP8LDelete((VP8LDecoder*)idec->dec_)
    [all...]
webp.c 501 VP8LDecoder* const dec = VP8LNew();

Completed in 6879 milliseconds