paper-with-me

Papers

Performance Analysis of Optimized Versatile Video Coding Software Decoders on Embedded Platforms

2022-06-30 · Anup Saha, Wassim Hamidouche, Miguel Chavarrías, Guillaume Gautier, Fernando Pescador, Ibrahim Farhat

In recent years, the global demand for high-resolution videos and the emergence of new multimedia applications have created the need for a new video coding standard. Hence, in July 2020 the Versatile Video Coding (VVC) standard was released providing up to 50% bit-rate saving for the same video quality compared to its predecessor High Efficiency Video Coding (HEVC). However, this bit-rate saving comes at the cost of a high computational complexity, particularly for live applications and on resource-constraint embedded devices. This paper presents two optimized VVC software decoders, named OpenVVC and Versatile Video deCoder (VVdeC), designed for low resources platforms. They exploit optimization techniques such as data level parallelism using Single Instruction Multiple Data (SIMD) instructions and functional level parallelism using frame, tile and slice-based parallelisms. Furthermore, a comparison in terms of decoding run time, energy and memory consumption between the two decoders is presented while targeting two different resource-constraint embedded devices. The results showed that both decoders achieve real-time decoding of Full High definition (FHD) resolution over the first platform using 8 cores and High-definition (HD) real-time decoding for the second platform using only 4 cores with comparable results in terms of average consumed energy: around 26 J and 15 J for the 8 cores and 4 cores embedded platforms, respectively. Regarding the memory usage, OpenVVC showed better results with less average maximum memory consumed during run time compared to VVdeC.

📄 PDF Abstract BibTeX arXiv:2206.15311

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimized Adaptive Loop Filter in Versatile Video Coding

2026-07-07 · Meng Xuewei, Zhang Jiaqi, Jia Chuanmin, Zhang Xinfeng 외 arxiv

In the Versatile Video Coding~(VVC) standard, adaptive loop filter~(ALF), including Geometry transformation-based Adaptive Loop Filter~(GALF) and Cross Component Adaptive Loop Filter~(CCALF), plays an essential role in r…

New VVC profiles targeting Feature Coding for Machines

2025-12-09 · Md Eimran Hossain Eimon, Ashan Perera, Juan Merlos, Velibor Adzic 외 arxiv

Modern video codecs have been extensively optimized to preserve perceptual quality, leveraging models of the human visual system. However, in split inference systems-where intermediate features from neural network are tr…

Emerging Standards for Machine-to-Machine Video Coding

2025-12-11 · Md Eimran Hossain Eimon, Velibor Adzic, Hari Kalva, Borko Furht arxiv

Machines are increasingly becoming the primary consumers of visual data, yet most deployments of machine-to-machine systems still rely on remote inference where pixel-based video is streamed using codecs optimized for hu…

A CNN-based Post-Processor for Perceptually-Optimized Immersive Media Compression

2022-02-25 · Angeliki Katsenou, Fan Zhang, David Bull

In recent years, resolution adaptation based on deep neural networks has enabled significant performance gains for conventional (2D) video codecs. This paper investigates the effectiveness of spatial resolution resamplin…

VNVC: A Versatile Neural Video Coding Framework for Efficient Human-Machine Vision

2023-06-19 · Xihua Sheng, Li Li, Dong Liu, Houqiang Li

Almost all digital videos are coded into compact representations before being transmitted. Such compact representations need to be decoded back to pixels before being displayed to humans and - as usual - before being enh…

DecoderMotion CompensationMotion EstimationVideo Enhancement+1