MIPS summary:
| Code memory (KB) |
Data RAM (KB) |
Constant Data Tables (KB) |
MIPS Average |
| 20 |
33* |
311 |
160 |
*This is exclusive of the input and output image buffers. Input Buffer size in Bytes is InputWidth x InputHeight x 1.5. Output Buffer size
for YUV422/RGB565/BGR565 is Output Height x Output Width x 2, for RGB888, the size is Output Height*Output Width*3. Table size indicated is for very large downscale for 10MP images. For sub-D1 images the table sizes would be much smaller. Case considered here is
for a 320x240 input and output of size 720x480 in YUV422.
- For MIPS measurement, Data cache (writeback is enabled in a 32KB cache configuration. Data caching is used for coefficients).
- DMA is enabled for data.
- Instruction cache is disabled.