aboutsummaryrefslogtreecommitdiff
path: root/include/libyuv/scale_row.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libyuv/scale_row.h')
-rw-r--r--include/libyuv/scale_row.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/libyuv/scale_row.h b/include/libyuv/scale_row.h
index 5c474b0c..cc1c9061 100644
--- a/include/libyuv/scale_row.h
+++ b/include/libyuv/scale_row.h
@@ -200,20 +200,6 @@ void ScalePlaneVertical_16(int src_height,
int wpp,
enum FilterMode filtering);
-void ScalePlaneVertical_16To8(int src_height,
- int dst_width,
- int dst_height,
- int src_stride,
- int dst_stride,
- const uint16_t* src_argb,
- uint8_t* dst_argb,
- int x,
- int y,
- int dy,
- int wpp,
- int scale,
- enum FilterMode filtering);
-
// Simplify the filtering based on scale factors.
enum FilterMode ScaleFilterReduce(int src_width,
int src_height,