Skip to content

FIX: CU memory reduction. move some members from CU to intra search

Fabrice URBAN requested to merge furban/ECM:cu_mem_reduction into master

move CU members tmpFlmParams, tmpFusionInfo, tmp(X/Y)disp, and TmrlMode from CU to IntraPrediction. This is a bit-accurate modification. It provides a memory reduction of about 200MB per encoding for classB and seems to reduce encoding time (2-5% - CU copies are accelerated)

Edited by Fabrice URBAN

Merge request reports