summaryrefslogtreecommitdiff
path: root/libavcodec/snow_dwt.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-06 13:38:05 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-09-08 22:59:14 +0200
commit854f7bab5a766d3b4530bb5fdd2c6b7e4faf5e02 (patch)
tree5522b9c88652b64ff6849273e0e6ef85511628a4 /libavcodec/snow_dwt.h
parentfaa62773cb944726440f2b6ea721086beaa09375 (diff)
downloadffmpeg-854f7bab5a766d3b4530bb5fdd2c6b7e4faf5e02.tar.gz
avcodec/snow_dwt: Make ff_snow_(horizont|vertic)al_compose97i static
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/snow_dwt.h')
-rw-r--r--libavcodec/snow_dwt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/snow_dwt.h b/libavcodec/snow_dwt.h
index ee699de35e..390bc57130 100644
--- a/libavcodec/snow_dwt.h
+++ b/libavcodec/snow_dwt.h
@@ -99,10 +99,6 @@ void ff_slice_buffer_flush(slice_buffer *buf);
void ff_slice_buffer_destroy(slice_buffer *buf);
IDWTELEM *ff_slice_buffer_load_line(slice_buffer *buf, int line);
-void ff_snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2,
- IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5,
- int width);
-void ff_snow_horizontal_compose97i(IDWTELEM *b, IDWTELEM *temp, int width);
void ff_snow_inner_add_yblock(const uint8_t *obmc, const int obmc_stride,
uint8_t **block, int b_w, int b_h, int src_x,
int src_y, int src_stride, slice_buffer *sb,