wp_lms.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ***************************************************************************
- * file
- * wp_lms.h
- *
- * author
- * Alexis Michael Tourapis
- *
- * date
- * 22. February 2008
- *
- * brief
- * Headerfile for weighted prediction support using LMS
- **************************************************************************
- */
- #ifndef _WP_LMS_H_
- #define _WP_LMS_H_
- void EstimateWPPSliceAlg1(ImageParameters *img, InputParameters *params, int offset);
- void EstimateWPBSliceAlg1(ImageParameters *img, InputParameters *params);
- int TestWPPSliceAlg1 (ImageParameters *img, InputParameters *input, int offset);
- int TestWPBSliceAlg1 (ImageParameters *img, InputParameters *input, int method);
- #endif