wp_lms.h
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:

Audio

开发平台:

Visual C++

  1. /*!
  2.  ***************************************************************************
  3.  * file
  4.  *    wp_lms.h
  5.  *
  6.  * author
  7.  *    Alexis Michael Tourapis
  8.  *
  9.  * date
  10.  *    22. February 2008
  11.  *
  12.  * brief
  13.  *    Headerfile for weighted prediction support using LMS
  14.  **************************************************************************
  15.  */
  16. #ifndef _WP_LMS_H_
  17. #define _WP_LMS_H_
  18. void EstimateWPPSliceAlg1(ImageParameters *img, InputParameters *params, int offset);
  19. void EstimateWPBSliceAlg1(ImageParameters *img, InputParameters *params);
  20. int  TestWPPSliceAlg1    (ImageParameters *img, InputParameters *input, int offset);
  21. int  TestWPBSliceAlg1    (ImageParameters *img, InputParameters *input, int method);
  22. #endif