ElsDecCtx         247 libavcodec/elsdec.c void ff_els_decoder_init(ElsDecCtx *ctx, const uint8_t *in, size_t data_size)
ElsDecCtx         277 libavcodec/elsdec.c static int els_import_byte(ElsDecCtx *ctx)
ElsDecCtx         291 libavcodec/elsdec.c int ff_els_decode_bit(ElsDecCtx *ctx, uint8_t *rung)
ElsDecCtx         350 libavcodec/elsdec.c unsigned ff_els_decode_unsigned(ElsDecCtx *ctx, ElsUnsignedRung *ur)
ElsDecCtx          55 libavcodec/elsdec.h void ff_els_decoder_init(ElsDecCtx *ctx, const uint8_t *in, size_t data_size);
ElsDecCtx          57 libavcodec/elsdec.h int  ff_els_decode_bit(ElsDecCtx *ctx, unsigned char *rung);
ElsDecCtx          58 libavcodec/elsdec.h unsigned ff_els_decode_unsigned(ElsDecCtx *ctx, ElsUnsignedRung *ur);
ElsDecCtx         102 libavcodec/g2meet.c     ElsDecCtx        els_ctx;