Add parallelization to BayerFramePreProcessor
Open, Needs TriagePublic

Description

Possibly by using OpenMP or manually, as the data blocks are usually independent of each other.

Example for processing done by 2 threads (same data array "split" in half):

Thread 1:
RGRGRGRGRG...
GBGBGBGBGB...
...

Thread 2:
RGRGRGRGRG...
GBGBGBGBGB...
...

BAndiT1983 updated the task description. (Show Details)
BAndiT1983 raised the priority of this task from to Needs Triage.
BAndiT1983 claimed this task.
BAndiT1983 added a project: Open Cine.
BAndiT1983 updated the task description. (Show Details)
BAndiT1983 added a subscriber: BAndiT1983.