kleopatra999 / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Question about the permitted range of scaling between frames #838

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The change in:
https://gerrit.chromium.org/gerrit/#/c/70632

has slightly changed the allowed range of framesizes.  
It is not clear if this was intentional.

The previous code used a check inside vp9_setup_scale_factors_for_frame to 
compare the cropped width and cropped height of each reference picture with the 
cropped width and cropped height of the current frame.

The new code uses a check inside setup_frame_size_with_refs to check the 
_uncropped_ width and _uncropped_ height of each reference picture 
with the cropped width and cropped height of the current frame.

Original issue reported on code.google.com by peter.de...@gmail.com on 11 Aug 2014 at 3:28

GoogleCodeExporter commented 9 years ago
This bug was fixed in:

https://gerrit.chromium.org/gerrit/#/c/70843

This issue can now be closed.

Original comment by peter.de...@gmail.com on 12 Aug 2014 at 9:13

GoogleCodeExporter commented 9 years ago

Original comment by louquil...@google.com on 13 Aug 2014 at 9:38