home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / multimed / 2273 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.9 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!irnbru.Eng.Sun.COM!dtb
  2. From: dtb@irnbru.Eng.Sun.COM (David Berry)
  3. Newsgroups: comp.multimedia
  4. Subject: Re: Convert 4:1:1 YUV data to RGB
  5. Date: 30 Jul 1992 17:26:59 GMT
  6. Organization: Sun Microsystems, Mt. View, Ca.
  7. Lines: 42
  8. Message-ID: <l7g9j3INNi0l@exodus.Eng.Sun.COM>
  9. References: <1992Jul23.211649.28491@cs.cornell.edu> <116780001@hplred.HP.COM>
  10. NNTP-Posting-Host: irnbru
  11.  
  12. In article <116780001@hplred.HP.COM> fitzhugh@hplred.HP.COM (Andrew Fitzhugh) writes:
  13. >/ hplred:comp.multimedia / pej@hpfcso.FC.HP.COM (Phil Jensen) /  6:04 am  Jul 27, 1992 /
  14. >> In comp.multimedia, soam@freyja.cs.cornell.edu (Soam Acharya) writes:
  15. >> > Can anyone point me towards a reference that explains how to convert
  16. >> > 4:1:1 subsampled YUV data to RGB? 
  17. >> > 
  18. >> 
  19. >> Call your local Signetics Rep and ask for the Phillips Video Data Handbook.
  20. >> This contains specs on the parts that are on your board. Look at the SAA7192
  21. >> Digital Colour Space Converter. This is a YUV to RGB converter. Included are 
  22. >> equations for the YUV to RGB conversion.
  23. >
  24. >Actually, the Signetics book gives the equations for YCbCr (normalized
  25. >YUV, so they're essentially the same).  I just happened to be typing
  26. >in these numbers so I can save you some time:
  27. >
  28.  
  29. I sent mail to the original poster, the problem is that the chip set
  30. used on the VideoPix hardware is the SAA9051. This is not compatible
  31. with the YUV to RGB converter chip listed above. (If I am wrong
  32. someone will hopefully correct me.)
  33.  
  34. The VideoPix equations, as given to me by Phillips for the SAA9051
  35. are,
  36.  
  37.     /*
  38.      * Philips YUV to RGB. These
  39.      * aren't the same as standard YUV to RGB.
  40.      * The equations are
  41.      *
  42.      * R = 1.1759*Y + 1.2743*V
  43.      * G = 1.1759*Y - 0.3184*U - 0.6335*V
  44.      * B = 1.1759*Y + 1.674*U;
  45.      */
  46.  
  47.  
  48.  
  49.  
  50. --
  51. David Berry, david.berry@sun.com
  52.  
  53. "Humans don't have a zoom function. - Kryten, Red Dwarf"
  54.