VisConvertYUV.h
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:9k
开发平台:

Visual C++

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. // @doc INTERNAL EXTERNAL VISCONVERTYUV
  4. //
  5. // @module VisConvertYUV.h |
  6. //
  7. // This file defines functions that convert arrays of YUV pixels
  8. // to grayscale or RGB (or RGBA) values.  The YUV pixels may be encoded
  9. // in an image format specified by an <c EVisImEncoding> value.
  10. //
  11. // Inline versions of these functions are defined for use in code
  12. // that does not use the VisImSrc DLL.  Functions are also exported
  13. // from the VisImSrc DLL for code that does use the VisImSrc DLL.
  14. //
  15. // <nl>
  16. //
  17. // Copyright