My application requires the use of some video codec provided by the DVSDK framework. Yet, there are some additional DSP functions (not codec related) outside of DVSDK we need to implement to together harmoniously with the DVSDK framework on the DSP core. My question is how can I add custom DSP function to the DVSDK framework without interfering with the DVSDK. I read about both C6Accel and C6Run and am not sure which one is appropriate for the task. could someone give more details as to which one is the better fit?