Opened 12 years ago Closed 12 years ago #755 closed defect (fixed)Potential Bug in "TEncSearch,cpp"
Description
1555 if(uiSingleCbfU == 0)
Should Line 1563 be as follows?
1563 bestModeIdUV[1] = 0; Attachments (1)Change History (6)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by xipecomment:2 in reply to: ↑ description Changed 12 years ago by xipecomment:3 Changed 12 years ago by ksuehring
Did you see any effect on RD-performance? comment:4 Changed 12 years ago by xipe
It will not affect the RD-performance. In Intra-frame coding, the mode decisions for Luma and Chroma are separately conducted, i.e. bLumaOnly is true in xRecurIntraCodingQT. Therefore, this block of code will not run. comment:5 Changed 12 years ago by ksuehring
fixed in r2773 Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
I agree that Line 1563 is incorrect. I have created a patch as attached.