[FFmpeg-devel] [PATCH 6/9] avcodec: [loongson] optimize get_cabac_inline with asm.

2018-07-12 Thread Shiyou Yin
Optimize function get_cabac_inline with asm. This optimization improved h264 decoding performance about 3fps(from 74fps to 77fps, tested on loongson 3A3000). Change-Id: Ia06381d3b820b6abdeef6af257d7b64b43f08a4b Signed-off-by: Shiyou Yin --- libavcodec/cabac_functions.h | 3 ++ libavcodec/mips

Re: [FFmpeg-devel] [PATCH 6/9] avcodec: [loongson] optimize get_cabac_inline with asm.

2018-07-12 Thread yinshiyou...@loongson.cn
> 主题: Re: [FFmpeg-devel] [PATCH 6/9] avcodec: [loongson] optimize > get_cabac_inline with asm. > > 2018-07-11 12:22 GMT+02:00, Shiyou Yin : > > Optimize function get_cabac_inline with asm for loongson platform. > > The commit message should contain some numbers about t

Re: [FFmpeg-devel] [PATCH 6/9] avcodec: [loongson] optimize get_cabac_inline with asm.

2018-07-11 Thread Carl Eugen Hoyos
2018-07-11 12:22 GMT+02:00, Shiyou Yin : > Optimize function get_cabac_inline with asm for loongson platform. The commit message should contain some numbers about the speed-up. Does this patch (and do the other patches) work on both mips platforms? (There are two that are currently supported by F

[FFmpeg-devel] [PATCH 6/9] avcodec: [loongson] optimize get_cabac_inline with asm.

2018-07-11 Thread Shiyou Yin
Optimize function get_cabac_inline with asm for loongson platform. Change-Id: I538ad5c2d2fc20793aa36b6697c956a1b5ddbc78 Signed-off-by: Shiyou Yin --- libavcodec/cabac_functions.h | 3 ++ libavcodec/mips/cabac.h | 119 +++ 2 files changed, 122 insert

[FFmpeg-devel] [PATCH 6/9] avcodec: [loongson] optimize get_cabac_inline with asm.

2018-07-11 Thread Shiyou Yin
Optimize function get_cabac_inline with asm for loongson platform. Change-Id: I538ad5c2d2fc20793aa36b6697c956a1b5ddbc78 Signed-off-by: Shiyou Yin --- libavcodec/cabac_functions.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/cabac_functions.h b/libavcodec/cabac_functions.h in