kleopatra999 / webm

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

vp9_copy_and_extend_frame() works with aligned frame size, not original one #834

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Can't check with actual encoder-code snapshot now, but looks like it leads to 
improper extension for frames of non-divisible-by-8 size.

I guess 
y_crop_width and y_crop_height (not y_width and y_height) should be used for 
estimation of eb_y and er_y and for passing to copy_and_extend_plane().

Original issue reported on code.google.com by ru.xa...@gmail.com on 7 Aug 2014 at 8:19

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 22 Aug 2014 at 6:01

GoogleCodeExporter commented 9 years ago
Proposing fix here: https://gerrit.chromium.org/gerrit/#/c/71770/

Original comment by ya...@google.com on 8 Oct 2014 at 4:17