00001 /*! 00002 *************************************************************************** 00003 * \file 00004 * wp_mciter.h 00005 * 00006 * \author 00007 * Alexis Michael Tourapis 00008 * 00009 * \date 00010 * 22. February 2008 00011 * 00012 * \brief 00013 * Headerfile for weighted prediction support 00014 ************************************************************************** 00015 */ 00016 00017 #ifndef _WP_MCITERM_H_ 00018 #define _WP_MCITERM_H_ 00019 00020 00021 extern void EstimateWPBSliceAlg2(Slice *currSlice); 00022 extern void EstimateWPPSliceAlg2(Slice *currSlice, int offset); 00023 extern int TestWPPSliceAlg2 (ImageParameters *p_Img, InputParameters *p_Inp, int offset); 00024 extern int TestWPBSliceAlg2 (ImageParameters *p_Im, InputParameters *p_Inp, int method); 00025 00026 extern void compute_offset (ImageParameters *p_Img); 00027 00028 #endif 00029