Searched defs:decode_mb (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | error_resilience.h | 86 void (*decode_mb)(void *opaque, int ref, int mv_dir, int mv_type, member
|
H A D | mdec.c | 133 static inline int decode_mb(MDECContext *a, int16_t block[6][64]) in decode_mb() function
|
H A D | eamad.c | 211 static int decode_mb(MadContext *s, AVFrame *frame, int inter) in decode_mb() function
|
H A D | asvdec.c | 176 static inline int decode_mb(ASV1Context *a, int16_t block[6][64]) in decode_mb() function
|
H A D | clearvideo.c | 178 static int decode_mb(CLVContext *c, int x, int y) in decode_mb() function
|
H A D | mpegvideo.h | 468 int (*decode_mb)(struct MpegEncContext *s, int16_t block[12][64]); // used by some codecs to avoid a switch() member
|
Completed in 6 milliseconds