Hello,
I'm working on JPEG 2000 encoder provided by TI. I'm currently running it on single core
and need to extend it to 8 cores to get better frame rate.(JPEG 2000 encoder doesn't support multicore)
Considering, I configure core 0 as master core (which gets the raw data to be encoded) and rest all as slave core,
May I know how can I schedule the encoding operations of successive frames to the next available(free) core?
I'm new to this field. Kindly point me towards right documents and sources.
Regards
Bharath