Lines Matching defs:AVSContext
165 typedef struct AVSContext {
245 } AVSContext;
266 void ff_cavs_filter(AVSContext *h, enum cavs_mb mb_type);
267 void ff_cavs_load_intra_pred_luma(AVSContext *h, uint8_t *top, uint8_t **left,
269 void ff_cavs_load_intra_pred_chroma(AVSContext *h);
270 void ff_cavs_modify_mb_i(AVSContext *h, int *pred_mode_uv);
271 void ff_cavs_inter(AVSContext *h, enum cavs_mb mb_type);
272 void ff_cavs_mv(AVSContext *h, enum cavs_mv_loc nP, enum cavs_mv_loc nC,
274 void ff_cavs_init_mb(AVSContext *h);
275 int ff_cavs_next_mb(AVSContext *h);
276 int ff_cavs_init_pic(AVSContext *h);
277 int ff_cavs_init_top_lines(AVSContext *h);