File: README

package info (click to toggle)
libde265 1.0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,088 kB
  • sloc: cpp: 40,575; sh: 4,184; asm: 1,223; ansic: 368; makefile: 350
file content (32 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

description of graphical overlays
---------------------------------

CB - Show Coding Block quadtree structure. Prediction modes are
     signalled at this level. CBs can be further subdivided into
     PBs for prediction and TBs for residual transforms.

PB - Show Prediction Block structure. CB blocks may be further
     subdivided, possibly using asymmetric partitionings. This is
     the level on which motion-compensation and intra-prediction is
     performed.

TB - Show Transformation Block structure. DCT/DSTs are carried out
     on this level.

QP - Quantization Parameter shown as greyscale value.
     Brighter blocks for larger QP values (lower quality).

IntraPred - Show intra prediction mode.
  * Directional prediction is depicted with a line in the prediction direction
    (out of 32 possible directions)
  * Planar prediction is depicted by a square.
  * DC prediction is depicted by a circle.

PredMode - Show prediction mode.
  * red:    intra
  * blue:   inter
  * green:  skip  = inter mode with no PB subdivision and candidate from merge list

MV - Show motion vectors. Vectors from list L0 are drawn in red,
     motion vectors from L1 are green. Vectors are magnified by a factor of 4.