Changes between Initial Version and Version 2 of Ticket #1027


Ignore:
Timestamp:
Apr 20, 2013, 4:55:36 AM (11 years ago)
Author:
ksuehring
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1027

    • Property Cc fbossen ksuehring davidf jct-vc@… added
    • Property Milestone changed from to HM-10.1
  • Ticket #1027 – Description

    initial v2  
    11In RDOQ, on line 1988 of TComTrQuant.cpp,
     2
     3{{{
    24   if(piQCoef[minPos] == 32767 || piQCoef[minPos] == -32768)
     5}}}
    36
    47In this function (unlike in signBitHidingHDQ), piQCoef is the quantisation coefficients, rather than the quantised output array.
    58
    69It should read:
     10
     11{{{
    712   if(piDstCoeff[minPos] == 32767 || piDstCoeff[minPos] == -32768)
     13}}}

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • Karl Sharman(Reporter)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)