blob: b7cd6faa746a5e1a9135ee1b74d794ca2a75f58c [file]
//==========================================================================
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
// Copyright (c) 1999 - 2001 On2 Technologies Inc. All Rights Reserved.
//
//--------------------------------------------------------------------------
#ifndef LUTBL_H
#define LUTBL_H
extern const int YRMult[];
extern const int YGMult[];
extern const int YBMult[];
extern const int URMult[];
extern const int UGMult[];
extern const int UBVRMult[];
extern const int VGMult[];
extern const int VBMult[];
#endif LUTBL_H