/*********************************************************************
 * This file is part of the PRAPI library.
 *
 * Copyright (C) 2003 Topi Mäenpää
 * All rights reserved.
 *
 * This program is free software. You can redistribute and/or modify
 * it under the terms of the free software licence found in the
 * accompanying file "COPYING". The licence terms must always be
 * redistributed with this source file. The above copyright notice
 * must be reproduced in all modified and unmodified copies of this
 * source file.
 *
 * $Revision: 1.1 $
 *********************************************************************/

#include "CALBP.h"

namespace prapi { namespace texture {
	
	const int iaCALBPLookup[256] =
		{
			0,32,32,32, 1,32,32,32, 2,32,32,32, 3,32,32,32,
			32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
			32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
			32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
			4,32,32,32, 5,32,32,32, 6,32,32,32, 7,32,32,32,
			32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
			32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
			32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
			8,32,32,32, 9,32,32,32,10,32,32,32,11,32,32,32,
			32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
			32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
			32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
			12,32,32,32,13,32,32,32,14,15,16,32,17,18,19,32,
			32,32,32,32,32,32,32,32,20,32,21,32,22,32,23,32,
			32,32,32,32,32,32,32,32,24,32,25,32,26,32,27,32,
			32,32,32,32,32,32,32,32,28,32,29,32,30,32,31,32
		};

}}
