commit | 3cf54e90d34f56bf9e05587e79143de38f4b865f | [log] [tgz] |
---|---|---|
author | Wan-Teh Chang <wtc@google.com> | Mon Aug 12 12:03:21 2024 -0700 |
committer | Frank Barchard <fbarchard@chromium.org> | Mon Aug 12 19:08:24 2024 +0000 |
tree | a35232c92f153bbdde23782037ee919fe937fefb | |
parent | a97746349b244efd54ab1eb0c0a7366717b33f39 [diff] |
Fix -Wmissing-prototypes warnings Declare functions as static. Declare functions in a header. Include the header that declares the functions. Delete undeclared and unused functions ScaleFilterRows_NEON() and ScaleRowUp2_16_NEON(). Delete unused function ScaleY() in psnr_main.cc. Change-Id: I182ec30611df83c61ffd01bbab595cd61fb5f1e5 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5778601 Commit-Queue: Wan-Teh Chang <wtc@google.com> Reviewed-by: Frank Barchard <fbarchard@chromium.org>
libyuv is an open source project that includes YUV scaling and conversion functionality.
See Getting started for instructions on how to get started developing.
You can also browse the docs directory for more documentation.