LIBPOLYMNIA
マクロ定義
toindexed.cpp ファイル
#include <memory>
#include "picture.h"
toindexed.cpp の依存先関係図:

マクロ定義

#define NPAL   256
 
#define SAMPLE_MAX   (NPAL-1)
 
#define NCLASS   (SAMPLE_MAX*3 + 1)
 
#define DIFFUSE   1
 
#define PATX   5
 
#define PATY   3
 
#define D_AREA   2
 
#define ERR_PTN   { 0, 0, 0, 7, 5, 3, 5, 7, 5, 3, 1, 3, 5, 3, 1 }
 

マクロ定義詳解

◆ D_AREA

#define D_AREA   2

◆ DIFFUSE

#define DIFFUSE   1

◆ ERR_PTN

#define ERR_PTN   { 0, 0, 0, 7, 5, 3, 5, 7, 5, 3, 1, 3, 5, 3, 1 }

◆ NCLASS

#define NCLASS   (SAMPLE_MAX*3 + 1)

◆ NPAL

#define NPAL   256

◆ PATX

#define PATX   5

◆ PATY

#define PATY   3

◆ SAMPLE_MAX

#define SAMPLE_MAX   (NPAL-1)