Searched refs:ElsDecCtx (Results 1 – 3 of 3) sorted by relevance
36 typedef struct ElsDecCtx { struct41 } ElsDecCtx; argument55 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);
247 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()
104 ElsDecCtx els_ctx;