Skip to content

neon: Fix unsigned only implementation of loadoffb, loadoffw and loadoffl

Daniel Knobe requested to merge danielknobe/orc:fix_aarch64_signed_bug into master

This has direct impact on bayer2rgb performance. Tested on i.MX8mm aarch64 -> Speedboost of ~17%.

Reason:

The line loadoffw t, s, -1 results in orc silent compile error

Pipeline:

gst-launch-1.0 -v videotestsrc ! video/x-bayer,width=1920,height=1080 ! bayer2rgb ! fpsdisplaysink video-sink=fakesink sync=0

Average performance with fix: 25.21fps

Average performance without fix: 21.60fps

Edited by Daniel Knobe

Merge request reports