[x264-devel] Doubt in TESA implementation

Aishwarya aishwarya.parvathy at gmail.com
Wed Oct 19 14:16:42 CEST 2016


Hi

I need clarification in the implementation of TESA.
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.

int buf_tesa = (h->param.analyse.i_me_method >= X264_ME_ESA) *
            ((me_range*2+24) * sizeof(int16_t) + (me_range+4) *
(me_range+1) * 4 * sizeof(mvsad_t));

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20161019/fd5eb835/attachment.html>


More information about the x264-devel mailing list