I tested the 720p H.264 encoding efficiency in two way:
1. Modified the demo code of the Linux OS related and used gettimeofday() system funtion to record the encoding time, then got the result which was about 33 frames per second according to some computation.
2. With emulator and JTAG connected to dm6467 evm and project download from TI site, the result was about 27 frames per second through cycles of encoding and the frequency of DSP(594MHz)
I am so confused about the result, both of them adopted the codec engine core function "process()", but the efficiency were different. Is there some significant difference between the OS dependent version and emulation version on encoding?