wp_lms.h
Upload User: hjq518
Upload Date: 2021-12-09
Package Size: 5084k
Code Size: 1k
Category:

Audio program

Development Platform:

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