ericmckean / webm

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

Temporal filtering does not work with scaling #759

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The temporal filter expects frames to be at the coded frame size which is 
smaller than the input frame size when internal scaling is enabled.

Original issue reported on code.google.com by agra...@google.com on 9 Apr 2014 at 7:27

GoogleCodeExporter commented 9 years ago
Fixed with this patch:
https://gerrit.chromium.org/gerrit/#/c/71594/

The ARF frame is constructed at the native resolution of the input frames. This 
subsequently gets downscaled to the correct coding dimension at the same point 
that other frames get downscaled.

Original comment by agra...@google.com on 16 Sep 2014 at 7:34