Skip to content

fix valgrind error in intra DBV (related to JVET_AH0136_CHROMA_REORDERING)

Xinwei Li requested to merge lxw/ECM:FIX_VALGRIND_ERROR into master

Move the condition to avoid checking not valid BVs before doing the prediction in IntraSearch::estIntraPredChromaQT and IntraPrediction::deriveNonCcpChromaModes. This does not change the performances.

Merge request reports