aboutsummaryrefslogtreecommitdiff
path: root/mg2d.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-07-13 10:58:34 +0200
committerAnton Khirnov <anton@khirnov.net>2020-07-13 10:58:34 +0200
commit2756ddf7f50b7debd90ecada3944eda7e2ef5236 (patch)
tree5096cd9cb1909d962b06fb36602a0347c7cd40e7 /mg2d.c
parentb15dd9fd3ac88d5c2afc0299c4a4ddf69b9131b5 (diff)
parentf52486a2382b5e1036b608d663ccece5d2de220d (diff)
Merge branch 'fd8' into deploy
Diffstat (limited to 'mg2d.c')
-rw-r--r--mg2d.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mg2d.c b/mg2d.c
index 103f514..fe98c73 100644
--- a/mg2d.c
+++ b/mg2d.c
@@ -860,6 +860,8 @@ static int mg_levels_init(MG2DContext *ctx)
switch (ctx->fd_stencil) {
case 1: op_interp = GRID_TRANSFER_LAGRANGE_3; break;
case 2: op_interp = GRID_TRANSFER_LAGRANGE_5; break;
+ case 3: op_interp = GRID_TRANSFER_LAGRANGE_7; break;
+ case 4: op_interp = GRID_TRANSFER_LAGRANGE_7; break;
default: return -ENOSYS;
}