home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / graphics / 8522 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.9 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!mpifr-bonn.mpg.de!uniol!caty!cbmger!peterk
  2. From: peterk@cbmger.de.so.commodore.com (Dr Peter Kittel Germany)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: 30 fps:  Yeay or nay?
  5. Message-ID: <10388@cbmger.de.so.commodore.com>
  6. Date: 7 Jan 93 14:04:40 GMT
  7. References: <1992Dec28.224231.8344@fcom.cc.utah.edu> <1992Dec29.023929.6787@mnemosyne.cs.du.edu> <Blue-Knight.04t9@bknight.jpr.com> <1993Jan1.111915.4004@midway.uchicago.edu>
  8. Reply-To: peterk@cbmger.de.so.commodore.com (Dr Peter Kittel Germany)
  9. Organization: Commodore Germany
  10. Lines: 25
  11.  
  12. In article <1993Jan1.111915.4004@midway.uchicago.edu> sjchmura@midway.uchicago.edu writes:
  13. >
  14. >We need, for fast anim playback the following:
  15. >    Anim-7 (AAP_AAC) longword format used.
  16. >    Be sure the data is aligned in 64bit format
  17.  
  18. Sorry, don't know about this AAP_AAC or ANIM-7 format, but generally:
  19. Do you really think it would be a good move from 1 byte to longwords?
  20. See, you want to compress your data. Thus your goal is to find as many
  21. identical data as possible and store these only one time plus a count
  22. how many times you have to replicate them in the final picture. Now if
  23. your data size is 8 bits, the probability for (vertically) adjacent
  24. identical values is magnitudes higher than for longwords. I fear if you
  25. change to longwords you would have many more occurences of non-identities
  26. where you have to store new full data without any compression but still
  27. organizational overhead. So in the end, you would lose on compression
  28. effectivity and thus probably also on playback speed.
  29.  
  30. But if this particular format is much smarter, then please forget my
  31. uttering and perhaps explain the trick used there.
  32.  
  33. -- 
  34. Best regards, Dr. Peter Kittel  // E-Mail to \\  Only my personal opinions...
  35. Commodore Frankfurt, Germany  \X/ {uunet|pyramid|rutgers}!cbmvax!cbmger!peterk
  36. Wer's nicht kann, soll's bleiben klopfen oder Steine lassen!
  37.