Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
a555207b
Commit
a555207b
authored
Jul 18, 2016
by
Jingning Han
Committed by
Gerrit Code Review
Jul 18, 2016
Browse files
Merge "Align the quantizers for inter/inter modes in the first pass coding" into nextgenv2
parents
e7869b71
2ad40b89
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/encoder/encodemb.c
View file @
a555207b
...
...
@@ -1111,7 +1111,7 @@ static void encode_block_pass1(int plane, int block, int blk_row, int blk_col,
tx_size
,
ctx
);
#else
vp10_xform_quant
(
x
,
plane
,
block
,
blk_row
,
blk_col
,
plane_bsize
,
tx_size
,
VP10_XFORM_QUANT_
FP
);
tx_size
,
VP10_XFORM_QUANT_
B
);
#endif // CONFIG_NEW_QUANT
if
(
p
->
eobs
[
block
]
>
0
)
{
...
...
Write
Preview
Supports
Markdown
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