Closed luofalei closed 5 years ago
Hi @luofalei Failei, Thank you for submitting the patch. Besides reviewing the code change, how can we verify the difference of bitstream? Could you share the example of command line which triggers the issue?
@tianjunwork Hi, the following command can produce different bitstream.
../../Bin/Release/SvtHevcEncApp -i BasketballPass_416x240_50.yuv -n 500 -w 416 -h 240 -fps 50 -intra-period 49 -q 32 -bit-depth 8 -encMode 4 -b test.hevc
In function
LinkBdptoMd()
andLinkMdtoBdp()
, when one CU is coded inIntra2Nx2N
mode, thepredictionModeFlag
was passed asintraLumaMode
to update the neighboring information arrays.This commit fixed the above error.