Compile with generic mid_pred function written in the old way on the mips
platform, and objdump its .o file, it will show like this, with more
instructions and branch jump. ```code mid_pred(int, int,
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.or
On Thu, Dec 01, 2022 at 02:42:20PM +0800, Junxian Zhu wrote:
> From: Junxian Zhu
>
> Rewrite mid_pred function in generic mathops.h, reduce branch jump to improve
> performance. And because nowadays new version compiler can compile enough
> short asmbbely code as handwritting in these function,
From: Junxian Zhu
Rewrite mid_pred function in generic mathops.h, reduce branch jump to improve
performance. And because nowadays new version compiler can compile enough short
asmbbely code as handwritting in these function, so remove specified optimized
mips inline asmbbely mathops.h.
Signed