Home
last modified time | relevance | path

Searched refs:SVQ3Frame (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsvq3.c75 typedef struct SVQ3Frame { struct
82 } SVQ3Frame; typedef
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; in svq3_mc_dir_part()
1318 static void free_picture(SVQ3Frame *pic) in free_picture()
1329 static int get_buffer(AVCodecContext *avctx, SVQ3Frame *pic) in get_buffer()
1406 FFSWAP(SVQ3Frame*, in svq3_decode_frame()
[all...]

Completed in 3 milliseconds