mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
filter_limit_values only needs 7 bits, make its tables smaller
Originally committed as revision 15499 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b07e52a955
commit
51ace5777e
2 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ 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] =
|
||||
static const uint8_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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue