Open Reel-Deal opened 1 year ago
I don't understand that part what it really does, but it is sure that when TP1 (here as P1_param) is zero, the 'continue' will never happen. https://github.com/pinterf/Frfun7/blob/main/Frfun7/Frfun7.cpp#L1907 The processing will always go on to the rest of the loop code. The frcore_dev_2x_b4 and frcore_filter_overlap_b4r2_simd are really time consuming operations.
Hi there pinterf, I noticed something odd. Whenever p=1 and tp1 is defined there is a massive slowdown. For example:
What makes it more odd is that the default for TP1 is 0. Using latest version with avs+ test7.
Edit: P=1 and TP1=0 seems to be the problem. TP1=1 or greater is fast again and it only gets faster the higher you go.