2024-04-02 13:10:04 -04:00
|
|
|
.. meta::
|
|
|
|
|
:description: rocJPEG documentation and API reference library
|
|
|
|
|
:keywords: rocJPEG, ROCm, API, documentation
|
|
|
|
|
|
|
|
|
|
********************************************************************
|
|
|
|
|
rocJPEG documentation
|
|
|
|
|
********************************************************************
|
|
|
|
|
|
|
|
|
|
rocJPEG provides APIs and samples that you can use to easily access the JPEG decoding
|
|
|
|
|
features of your media engines (VCNs). It also allows interoperability with other compute engines on
|
|
|
|
|
the GPU using Video Acceleration API (VA-API)/HIP. To learn more, see :doc:`what-is-rocJPEG`
|
|
|
|
|
|
2024-09-18 12:56:20 -04:00
|
|
|
The code is open and hosted at `GitHub repository <https://github.com/ROCm/rocJPEG>`_.
|
2024-04-02 13:10:04 -04:00
|
|
|
|
|
|
|
|
.. grid:: 2
|
|
|
|
|
:gutter: 3
|
|
|
|
|
|
|
|
|
|
.. grid-item-card:: Install
|
|
|
|
|
|
|
|
|
|
* :doc:`Quick-start <./install/quick-start>`
|
|
|
|
|
* :doc:`rocJPEG installation <./install/install>`
|
|
|
|
|
|
2024-09-18 12:56:20 -04:00
|
|
|
The documentation is structured as follows:
|
2024-04-02 13:10:04 -04:00
|
|
|
|
2024-09-18 12:56:20 -04:00
|
|
|
.. grid:: 2
|
|
|
|
|
:gutter: 3
|
|
|
|
|
|
|
|
|
|
.. grid-item-card:: Tutorials
|
|
|
|
|
|
|
|
|
|
* `GitHub samples <https://github.com/ROCm/rocJPEG/tree/develop/samples>`_
|
2024-04-02 13:10:04 -04:00
|
|
|
|
|
|
|
|
.. grid-item-card:: How to
|
|
|
|
|
|
|
|
|
|
* :doc:`Use rocJPEG <how-to/using-rocjpeg>`
|
|
|
|
|
|
2024-09-18 12:56:20 -04:00
|
|
|
.. grid-item-card:: API reference
|
|
|
|
|
|
|
|
|
|
* :doc:`API library <../doxygen/html/files>`
|
|
|
|
|
* :doc:`Functions <../doxygen/html/globals>`
|
|
|
|
|
* :doc:`Data structures <../doxygen/html/annotated>`
|
2024-04-02 13:10:04 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
To contribute to the documentation, refer to
|
|
|
|
|
`Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.
|
|
|
|
|
|
|
|
|
|
You can find licensing information on the
|
2024-09-18 12:56:20 -04:00
|
|
|
`Licensing <https://rocm.docs.amd.com/en/latest/about/license.html>`_ page.
|