Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Planar and DC mode in reference software

I am walking through the intra prediction part of HEVC reference software. I can see inter prediction and intra prediction in xCompressCU method in TEncCu.cpp file. But I can't locate the place of planar and DC modes are calculated. Where are these modes in the reference software? Can someone help me with this?

like image 204
harsh Avatar asked May 04 '26 11:05

harsh


1 Answers

For the DC and all the angular modes, go find the function xPredIntraAng in the TComPrediction.cpp file. These intra modes are performed there.

For the planar, there is another function probably called xPredIntraPlanar. I'm not sure about the name, though. I don't have access to code right now. But if you find the first function, this one must be next to it in the TComPrediction.cpp file.

Good luck.

like image 123
Mosen Avatar answered May 06 '26 01:05

Mosen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!