Skip to content

Using CMSIS-DSP to Accelerate JPEG Decoding: Limitations and Alternatives #269

@JiapengLi

Description

@JiapengLi

I am maintaining a lightweight JPEG decoding library and would like to leverage the CMSIS-DSP library to improve performance.

However, based on the CMSIS-DSP documentation (https://arm-software.github.io/CMSIS-DSP/latest/group__DCT4__IDCT4.html
), it appears that only DCT type-IV is supported.

Is it possible to use CMSIS-DSP to accelerate the JPEG decoding process despite this limitation?
Are there alternative methods to implement DCT type-II or III using CMSIS-DSP or other ARM-optimized routines?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions