DTL2020

Results 50 comments of DTL2020

That were old state of hardware and software development. Now NVIDIA provide hardware ME (from MPEG encoder) and it can replaces MAnalyse. So developers of motion compensated temporal degrain filter...

Some more findings - the MV_FORCEINLINE is not compatible in built .obj/.lib with VisualStudio linker. Linker error - function not found. Still hope it can be resolved with command line...

Yes - it will be very nice if VisualStudio MVtools project will be fully compatible with totaly automated build with IntelC++ from IDE. Currently it looks have some issues with...

The ltest commit works mostly OK. But there is need a way to determine which Intel .dlls need to be distributed with executable. At the build system they are exist...

It looks intelC++ build require distribution of libmmd.dll and svml_dispmd.dll. Also the multi-file IPO build looks fastest so it is good to enable /Qipo in the intel c++ build project....

The Multi-file IPO typically fails with default settings from repository (Visual Studio 2019 + Intel Compiler 19.1). Looks like solution - enable optimizations for exact microarchitecture (CoffeLake or other). Or...

Greetings ! Todays commint it is my long awaiting first release of idea about full Esa search inside SIMD register file (at least it only reloads ref lines from cache...

I uploaded new commint with C-ref functions and some fixes to _avx2. Do it correct or I need to take (fork) latest repository and add new files to it and...

I delete and fork my repository again to have new copy with a places where to put C-ref functions and corrected _avx2. So need to open new pull-request with new...

Oh - I see pinterf already merge my latest commit. The only comment (it looks it not works in web-interface of github ?) - line 803 of PlaneofBlocks_avx2.cpp - https://github.com/pinterf/mvtools/blob/0361d4bbd747f643a584323f8101a884786bebcd/Sources/PlaneOfBlocks_avx2.cpp#L802...