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

  1. Xref: sparky comp.compression:2785 comp.arch:8218 sci.electronics:13162
  2. Newsgroups: comp.compression,comp.arch,sci.electronics
  3. Path: sparky!uunet!nic.unh.edu!kepler.unh.edu!pss1
  4. From: pss1@kepler.unh.edu (Paul S Secinaro)
  5. Subject: Need help with LSI JPEG chipset
  6. Message-ID: <1992Jul23.113602.20438@nic.unh.edu>
  7. Sender: news@nic.unh.edu (USENET News System)
  8. Organization: University of New Hampshire  -  Durham, NH
  9. Date: Thu, 23 Jul 1992 11:36:02 GMT
  10. Lines: 26
  11.  
  12. Hi folks.
  13.  
  14.    I'm part of a team working on a design that uses the LSI Logic
  15. L64745 JPEG Coder.  This device takes a stream of data from the DCT
  16. processor chip (L64735) and performs the quantization and entropy
  17. coding steps.  It then outputs the coded data in 32-bit words.  From
  18. that point, our design takes the coded data, divides it down to 8-bit
  19. bytes, and performs byte-stuffing and other code insertions as
  20. specified by the JPEG/JFIF spec.
  21.  
  22.    That's all fine, but there's just one thing I can't seem to figure
  23. out - what byte ordering should we use when breaking up the 32-bit
  24. code words into an 8-bit data stream?  Right now we're using
  25. big-endian, but we aren't sure if that's right.  The documentation
  26. isn't too helpful on this point either.  Anyone have suggestions?
  27. Also, if anyone here has experience with some other JPEG chipsets
  28. (such as C-Cube), maybe they could tell me how they approached this
  29. problem?  Thanks.
  30.  
  31. Paul
  32.  
  33. -- 
  34. Niven's Law #14:   There exist minds that think as well as you do, but
  35.                    differently.
  36. Niven's Corollary: The gene-tampered turkey you're talking to isn't
  37.                    necessarily one of them.
  38.