osamu620 / OpenHTJ2K

An open source implementation of ITU-T Rec.814 | ISO 15444-15 (a.k.a. HTJ2K).
BSD 3-Clause "New" or "Revised" License
35 stars 10 forks source link

improved HT decoding #99

Closed osamu620 closed 2 years ago

osamu620 commented 2 years ago
osamu620 commented 2 years ago
ht_block_decoding.cpp:1292:22: error: 'vdupq_n_s32' was not declared in this scope
 1292 |     auto vROIshift = vdupq_n_s32(ROImask);
      |                      ^~~~~~~~~~~

Thanks for pointing this out :)