flaccidware / webm

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

vp10 wishlist: please reorder the 8tap filters #1046

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the frame header, the order of filters is as follows (if not switchable):

0: smooth
1: regular
2: sharp
3: bilinear

If switchable, the elements are coded in a tree with contextualization given in 
a table. The elements in the tree and contextualization indices are:

0: regular
1: smooth
2: sharp
(context only) 3: ambiguous

This difference is trivial but annoying. It would be nice if we could 
re-arrange the header order so regular is always 0, which would simplify some 
pieces of the encoder/decoder.

Original issue reported on code.google.com by rsbul...@gmail.com on 17 Jul 2015 at 2:56

GoogleCodeExporter commented 8 years ago

Original comment by ya...@google.com on 21 Jul 2015 at 4:08

GoogleCodeExporter commented 8 years ago

Original comment by fgalli...@google.com on 12 Aug 2015 at 10:05