Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2019-05-18 02:36:35 +0300
committerHenrik Gramner <henrik@gramner.com>2019-05-18 17:29:47 +0300
commitf64fdae55128ff1c2204f578ee26b6d577862b26 (patch)
treea457c8d48d298c9da2dc1a3f000375386e5a52c9 /src/tables.c
parent3d6479cee8170cbcc1b6c3cea7338e86b3594683 (diff)
Optimize obmc blend
The last 1/4 of the mask is always zero, so we can skip some calculations that doesn't change the output.
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tables.c b/src/tables.c
index 4117a24..31d288c 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -861,7 +861,7 @@ const int8_t ALIGN(dav1d_filter_intra_taps[5][64], 16) = {
}
};
-const uint8_t ALIGN(dav1d_obmc_masks[64], 32) = {
+const uint8_t dav1d_obmc_masks[64] = {
/* Unused */
0, 0,
/* 2 */