Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
IccMpeSpectral.cpp File Reference

File: IccMpeSpectral.cpp. More...

#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "IccMpeBasic.h"
#include "IccMpeSpectral.h"
#include "IccIO.h"
#include <map>
#include "IccMatrixMath.h"
#include "IccUtil.h"
#include "IccCAM.h"
+ Include dependency graph for IccMpeSpectral.cpp:

Go to the source code of this file.

Functions

static icFloatNumber NoClip (icFloatNumber v)
 

Detailed Description

File: IccMpeSpectral.cpp.

Contains: Implementation of Basic Multi Processing Elements

Version: V1

Copyright: � see ICC Software License

Definition in file IccMpeSpectral.cpp.

Function Documentation

◆ NoClip()

static icFloatNumber NoClip ( icFloatNumber v)
static

Definition at line 778 of file IccMpeSpectral.cpp.

779{
780 return v;
781}