SLIDE 1
Exercise 7a: Additional Intra Prediction Modes
Implement Additional Block Prediction Modes Add the following two modes (in addition to DC mode)
vertical prediction (see figure & lecture) horizontal prediction (see figure & lecture)
Use 128 for non-available border samples Entropy Coding of Prediction Mode Add entropy encoding and decoding of mode (new functions) Use shown table with two additional probability models
- ne for first bin, another for second bin
Test Your Implementation Select prediction mode for each block randomly in encoder Encode/decode prediction mode at start of block Check whether decoder produces correct result
vertical horizontal mode codeword DC hor 1 0 ver 1 1
Heiko Schwarz (Freie Universität Berlin) — Image and Video Coding