wp_lms.h

来自「H.264编码实现」· C头文件 代码 · 共 27 行

H
27
字号
/*!
 ***************************************************************************
 * \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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?