www.pudn.com > w_ipp-sample-media_p_5.0.017.zip > dbg.h


/*////////////////////////////////////////////////////////////////////////////// 
// 
//                  INTEL CORPORATION PROPRIETARY INFORMATION 
//     This software is supplied under the terms of a license agreement or 
//     nondisclosure agreement with Intel Corporation and may not be copied 
//     or disclosed except in accordance with the terms of that agreement. 
//          Copyright(c) 2004-2005 Intel Corporation. All Rights Reserved. 
// 
*/ 
 
#ifndef __DBG_H 
#define __DBG_H 
 
void dbg_dump_array_16s(short* p_array, int size,char* sz_file_name,...); 
 
#endif//__DBG_H