In the HEVC reference software HM, in the RDO process, the distortion contains the luma and chroma, and they have different weights. Through debugging the codes, I find the chroma weight is higher than 1. So does anyone know how to decide the the weights? Are there any papers talking about this problem?
How to decide the weight of Luma and Chroma distortion in the RDO process?
284 views Asked by xkfz007 At
1
There are 1 answers
Related Questions in HEVC
- Retrieving VUI after AVC/HEVC decoding from *.yuv file?
- HEVC decoding with VA-API is not recognizing my device
- Unable to Video Transcode a UDP mpegts in gstreamer
- How to extract frames as individual webp/jxl files from a mov file with H.264/265 format?
- Using advanced NDI to transmit video with HEVC compression bit rate
- Why did I get a larger data size when compressing the region of interest than the original video?
- Modifying HM inter prediction to use original blocks as references
- How to perform motion compensation on two jpeg pictures?
- High latency in NVENC Encoding with lower frame submission
- Not able to play H265 stream with DRM on chrome
- Get the width / height of the video from H.265 NALU from rtsp packet
- HEVC captures the bits of transform coefficients
- .m3u8 (HEVC, HLS) video won't play while other will
- Cannot play DAV to MP4 converted H.265 video file with hvc1 tag in iPhone
- ffmpeg convert MJPEG to H.265
Related Questions in RDO
- I get an error from sql .delete after updating sqlserver
- Openstack SSH keypair (public key) not being authorized or imported into instance
- Openstack Cirros instance cannot ping or resolve Internet hosts
- Unable to SSH/Ping to VMs on Private Network of Openstack/packstack
- Can't get endpoints with external IP - Google Cloud Plataform (GCP) and OpenStack RDO
- RDO install OpenStack queens all-in-one get stuck
- Install OpenStack using RDO packstack --allinone, got stuck at the prompt asking for Password
- OpenStack Install - Not create openstack project
- OpenStack's virtual nodes permanently in paused state
- Getting signature from Outlook using python with Redemption RDO
- Error in Glance_image[cirros] : change from absent to present failed: Command: ... has been running for more then 20 seconds
- RDO packstack : losing IP connectivity during installation
- OpenStack: Keystone and nova-network inactive after reboot
- No 'users' table in nova database
- Ping failed to second ip in openstack instance
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I will answer my own question. This topic is discussed in the proposal JCT-VC F386. It is about the RDO of Chroma.