Sactbls.h
上传用户:panstart
上传日期:2022-04-12
资源大小:199k
文件大小:2k
源码类别:

IP电话/视频会议

开发平台:

C++ Builder

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. //
  4. //    Project     : VideoNet version 1.1.
  5. //    Description : Peer to Peer Video Conferencing over the LAN.
  6. //   Author      : Nagareshwar Y Talekar ( nsry2002@yahoo.co.in)
  7. //    Date        : 15-6-2004.
  8. //
  9. //    This is the modified version of tmndecode (H.263 decoder) 
  10. //    written by Karl & Robert.It was in ANSI C. I have converted into C++
  11. //    so that it can be integrated into any windows application. I have 
  12. //    removed some of the files which had display and file storing 
  13. //    functions.I have removed the unnecessary code and also added some
  14. //    new files..
  15. //   Original library dealt with files. Input & Output , both were files.
  16. //    I have done some major changes so that it can be used for real time 
  17. //    decoding process. Now one can use this library for decoding H263 frames. 
  18. //
  19. //
  20. //    File description : 
  21. //    Name    : Sactbls.h
  22. //
  23. /////////////////////////////////////////////////////////////////////////////
  24. #if !defined(AFX_SACTBLS_H__C5DE7F2B_6033_11D6_889B_000B2B0F84B6__INCLUDED_)
  25. #define AFX_SACTBLS_H__C5DE7F2B_6033_11D6_889B_000B2B0F84B6__INCLUDED_
  26. #if _MSC_VER > 1000
  27. #pragma once
  28. #endif // _MSC_VER > 1000
  29. extern int cumf_COD[];
  30. extern int cumf_MCBPC[];
  31. extern int cumf_MCBPC_intra[];
  32. extern int cumf_MODB[];
  33. extern int cumf_YCBPB[];
  34. extern int cumf_UVCBPB[];
  35. extern int cumf_CBPY[];
  36. extern int cumf_CBPY_intra[];
  37. extern int cumf_DQUANT[];
  38. extern int cumf_MVD[];
  39. extern int cumf_INTRADC[];
  40. extern int cumf_TCOEF1[];
  41. extern int cumf_TCOEF2[];
  42. extern int cumf_TCOEF3[];
  43. extern int cumf_TCOEFr[];
  44. extern int cumf_TCOEF1_intra[];
  45. extern int cumf_TCOEF2_intra[];
  46. extern int cumf_TCOEF3_intra[];
  47. extern int cumf_TCOEFr_intra[];
  48. extern int cumf_SIGN[];
  49. extern int cumf_LAST[];
  50. extern int cumf_LAST_intra[];
  51. extern int cumf_RUN[];
  52. extern int cumf_RUN_intra[];
  53. extern int cumf_LEVEL[];
  54. extern int cumf_LEVEL_intra[];
  55. #endif // !defined(AFX_SACTBLS_H__C5DE7F2B_6033_11D6_889B_000B2B0F84B6__INCLUDED_)