[x264-devel] x264 cavlc mvd

sheng chieh chuang boncourage153 at gmail.com
Fri Oct 26 13:57:46 CEST 2018


Hello everyone :

I will working about mvd(motion vector difference) change in cavlc

But I don't know how about the function working

bs_write_se( s, h->mb.cache.mv[i_list][x264_scan8[idx]][0] - mvp[0] );
bs_write_se( s, h->mb.cache.mv[i_list][x264_scan8[idx]][1] - mvp[1] );

If I want to change the mvd between mvdx and mvdy

How could I modify the code


chieh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20181026/b5696eb1/attachment-0001.html>


More information about the x264-devel mailing list