mcps

How to calculate the frames per second(fps) performance of a video decoder?

Hello, How do we get the performance of a video decoder as to how many frames it can decode per second. I know following parameters are used to arrive at fps but not able to relate them in a formula which gives the exact answer: seconds taken to decode a video sequence, total number of frames in the encoded video sequence, clock rate o...

What is relation between MCPS(million cycles per second) and power consumed

Hello, I have been working on a ARM cortex A8 board on mp3 decoder. While doing this i have a requirement saying the mp3 decoder solution i am doing should consume 50 milli-watts of power. This generated few questions in my mind when i thought about it:- 1.) I recall that there is some relation between the Core Voltage applied(V), ...

How much MCPS a Video Decoder on target can consume if the clock speed at which the target runs is know?

Hi, Assume there is a hardware board having RISC CPU(e.g. ARM Cortex processor), and associated peripherals, Data cache/Instruction cache, DRAM, and some OS running on it (Say embedded linux) roughly what percentage portion of the CPU clocks(MHz) (max limit) can be alloted to a Video decoder? Asked differently, if a Cortex-A8 processo...