mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
Fix for source/row_neon64.cc:551:12: error: unused variable 'alpha' [-Werror,-Wunused-variable]
551 | uint16_t alpha = 0xc000;
| ^~~~~
1 error generated.
Bug: None
Change-Id: Ifdfe39f75c003921e4f759bcbbbffe0e766039bd
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5690260
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Reviewed-by: Wan-Teh Chang <wtc@google.com>
This commit is contained in:
parent
899bc48327
commit
3902eaaf86
@ -548,7 +548,6 @@ void P410ToAR30Row_NEON(const uint16_t* src_y,
|
||||
const uvec8* uv_coeff = &yuvconstants->kUVCoeff;
|
||||
const vec16* rgb_coeff = &yuvconstants->kRGBCoeffBias;
|
||||
uint16_t limit = 0x3ff0;
|
||||
uint16_t alpha = 0xc000;
|
||||
asm volatile(YUVTORGB_SETUP
|
||||
"dup v22.8h, %w[limit] \n"
|
||||
"movi v23.8h, #0xc0, lsl #8 \n" // A
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user