Home
last modified time | relevance | path

Searched refs:ElsDecCtx (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Delsdec.h36 typedef struct ElsDecCtx { struct
41 } ElsDecCtx; argument
55 void ff_els_decoder_init(ElsDecCtx *ctx, const uint8_t *in, size_t data_size);
57 int ff_els_decode_bit(ElsDecCtx *ctx, unsigned char *rung);
58 unsigned ff_els_decode_unsigned(ElsDecCtx *ctx, ElsUnsignedRung *ur);
Delsdec.c247 void ff_els_decoder_init(ElsDecCtx *ctx, const uint8_t *in, size_t data_size) in ff_els_decoder_init()
277 static int els_import_byte(ElsDecCtx *ctx) in els_import_byte()
291 int ff_els_decode_bit(ElsDecCtx *ctx, uint8_t *rung) in ff_els_decode_bit()
350 unsigned ff_els_decode_unsigned(ElsDecCtx *ctx, ElsUnsignedRung *ur) in ff_els_decode_unsigned()
Dg2meet.c104 ElsDecCtx els_ctx;