#1278 closed defect (fixed)PSNR for fields
Description
It seems PSNR data is not collected properly in HM14.0
Function: xCalculateAddPSNR
Issue: Attachments (1)Change History (7)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by ksuehring
Changed 10 years ago by barrouxgcomment:3 Changed 10 years ago by barrouxg
I attached a patch that uses the same solution as the second one proposed for the ticket 1279.
The pad value is multiplied by two before being saved to represent the one of the full frame size. In the function where it was used it was not divided by 2 before being applied to the field size computation, hence the noted issue. My code simply applies this division by two for the padding value.
The patch also corrects the same problem in xCalculateInterlacedAddPSNR comment:4 Changed 10 years ago by ksuehring
comment:5 Changed 10 years ago by ksuehring
the patch has been applied in r4131 comment:6 Changed 10 years ago by ksuehring
Ticket #1279 has been marked as a duplicate of this ticket. 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
|
This patch fixes the padding problem for field size computation when computing the PSNR values.