⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mwfa.h

📁 linux下将各类格式图片转换工具
💻 H
字号:
/* *  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -