OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALPHDecoder
(Results
1 - 6
of
6
) sorted by null
/external/webp/src/dec/
alphai_dec.h
26
typedef struct
ALPHDecoder
ALPHDecoder
;
27
struct
ALPHDecoder
{
vp8li_dec.h
96
struct
ALPHDecoder
; // Defined in dec/alphai.h.
102
int VP8LDecodeAlphaHeader(struct
ALPHDecoder
* const alph_dec,
109
int VP8LDecodeAlphaImageStream(struct
ALPHDecoder
* const alph_dec,
alpha_dec.c
24
//
ALPHDecoder
object.
27
static
ALPHDecoder
* ALPHNew(void) {
28
ALPHDecoder
* const dec = (
ALPHDecoder
*)WebPSafeCalloc(1ULL, sizeof(*dec));
33
static void ALPHDelete(
ALPHDecoder
* const dec) {
48
static int ALPHInit(
ALPHDecoder
* const dec, const uint8_t* data,
111
ALPHDecoder
* const alph_dec = dec->alph_dec_;
vp8i_dec.h
257
struct
ALPHDecoder
* alph_dec_; // alpha-plane decoder object
vp8l_dec.c
844
static void AlphaApplyFilter(
ALPHDecoder
* const alph_dec,
863
ALPHDecoder
* const alph_dec = (
ALPHDecoder
*)dec->io_->opaque;
[
all
...]
idec_dec.c
141
ALPHDecoder
* const alph_dec = dec->alph_dec_;
Completed in 70 milliseconds