Lines Matching defs:SVQ3Frame
75 typedef struct SVQ3Frame {
82 } SVQ3Frame;
93 SVQ3Frame *cur_pic;
94 SVQ3Frame *next_pic;
95 SVQ3Frame *last_pic;
146 SVQ3Frame frames[3];
431 const SVQ3Frame *pic = (dir == 0) ? s->last_pic : s->next_pic;
1318 static void free_picture(SVQ3Frame *pic)
1329 static int get_buffer(AVCodecContext *avctx, SVQ3Frame *pic)
1406 FFSWAP(SVQ3Frame*, s->next_pic, s->last_pic);
1567 FFSWAP(SVQ3Frame*, s->cur_pic, s->next_pic);