/*****************************************************************************
Copyright(c) 2005 Analog Devices, Inc.  All Rights Reserved. This software is 
proprietary and confidential to Analog Devices, Inc. and its licensors.
******************************************************************************

$RCSfile: JPEGImageEdgeDetection_cplb_tables.h,v $
$Revision: 1.1 $
$Date: 2007/05/22 18:37:56 $

Project:	BlackfinSDK (Edge Detection on JPEG Image)
Title:		cplb_tables
Author(s):	dwu
Revised by: bmk

Description:
			User defined CPLB tables for BF533 & BF561 (caching purpose)

References:
			None

******************************************************************************
Tab Setting:			4

Target Processor:		ADSP-BF5xx
Target Tools Revision:	ADSP VisualDSP++ v4.5
******************************************************************************

Modification History:
====================
$Log: JPEGImageEdgeDetection_cplb_tables.h,v $
Revision 1.1  2007/05/22 18:37:56  gstephan
Creating VDSP 5.00 release folder.  Created from the head copy of
VDSP 4.50 release folder.

Revision 1.1  2006/11/03 07:11:19  bmk
SDK 2.0  files - Initial Entry

*****************************************************************************/

#ifndef __JPEG_MJPEG_CPLB_TABLES_H__
#define __JPEG_MJPEG_CPLB_TABLES_H__

extern int codec_dcplbs_table[16][2];
extern int codec_icplbs_table[16][2];

#endif // #ifndef __JPEG_MJPEG_CPLB_TABLES_H__

/*****/
