lexicon 809 B

123456789101112131415161718192021222324252627
  1. Common abbreviations/shorthands we use that don't need a comment
  2. ================================================================
  3. dsp: digital signal processing
  4. dst/adst: (asymmetric) discrete sine transform
  5. ec: entropy coding or error concealment
  6. er: error resilience
  7. fdct/idct: forward/inverse discrete cosine transform
  8. fft: fast Fourier transform
  9. gop: group of pictures
  10. hw/sw: hardware/software
  11. lp: lowpass
  12. lpf: loop filter
  13. lut: lookup table
  14. mb: macroblock
  15. mc: motion compensation
  16. me: motion estimation
  17. mv: motion vector
  18. nal: network abstraction layer
  19. pel/qpel/epel/hpel/fpel: pixel / quarter-pixel / eighth-pixel / half-pixel / full-pixel
  20. pp: post process
  21. qp: quantization parameter
  22. rc: rate control
  23. sei: supplemental enhancement information
  24. sl: slice
  25. vlc: variable length coding
  26. vq: vector quantization