OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LDecoder
(Results
1 - 5
of
5
) sorted by null
/external/webp/src/dec/
alphai_dec.h
24
struct
VP8LDecoder
; // Defined in dec/vp8li.h.
33
struct
VP8LDecoder
* vp8l_dec_;
36
// pixel, sometimes
VP8LDecoder
may need to allocate
vp8li_dec.h
57
typedef struct
VP8LDecoder
VP8LDecoder
;
58
struct
VP8LDecoder
{
113
VP8LDecoder
* VP8LNew(void);
116
int VP8LDecodeHeader(
VP8LDecoder
* const dec, VP8Io* const io);
120
int VP8LDecodeImage(
VP8LDecoder
* const dec);
124
void VP8LClear(
VP8LDecoder
* const dec);
127
void VP8LDelete(
VP8LDecoder
* const dec);
vp8l_dec.c
106
VP8LDecoder
* const dec,
249
VP8LDecoder
* const dec, const int* const code_length_code_lengths,
309
static int ReadHuffmanCode(int alphabet_size,
VP8LDecoder
* const dec,
358
static int ReadHuffmanCodes(
VP8LDecoder
* const dec, int xsize, int ysize,
538
static int AllocateAndInitRescaler(
VP8LDecoder
* const dec, VP8Io* const io) {
593
static int EmitRescaledRowsRGBA(const
VP8LDecoder
* const dec,
663
static int ExportYUVA(const
VP8LDecoder
* const dec, int y_pos) {
678
static int EmitRescaledRowsYUVA(const
VP8LDecoder
* const dec,
697
static int EmitRowsYUVA(const
VP8LDecoder
* const dec,
758
typedef void (*ProcessRowsFunc)(
VP8LDecoder
* const dec, int row)
[
all
...]
idec_dec.c
69
void* dec_; // either a VP8Decoder or a
VP8LDecoder
instance
145
VP8LDecoder
* const alph_vp8l_dec = alph_dec->vp8l_dec_;
156
VP8LDecoder
* const dec = (
VP8LDecoder
*)idec->dec_;
332
VP8LDecoder
* const dec = VP8LNew();
517
VP8LDecoder
* const dec = (
VP8LDecoder
*)idec->dec_;
548
VP8LDecoder
* const dec = (
VP8LDecoder
*)idec->dec_;
676
VP8LDelete((
VP8LDecoder
*)idec->dec_)
[
all
...]
webp_dec.c
494
VP8LDecoder
* const dec = VP8LNew();
Completed in 58 milliseconds