<div dir="ltr"><div style="font-size:12.8px"><span style="font-size:12.8px">Hi</span></div><div style="font-size:12.8px"><span style="font-size:12.8px"><br></span></div><div style="font-size:12.8px"><span style="font-size:12.8px">I need clarification in the implementation of TESA.</span></div><div><span style="font-size:12.8px">In macroblock.c, in the following line, please help me understand the significance of the following constants and why they are used-: 24, 4, 1.</span></div><div style="font-size:12.8px"><span style="font-size:12.8px"><br></span></div><div style="font-size:12.8px"><span style="font-size:12.8px">int buf_tesa = (h->param.analyse.i_me_method >= X264_ME_ESA) *</span><br></div><div style="font-size:12.8px"><div><span style="font-size:12.8px">            ((me_range*2+24) * sizeof(int16_t) + (me_range+4) * (me_range+1) * 4 * sizeof(mvsad_t));</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Thanks</span></div></div></div>