mwfa.h

来自「linux下将各类格式图片转换工具」· C头文件 代码 · 共 45 行

H
45
字号
/* *  mwfa.h * *  Written by:		Michael Unger *			Ullrich Hafner *		 *  This file is part of FIASCO (獸籸actal 獻籱age 獳籲d 玈籩quence 獵O籨ec) *  Copyright (C) 1994-2000 Ullrich Hafner <hafner@bigfoot.de> *//* *  $Date: 2000/06/14 20:50:51 $ *  $Author: hafner $ *  $Revision: 5.1 $ *  $State: Exp $ */#ifndef _MWFA_H#define _MWFA_H#include "types.h"#include "image.h"#include "wfa.h"#include "cwfa.h"voidfill_norms_table (unsigned x0, unsigned y0, unsigned level,		  const wfa_info_t *wi, motion_t *mt);voidfind_B_frame_mc (word_t *mcpe, real_t price, range_t *range,		 const wfa_info_t *wi, const motion_t *mt);voidfind_P_frame_mc (word_t *mcpe, real_t price, range_t *range,		 const wfa_info_t *wi, const motion_t *mt);voidsubtract_mc (image_t *image, const image_t *past, const image_t *future,	     const wfa_t *wfa);voidfree_motion (motion_t *mt);motion_t *alloc_motion (const wfa_info_t *wi);#endif /* not _MWFA_H */

⌨️ 快捷键说明

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