Hi,
I have compiled the standalone demo program shipped with C66x_h264venc_01_24_00_01_ELF
and run it in my CCS studio. It read the i/o parameter from the configuration file named "encoder0.cfg".
Which configure Numcores=1. So the demo use 1 core only. I wonder how to do encoding on 2 or more
cores?
In 2 core case, I guess I should change Numcores=2, duplicate "encoder0.cfg" to "encoder1.cfg",
and then load the same binary file manually to both core1 and core2. Right?
I always feel confuse about the mechanism of multi-core's work: Do I have to load the same binary file
to each core manually? Or I only need load the binary file to the master core, which will do job dispatch
to all slave core?
Thank you!
Sunzhao
2012/03/27