Lines Matching defs:H261EncContext
43 typedef struct H261EncContext {
49 } H261EncContext;
66 H261EncContext *const h = (H261EncContext *)s;
104 H261EncContext *const h = (H261EncContext *)s;
179 static void h261_encode_block(H261EncContext *h, int16_t *block, int n)
252 H261EncContext *const h = (H261EncContext *)s;
387 H261EncContext *const h = (H261EncContext*)s;
409 .priv_data_size = sizeof(H261EncContext),