Searched refs:H261Context (Results 1 – 4 of 4) sorted by relevance
56 H261Context *h = (H261Context *)s; in ff_h261_encode_picture_header()94 H261Context *h = (H261Context *)s; in h261_encode_gob_header()136 static void h261_encode_motion(H261Context *h, int val) in h261_encode_motion()170 static void h261_encode_block(H261Context *h, int16_t *block, int n) in h261_encode_block()241 H261Context *h = (H261Context *)s; in ff_h261_encode_mb()400 .priv_data_size = sizeof(H261Context),
71 H261Context *h = avctx->priv_data; in h261_decode_init()92 static int h261_decode_gob_header(H261Context *h) in h261_decode_gob_header()146 static int h261_resync(H261Context *h) in h261_resync()187 static int h261_decode_mb_skipped(H261Context *h, int mba1, int mba2) in h261_decode_mb_skipped()257 static int h261_decode_block(H261Context *h, int16_t *block, int n, int coded) in h261_decode_block()349 static int h261_decode_mb(H261Context *h) in h261_decode_mb()473 static int h261_decode_picture_header(H261Context *h) in h261_decode_picture_header()537 static int h261_decode_gob(H261Context *h) in h261_decode_gob()585 H261Context *h = avctx->priv_data; in h261_decode_frame()664 H261Context *h = avctx->priv_data; in h261_decode_end()[all …]
37 typedef struct H261Context { struct47 } H261Context; argument
63 H261Context *h = (H261Context *)s; in ff_h261_loop_filter()