Opened 12 years ago Closed 12 years ago #1027 closed defect (fixed)RDOQ sign bit hiding
Description (last modified by ksuehring)
In RDOQ, on line 1988 of TComTrQuant.cpp, if(piQCoef[minPos] == 32767 || piQCoef[minPos] == -32768)
In this function (unlike in signBitHidingHDQ), piQCoef is the quantisation coefficients, rather than the quantised output array.
It should read: if(piDstCoeff[minPos] == 32767 || piDstCoeff[minPos] == -32768) Change History (5)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by ksuehring
comment:3 Changed 12 years ago by ksuehringcomment:4 Changed 12 years ago by ksuehring
The fix has been applied in r3411 comment:5 Changed 12 years ago by ksuehring
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
|
Ticket #1076 has been marked as a duplicate of this ticket.