📄 lift.h
字号:
/* * -*- Mode: ANSI C -*- * $Id: lift.h,v 1.2 1996/08/16 17:23:27 fernande Exp $ * $Source: /sgi.acct/sweldens/cvs/liftpack/include/lift.h,v $ * Author: Fernandez, Gabriel * * Declares the functions that find the lifting coefficients used * in the updating of the lambda coefficients. *//* do not edit anything above this line */#ifndef __LIFT_H__#define __LIFT_H__#include "flwtdef.h"/* Initialize Integral-Moments matrices */extern booleanInitMoment ( const int __nTilde, const int __cols, const int __rows, const boolean __print_coeff );/* Initialize Integral-Moments matrices */extern voidFreeMoment ( const int __cols, const int __rows, const int __nTilde );/* Update Integral-Moment matrices and calculate new Lifting coefficients */extern voidGetLifting ( Vector __lifting, const Vector __filter, const int __step, const int __N, const int __nTilde, const int __L, const boolean __XYdir, const boolean __type );#endif /* __LIFT_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -