X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=source%2Fencoder%2Fslicetype.h;h=2b6e265ba9c4e27d41ef84a4d69d9f25ccab8fbb;hp=8805e90528ff5833e404875b417f9ac57c6e989b;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/source/encoder/slicetype.h b/source/encoder/slicetype.h index 8805e90..2b6e265 100644 --- a/source/encoder/slicetype.h +++ b/source/encoder/slicetype.h @@ -73,8 +73,7 @@ public: EstimateRow() { m_me.setQP(X265_LOOKAHEAD_QP); - m_me.setSearchMethod(X265_HEX_SEARCH); - m_me.setSubpelRefine(1); + m_me.init(X265_HEX_SEARCH, 1, X265_CSP_I400); m_predictions = X265_MALLOC(pixel, 35 * 8 * 8); m_merange = 16; m_lookAheadLambda = (int)x265_lambda_tab[X265_LOOKAHEAD_QP];