Searched refs:put_mb_modes (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg12enc.c | 616 static inline void put_mb_modes(MpegEncContext *s, int n, int bits, in put_mb_modes() function 833 put_mb_modes(s, 2, 1, 0, 0); in mpeg1_encode_mb_internal() 837 put_mb_modes(s, 1, 1, 0, 0); in mpeg1_encode_mb_internal() 844 put_mb_modes(s, 6, 0x01, 0, 0); in mpeg1_encode_mb_internal() 847 put_mb_modes(s, 5, 0x03, 0, 0); in mpeg1_encode_mb_internal() 859 put_mb_modes(s, 5, 1, 0, 0); in mpeg1_encode_mb_internal() 863 put_mb_modes(s, 2, 1, 0, 0); in mpeg1_encode_mb_internal() 868 put_mb_modes(s, 5, 2, 1, 0); /* motion + cbp */ in mpeg1_encode_mb_internal() 871 put_mb_modes(s, 1, 1, 1, 0); /* motion + cbp */ in mpeg1_encode_mb_internal() 907 put_mb_modes( in mpeg1_encode_mb_internal() [all...] |
Completed in 2 milliseconds