mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-06-16 00:46:04 +08:00
implementing horizontal paired adds and accumulation to improve performance on SiFive x280, and fixes the remainder logic to use valid vlseg4 loads. Adds TestARGBToUVRow_Any to test odd-width remainder handling. Also fixes a build break for non-RVV compilations by ensuring all RVV functions and their closing cplusplus braces are correctly wrapped in #if !defined(LIBYUV_DISABLE_RVV). Also adds NV12ToNV21 as a macro alias for NV21ToNV12 in planar_functions.h, as the conversion is bidirectional (swapping byte pairs in the interleaved chroma plane). (Patch from https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7762904) Bug: libyuv:42280902 Change-Id: If2d6cbb3e232d63d43e32aba33fa9b2eee8190e5 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7772164 Commit-Queue: Frank Barchard <fbarchard@chromium.org> Reviewed-by: richard winterton <rrwinterton@gmail.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| basictypes_test.cc | ||
| color_test.cc | ||
| compare_test.cc | ||
| convert_argb_test.cc | ||
| convert_test.cc | ||
| cpu_test.cc | ||
| cpu_thread_test.cc | ||
| math_test.cc | ||
| planar_test.cc | ||
| rotate_argb_test.cc | ||
| rotate_test.cc | ||
| scale_argb_test.cc | ||
| scale_plane_test.cc | ||
| scale_rgb_test.cc | ||
| scale_test.cc | ||
| scale_uv_test.cc | ||
| unit_test.cc | ||
| unit_test.h | ||
| video_common_test.cc | ||