paper-with-me

Papers

Estimating the HEVC Decoding Energy Using the Decoder Processing Time

2022-03-03 · Christian Herglotz, Elisabeth Walencik, André Kaup

This paper presents a method to accurately estimate the required decoding energy for a given HEVC software decoding solution. We show that the decoder's processing time as returned by common C++ and UNIX functions is a highly suitable parameter to obtain valid estimations for the actual decoding energy. We verify this hypothesis by performing an exhaustive measurement series using different decoder setups and video bit streams. Our findings can be used by developers and researchers in the search for new energy saving video compression algorithms.

📄 PDF Abstract BibTeX arXiv:2203.01767

Code (0)

등록된 구현이 없습니다.

Tasks

DecodervalidVideo Compression

Similar Papers 제목 키워드 기반

Modeling the Energy Consumption of HEVC Intra Decoding

2022-03-03 · Christian Herglotz, Dominic Springer, Andrea Eichenseer, André Kaup

Battery life is one of the major limitations to mobile device use, which makes research on energy efficient soft- and hardware an important task. This paper investigates the energy required by a CPU when decoding compres…

CPUDecoder

Joint Optimization of Rate, Distortion, and Decoding Energy for HEVC Intraframe Coding

2022-03-03 · Christian Herglotz, André Kaup

This paper presents a novel algorithm that aims at minimizing the required decoding energy by exploiting a general energy model for HEVC-decoder solutions. We incorporate the energy model into the HEVC encoder such that …

DecoderQuantization

Video Decoding Energy Estimation Using Processor Events

2023-07-26 · Christian Herglotz, André Kaup

In this paper, we show that processor events like instruction counts or cache misses can be used to accurately estimate the processing energy of software video decoders. Therefore, we perform energy measurements on an AR…

Decoder

A Comprehensive Review of Software and Hardware Energy Efficiency of Video Decoders

2024-02-14 · Matthias Kränzler, Christian Herglotz, André Kaup

Energy and compression efficiency are two essential parts of modern video decoder implementations that have to be considered. This work comprehensively studies the following six video coding formats regarding compression…

Decoder

Decoding Energy Modeling For Versatile Video Coding

2022-09-21 · Matthias Kränzler, Christian Herglotz, André Kaup

In previous research, it was shown that the software decoding energy demand of High Efficiency Video Coding (HEVC) can be reduced by 15$\%$ by using a decoding-energy-rate-distortion optimization algorithm. To achieve th…

Decoder