diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/vp3data.h')
-rw-r--r-- | src/libffmpeg/libavcodec/vp3data.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/vp3data.h b/src/libffmpeg/libavcodec/vp3data.h index 1dd511fa0..85a233716 100644 --- a/src/libffmpeg/libavcodec/vp3data.h +++ b/src/libffmpeg/libavcodec/vp3data.h @@ -61,6 +61,17 @@ static const uint32_t vp31_ac_scale_factor[64] = 21, 19, 18, 17, 15, 13, 12, 10 }; +static const uint32_t vp31_filter_limit_values[64] = +{ 30, 25, 20, 20, 15, 15, 14, 14, + 13, 13, 12, 12, 11, 11, 10, 10, + 9, 9, 8, 8, 7, 7, 7, 7, + 6, 6, 6, 6, 5, 5, 5, 5, + 4, 4, 4, 4, 3, 3, 3, 3, + 2, 2, 2, 2, 2, 2, 2, 2, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0 +}; + /* table used to convert natural order <-> zigzag order */ static const int dezigzag_index[64] = { 0, 1, 8, 16, 9, 2, 3, 10, |