diff options
author | Clément Bœsch <u@pkh.me> | 2017-01-30 15:58:13 +0100 |
---|---|---|
committer | Clément Bœsch <cboesch@gopro.com> | 2017-02-03 15:03:44 +0100 |
commit | f7a7ea7168651d7bbafc7458c06a7f7aef1cb9c2 (patch) | |
tree | db09e549fa1416f2a1210b5a4566482ff72f99ec | |
parent | 39afd0482fde700c0c652bfddbe38586d64e0ae2 (diff) | |
download | ffmpeg-f7a7ea7168651d7bbafc7458c06a7f7aef1cb9c2.tar.gz |
doc: add a lexicon
-rw-r--r-- | doc/lexicon | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/lexicon b/doc/lexicon new file mode 100644 index 0000000000..e596ab1b4c --- /dev/null +++ b/doc/lexicon @@ -0,0 +1,27 @@ +Common abbreviations/shorthands we use that don't need a comment +================================================================ + +dsp: digital signal processing +dst/adst: (asymmetric) discrete sine transform +ec: entropy coding or error concealment +er: error resilience +fdct/idct: forward/inverse discrete cosine transform +fft: fast Fourier transform +gop: group of pictures +hw/sw: hardware/software +lp: lowpass +lpf: loop filter +lut: lookup table +mb: macroblock +mc: motion compensation +me: motion estimation +mv: motion vector +nal: network abstraction layer +pel/qpel/epel/hpel/fpel: pixel / quarter-pixel / eighth-pixel / half-pixel / full-pixel +pp: post process +qp: quantization parameter +rc: rate control +sei: supplemental enhancement information +sl: slice +vlc: variable length coding +vq: vector quantization |