diff options
author | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-01 20:10:14 +0000 |
---|---|---|
committer | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-01 20:10:14 +0000 |
commit | e839ac4f83561138b8aa93ae670a0dd5ba4d46c1 (patch) | |
tree | c38b5d5a77805e53b5f52ae8873d16b51f9a7e66 /DOCS | |
parent | 8acc653504717e74e5ee70134149d9d893d9b3de (diff) |
filling in missing info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8703 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/libavc-options.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt index 4785556ce4..4f716a7f03 100644 --- a/DOCS/tech/libavc-options.txt +++ b/DOCS/tech/libavc-options.txt @@ -257,8 +257,10 @@ scplx_mask (0.0-1.0) spatial complexity masking Tip: crop any black borders completly away as they will reduce the quality of the MBs there, this is true if scplx_mask isnt used at all too -naq normalize adaptive quantization - experimental +naq normalize adaptive quantization (experimental) + when using adaptive quantization (*_mask), the average per-MB quantizer + may no longer match the requested frame-level quantizer. using naq will + attempt to adjust the per-MB quantizers to maintain the proper average. ildct use interlaced dct @@ -374,6 +376,7 @@ MC Motion compensation RC Rate control DCT Discrete Cosine Transform IDCT Inverse Discrete Cosine Transform +DC The coefficient of the constant term in the DCT (avg value of block) JVT Joint Video Team Standard -- http://www.itu.int/ITU-T/news/jvtpro.html Examples: |