Commit 11e9e375 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed compile warning with GCC

parent 4255746c
...@@ -350,7 +350,7 @@ public: ...@@ -350,7 +350,7 @@ public:
B G B G | B G B G | B G B G | B G B G B G B G | B G B G | B G B G | B G B G
*/ */
uint16x8_t masklo = vdupq_n_s16(255); uint16x8_t masklo = vdupq_n_u16(255);
const uchar* bayer_end = bayer + width; const uchar* bayer_end = bayer + width;
for( ; bayer <= bayer_end - 18; bayer += 14, dst += 14 ) for( ; bayer <= bayer_end - 18; bayer += 14, dst += 14 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment