xiph / daala

Modern video compression for the internet

Home Page:https://xiph.org/daala/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Chroma from Luma on inter blocks

negge opened this issue · comments

commented

It is possible to use CfL outside of intra frames. The luma plane is coded using motion compensation and then the reconstructed luma is used as a predictor for chroma.

This would require coding a flag per block indicating if chroma is predicted via motion compensation (inter) or chroma-from-luma (intra).