Searched refs:VP56mb (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp56.c | 152 static VP56mb vp56_parse_mb_type(VP56Context *s, in vp56_parse_mb_type() 153 VP56mb prev_type, int ctx) in vp56_parse_mb_type() 205 static VP56mb vp56_decode_mv(VP56Context *s, int row, int col) in vp56_decode_mv() 262 static VP56mb vp56_conceal_mv(VP56Context *s, int row, int col) in vp56_conceal_mv() 427 static av_always_inline void vp56_render_mb(VP56Context *s, int row, int col, int is_alpha, VP56mb … in vp56_render_mb() 492 VP56mb mb_type; in vp56_decode_mb() 511 VP56mb mb_type; in vp56_conceal_mb()
|
D | vp56.h | 61 } VP56mb; typedef 161 VP56mb mb_type;
|