mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 14:00:43 +00:00
Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients.
Originally committed as revision 20345 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
415e6d2930
commit
bb7d0e87ae
@ -86,10 +86,12 @@ static const int AdaptationTable[] = {
|
||||
768, 614, 512, 409, 307, 230, 230, 230
|
||||
};
|
||||
|
||||
/** Divided by 4 to fit in 8-bit integers */
|
||||
static const uint8_t AdaptCoeff1[] = {
|
||||
64, 128, 0, 48, 60, 115, 98
|
||||
};
|
||||
|
||||
/** Divided by 4 to fit in 8-bit integers */
|
||||
static const int8_t AdaptCoeff2[] = {
|
||||
0, -64, 0, 16, 0, -52, -58
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user