aboutsummaryrefslogtreecommitdiff
path: root/source/row_rvv.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2023-05-16 16:42:55 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-17 00:23:24 +0000
commita37799344d29dc8e4d3fb00ced5f07e5ce8bf1b9 (patch)
tree29d0c84f1ad34bae07925d018048060158aa0172 /source/row_rvv.cc
parent11d4536002b4748ff3ed795ce893335bbb5f79fe (diff)
downloadlibyuv-a37799344d29dc8e4d3fb00ced5f07e5ce8bf1b9.tar.gz
ARGBToI420Alpha function to convert ARGB to I420 with Alpha
Bug: b/281866362 Change-Id: Ic1093a887fb483f134c78909cf1ee7495e7345ba Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4534100 Commit-Queue: Frank Barchard <fbarchard@chromium.org> Reviewed-by: Wan-Teh Chang <wtc@google.com>
Diffstat (limited to 'source/row_rvv.cc')
-rw-r--r--source/row_rvv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/row_rvv.cc b/source/row_rvv.cc
index ad131924..904cbf7d 100644
--- a/source/row_rvv.cc
+++ b/source/row_rvv.cc
@@ -15,10 +15,10 @@
* Contributed by Bruce Lai <bruce.lai@sifive.com>
*/
-#include <assert.h>
#include "libyuv/row.h"
#if !defined(LIBYUV_DISABLE_RVV) && defined(__riscv_vector)
+#include <assert.h>
#include <riscv_vector.h>
#ifdef __cplusplus