- Timestamp:
-
May 21, 2011, 12:02:22 PM (14 years ago)
- Author:
-
davidf
- Comment:
-
Deferring until later. The fix for the encoder is trivial, however, the decoder fix isn't.
It should be noted that the reported data for the HM-3.0 software with FIXED_ROUNDING_FRAME_MEMORY enabled is correct, however, the output yuv files are not.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Milestone
changed from
HM-3.1
to
HM-3.2
-
Property
Summary
changed from
FIXED_ROUNDING_FRAME_MEMORY modifies output picture after PSNR is calculated
to
FIXED_ROUNDING_FRAME_MEMORY modifies output picture rather than reference picture
-
initial
|
v2
|
|
12 | 12 | xFixedRoundingPic() causes both the output picture and any reference picture to be modified. |
13 | 13 | |
14 | | Is it intended that xFixedRoundingPic() just modifies the picture going into the reference picture buffer? |
| 14 | xFixedRoundingPic() in the encoder should be performed after {{{ pcPic->getPicYuvRec()->copyToPic(pcPicYuvRecOut);}}}. In the decoder, a similar change is required, however, the decoder does not currently have a separate reorder buffer. |
| 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(Reporter, Owner, Subscriber, Participant)
- Frank Bossen(Subscriber, Participant)
- jct-vc@…(Subscriber)
- karl.sharman@…(Always)
- Karsten Suehring(Subscriber, Always)
- Takeshi Chujoh(Subscriber)
|