Hi, please find some comment from our expert:
SAD is used in ME in speed mode, otherwise SATD. It can be set or unset manually like below:
if (core_enc->m_info.m_QualitySpeed == 0)
core_enc->m_Analyse |= ANALYSE_SAD;
RD is not used in ME, it can only be used in split decisions.
Thanks,
Chao