Lines Matching defs:H261DecContext
52 typedef struct H261DecContext {
63 } H261DecContext;
85 H261DecContext *const h = avctx->priv_data;
108 static int h261_decode_gob_header(H261DecContext *h)
162 static int h261_resync(H261DecContext *h)
203 static int h261_decode_mb_skipped(H261DecContext *h, int mba1, int mba2)
273 static int h261_decode_block(H261DecContext *h, int16_t *block, int n, int coded)
365 static int h261_decode_mb(H261DecContext *h)
490 static int h261_decode_picture_header(H261DecContext *h)
554 static int h261_decode_gob(H261DecContext *h)
600 H261DecContext *const h = avctx->priv_data;
676 H261DecContext *const h = avctx->priv_data;
688 .priv_data_size = sizeof(H261DecContext),