wp_mciter.h

来自「the newest JM software by h.264 JVT offi」· C头文件 代码 · 共 30 行

H
30
字号
/*!
 ***************************************************************************
 * \file
 *    wp_mciter.h
 *
 * \author
 *    Alexis Michael Tourapis
 *
 * \date
 *    22. February 2008
 *
 * \brief
 *    Headerfile for weighted prediction support
 **************************************************************************
 */

#ifndef _WP_MCITERM_H_
#define _WP_MCITERM_H_


void EstimateWPBSliceAlg2(ImageParameters *img, InputParameters *params);
void EstimateWPPSliceAlg2(ImageParameters *img, InputParameters *params, int offset);
int  TestWPPSliceAlg2    (ImageParameters *img, InputParameters *params, int offset);
int  TestWPBSliceAlg2    (ImageParameters *img, InputParameters *params, int method);

void compute_offset();

#endif

⌨️ 快捷键说明

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