mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-04-30 23:08:10 +02:00
4647310322
Based on Swiftgram 12.5 (Telegram iOS 12.5). All GLEGram features ported and organized in GLEGram/ folder. Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass, Font Replacement, Fake Profile, Chat Export, Plugin System, and more. See CHANGELOG_12.5.md for full details.
28 lines
809 B
Plaintext
28 lines
809 B
Plaintext
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
|