asdf013cv
1st August 2016, 16:13
after reading this (http://sidd-reddy.blogspot.tw/2011/04/h264-intra-coding.html), I finally understand what intra prediction is.
Here, I give my knowledge about intra prediction mode 2 and 10.
15506
15507
So, every sample locations are projected to a single reference row.
However, I don't understand how to calculate special angle, such as 6.
15510
If I use 15508, does it mean p is projected to N? (because 14/33 is closer to 2/5 not 3/5.)
Can any one help me how to draw the line or how the formula apply?
Also, I know for some special cases, if the projected pixel indexes is negative, I have to extend the reference row and column.
But, again, how to project the left reference column to the extended reference row?
15509
(not 23, so the Fig.3 of Intra Coding of the HEVC Standard (http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=6317153&tag=1) cannot work here)
Thanks a lot.
Here, I give my knowledge about intra prediction mode 2 and 10.
15506
15507
So, every sample locations are projected to a single reference row.
However, I don't understand how to calculate special angle, such as 6.
15510
If I use 15508, does it mean p is projected to N? (because 14/33 is closer to 2/5 not 3/5.)
Can any one help me how to draw the line or how the formula apply?
Also, I know for some special cases, if the projected pixel indexes is negative, I have to extend the reference row and column.
But, again, how to project the left reference column to the extended reference row?
15509
(not 23, so the Fig.3 of Intra Coding of the HEVC Standard (http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=6317153&tag=1) cannot work here)
Thanks a lot.