encode.cpp

来自「wavelet codec there are 34 files with co」· C++ 代码 · 共 26 行

CPP
26
字号
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#include <iostream.h>
#include <fstream.h>
#include "transf.h"
#include "coeffset.h"
#include "alloca.h"
#include "quanti.h"
#include "filter.cpp"
int num;
/*---------------------------------------------------------------------------*/
void compress       (Image *image, Wavelet *wavelet, int nStages,
			  int capacity, Real p, Real *weight,
			  int paramPrecision, int budget, int nQuant,
			  Real minStepSize, char *filename, int monolayer);
/*---------------------------------------------------------------------------*/

int main (int argc, char **argv)
{
  char *program = argv[0];

#ifdef PGM
//篷腓 镳钽疣祆

⌨️ 快捷键说明

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