On 03/18, Niras C.V. wrote:
> Hi,
> Could you please tell me how you find mv in X265, when I checked the code,
> I understand that it is always use a 8x8 blocks for finding mv, why don't
> you use larger blocks sizes, like 16x4, 16x16 etc?
> 
> Or am I made any mistake in understanding the code (HEX search) ?

Please send questions to x265-devel@videolan.org

You have probably encountered the lookahead motion search in
slicetype.cpp which always works on 8x8 blocks. The main motion search
is performed by predInterSearch() in search.cpp.

-- 
Steve Borho
_______________________________________________
x265-devel mailing list
x265-devel@videolan.org
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to