Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
3f1ae4ec
Commit
3f1ae4ec
authored
May 12, 2017
by
Sebastien Alaiwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix HBD compilation of daala_dist
Change-Id: Ied6a0250126587d22c50d895680eafccd8396062
parent
f6429c92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
av1/encoder/rdopt.c
av1/encoder/rdopt.c
+2
-2
configure
configure
+0
-1
No files found.
av1/encoder/rdopt.c
View file @
3f1ae4ec
...
...
@@ -6545,12 +6545,12 @@ static int64_t rd_pick_inter_best_sub8x8_mode(
#if CONFIG_HIGHBITDEPTH
if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
aom_highbd_subtract_block(
height, width
,
bsh, bsw
,
av1_raster_block_offset_int16(BLOCK_8X8, i, p->src_diff), 8,
src_sub8x8, p->src.stride, dst_sub8x8, pd->dst.stride, xd->bd);
} else {
aom_subtract_block(
height, width
,
bsh, bsw
,
av1_raster_block_offset_int16(BLOCK_8X8, i, p->src_diff), 8,
src_sub8x8, p->src.stride, dst_sub8x8, pd->dst.stride);
}
...
...
configure
View file @
3f1ae4ec
...
...
@@ -505,7 +505,6 @@ post_process_cmdline() {
soft_enable palette_throughput
# Workaround features currently incompatible with highbitdepth
enabled daala_dist
&&
disable_feature highbitdepth
enabled tx64x64
&&
disable_feature highbitdepth
enabled ext_partition
&&
disable_feature highbitdepth
...
...
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