summaryrefslogtreecommitdiffstats
path: root/third_party/aom/av1/common/od_dering.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/av1/common/od_dering.h')
-rw-r--r--third_party/aom/av1/common/od_dering.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/aom/av1/common/od_dering.h b/third_party/aom/av1/common/od_dering.h
index 4362001b4..031112b32 100644
--- a/third_party/aom/av1/common/od_dering.h
+++ b/third_party/aom/av1/common/od_dering.h
@@ -39,9 +39,6 @@ typedef void (*od_filter_dering_direction_func)(uint16_t *y, int ystride,
const uint16_t *in,
int threshold, int dir,
int damping);
-void copy_dering_16bit_to_16bit(uint16_t *dst, int dstride, uint16_t *src,
- dering_list *dlist, int dering_count,
- int bsize);
int get_filter_skip(int level);