简体   繁体   中英

Rate Distortion Optimized Quantization

Hi i am working on HEVC standard using HM Reference code Version 10.0. Basically i am planning to RD Optimized Quantization. Theoritically we need to Minimize the Cost Function J=D+Lambda*R. My question is How we have to Estimate R before Entropy Encoding for a Particular Frame. Also Which algorithm is used for RDOQ in HM code. Please provide me help as which are the functions that are doing RD Optimization in HM code. I am unable to follow the code flow. I will be happy if you provide me any links that explains code flow in HM Ref code. Thanks..

Too long to put in a comment...

First, why 10.0?

Anyway, search for the definition

#if ADAPTIVE_QP_SELECTION

in the code-base

Have a look at the function Void TComTrQuant::xRateDistOptQuant in file

source/Lib/TLibCommon/TComTrQuant.cpp

Hope it helps...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM