OpenVisualCloud / SVT-HEVC

SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
517 stars 171 forks source link

Fixed the crashing issue for 64x64 fractional search in ME. #491

Closed Austin-Hu closed 4 years ago

Austin-Hu commented 4 years ago

By initializing the SAD of each LCU with the max SAD value plus 1, considering the corner case that the Y sample difference of source and (reconstructed) reference pictures is 0xFF.

Signed-off-by: Jun Tian jun.tian@intel.com Signed-off-by: Austin Hu austin.hu@intel.com

Fixes #481 .