comparison h264.h @ 12093:05f91a88f986 libavcodec

Factorize ff_generate_sliding_window_mmcos() out.
author michael
date Mon, 05 Jul 2010 12:42:19 +0000
parents fdafbcef52f5
children 900b6c2523dc
comparison
equal deleted inserted replaced
12092:de9e45d04063 12093:05f91a88f986
664 */ 664 */
665 int ff_h264_execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count); 665 int ff_h264_execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count);
666 666
667 int ff_h264_decode_ref_pic_marking(H264Context *h, GetBitContext *gb); 667 int ff_h264_decode_ref_pic_marking(H264Context *h, GetBitContext *gb);
668 668
669 void ff_generate_sliding_window_mmcos(H264Context *h);
670
669 671
670 /** 672 /**
671 * Check if the top & left blocks are available if needed & change the dc mode so it only uses the available blocks. 673 * Check if the top & left blocks are available if needed & change the dc mode so it only uses the available blocks.
672 */ 674 */
673 int ff_h264_check_intra4x4_pred_mode(H264Context *h); 675 int ff_h264_check_intra4x4_pred_mode(H264Context *h);