Re: [FFmpeg-devel] [PATCH] avcodec/mips: Fix MMI macro replaces in HEVC Decoder

2022-08-18 Thread 戚铁铮
At 2022/8/18 PM 5:18,"ffmpeg-devel" "殷时友" wrote: > 2022年8月18日 16:29,Hao Chen 写道: > > There are still some bugs unresolved in HEVC decoding. The checkasm-hevc-pel test failed. It's suggested to repair together. > > 在 2022/8/18 下午3:15, 戚铁铮 写道: >> The latest com

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Fix MMI macro replaces in HEVC Decoder

2022-08-18 Thread 殷时友
> 2022年8月18日 16:29,Hao Chen 写道: > > There are still some bugs unresolved in HEVC decoding. The checkasm-hevc-pel > test failed. It's suggested to repair together. > > 在 2022/8/18 下午3:15, 戚铁铮 写道: >> The latest commit of Loongson MMI macro replaces were incorrect. >> It makes a mass of green ti

Re: [FFmpeg-devel] [PATCH] avcodec/mips: Fix MMI macro replaces in HEVC Decoder

2022-08-18 Thread Hao Chen
There are still some bugs unresolved in HEVC decoding. The checkasm-hevc-pel test failed. It's suggested to repair together. 在 2022/8/18 下午3:15, 戚铁铮 写道: The latest commit of Loongson MMI macro replaces were incorrect. It makes a mass of green tints on HEVC videos when playing. I've compared it

[FFmpeg-devel] [PATCH] avcodec/mips: Fix MMI macro replaces in HEVC Decoder

2022-08-18 Thread 戚铁铮
The latest commit of Loongson MMI macro replaces were incorrect. It makes a mass of green tints on HEVC videos when playing. I've compared it with the older MMI implementation, and found out that several lines have been replaced by wrong macros. Signed-off-by: Qi Tiezheng --- libavcodec/mips/he