summaryrefslogtreecommitdiff
path: root/libavcodec/loongarch/cabac.h
Commit message (Collapse)AuthorAge
* avcodec: [loongarch] optimize get_cabac.Shiyou Yin2021-12-01
Decoding 1080P H264 on 2.5Ghz 3A5000: 165fps==>168fps. Testing command: ffmpeg -i ***.mp4 -f rawvideo -y /dev/null -an Reviewed-by: 陈昊 <chenhao@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>