Operator FFT ist fixed to parallelism 2. To increase the speed you need to process multiple lines in multiple operators in parallel. So the basic processing is
- split lines
- ImageFIFO + PARALLELdn
- FFT
- PARALLELup + FIFO
- multiplex lines
See the attached VA example.