summaryrefslogtreecommitdiffstats
path: root/third_party/aom/aom_dsp/psnr.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/aom_dsp/psnr.c')
-rw-r--r--third_party/aom/aom_dsp/psnr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/aom/aom_dsp/psnr.c b/third_party/aom/aom_dsp/psnr.c
index 37d3bb585..50f376a4a 100644
--- a/third_party/aom/aom_dsp/psnr.c
+++ b/third_party/aom/aom_dsp/psnr.c
@@ -295,7 +295,6 @@ int64_t aom_get_sse_plane(const YV12_BUFFER_CONFIG *a,
default: assert(plane >= 0 && plane <= 2); return 0;
}
}
- (void)highbd;
switch (plane) {
case 0: return aom_get_y_sse(a, b);
case 1: return aom_get_u_sse(a, b);