Skip to content
GitLab
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
7adfa9f4
Commit
7adfa9f4
authored
Jan 24, 2014
by
Yaowu Xu
Committed by
Gerrit Code Review
Jan 24, 2014
Browse files
Merge "change to avoid IOC"
parents
03eb63c1
8971338c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_rdopt.c
View file @
7adfa9f4
...
...
@@ -428,7 +428,7 @@ static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize,
}
*
out_rate_sum
=
rate_sum
;
*
out_dist_sum
=
dist_sum
<<
4
;
*
out_dist_sum
=
(
int64_t
)
dist_sum
<<
4
;
}
static
void
model_rd_for_sb_y_tx
(
VP9_COMP
*
cpi
,
BLOCK_SIZE
bsize
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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