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
d2f12ba5
Commit
d2f12ba5
authored
Apr 12, 2017
by
hui su
Committed by
Hui Su
Apr 12, 2017
Browse files
rdopt.c,cosmetics: fix comments for av1_dist_block()
Change-Id: I7a75947cdc4fcfe5b84ea702fa44ee51d7e406de
parent
b1c5760e
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/encoder/rdopt.c
View file @
d2f12ba5
...
...
@@ -1375,7 +1375,7 @@ void av1_dist_block(const AV1_COMP *cpi, MACROBLOCK *x, int plane,
#endif // CONFIG_DAALA_DIST
if (cpi->sf.use_transform_domain_distortion && !CONFIG_DAALA_DIST) {
// Transform domain distortion computation is more
accurate
as it does
// Transform domain distortion computation is more
efficient
as it does
// not involve an inverse transform, but it is less accurate.
const int buffer_length = tx_size_2d[tx_size];
int64_t this_sse;
...
...
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