Skip to content
Snippets Groups Projects
Commit a4178cc2 authored by Ronald S. Bultje's avatar Ronald S. Bultje
Browse files

av1: use chroma txtp inference over default DCT_DCT if qidx=0

Fixes #320. The problem here is that qidx=0 is (in libaom) a shortcut
for lossless, which normally becomes WHT_WHT, but under some obscure
conditions, it can also be non-lossless, in which case qidx=0 implies
DCT_DCT for luma. For chroma, apparently we should use the default
inference pattern, which becomes DCT_DCT for inter also, but requires
the standard lookup table for intra.
parent 1d36922f
Branches master
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment