home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / compress / research / 259 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.compression.research
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!umeecs!umn.edu!loon!bedros
  3. From: bedros@loon.cs.umn.edu (Saad Bedros 625 7542)
  4. Subject: Question about Quantization in the DCT domain
  5. Message-ID: <1992Nov6.151148.7943@news2.cis.umn.edu>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: loon.cs.umn.edu
  8. Organization: University of Minnesota, Minneapolis, CSci dept.
  9. Date: Fri, 6 Nov 1992 15:11:48 GMT
  10. Lines: 18
  11.  
  12.  
  13. working in quantization for the DCT coefficients, I know I can apply
  14. MAX quantizer for the ac coefficients with a laplacian source,
  15. But for the DC term, a uniform quantization is best.
  16. What is the best approach for quantizing the DC term:
  17.  1- calculate the min and max, then quantizing using 8 bits after
  18.      normalization. in this case, the min and max should be transmitted.
  19.  2- find a global max for the DC, normalize then quantize. I know in JPEG
  20.     they use 16 as a quantization level.
  21.  
  22. What is the advantage to set the range between -128,128 instead 0,255
  23. before taking the DCT ? ( I think that is what they do in JPEG)
  24.  
  25. By the way, I was looking for a DCT in matlab, and I got one, not fast
  26. but not slow if somebody is intersted.
  27.  
  28. Saad Bedros
  29. U of Minnesota 
  30.