Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
3ed2d23f
Commit
3ed2d23f
authored
Oct 03, 2017
by
Debargha Mukherjee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 64-length inverse transform scale
Change-Id: Ibd284df85365a65ab76af71df14efb1d79ca0c30
parent
b02d2f39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
av1/common/av1_inv_txfm1d_cfg.h
av1/common/av1_inv_txfm1d_cfg.h
+1
-1
No files found.
av1/common/av1_inv_txfm1d_cfg.h
View file @
3ed2d23f
...
...
@@ -118,7 +118,7 @@ static const int8_t inv_cos_bit_row_adst_32[12] = { 12, 12, 12, 12, 12, 12,
// ---------------- 64x64 1D constants -----------------------
// shift
static
const
int8_t
inv_shift_64
[
2
]
=
{
-
1
,
-
7
};
static
const
int8_t
inv_shift_64
[
2
]
=
{
-
1
,
-
5
};
// stage range
static
const
int8_t
inv_stage_range_col_dct_64
[
12
]
=
{
11
,
11
,
11
,
11
,
11
,
11
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment