]> git.sesse.net Git - ffmpeg/commit
avcodec/mips: Improve avc chroma copy and avg vert mc msa functions
authorKaustubh Raste <kaustubh.raste@imgtec.com>
Tue, 24 Oct 2017 07:10:42 +0000 (12:40 +0530)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 25 Oct 2017 19:50:37 +0000 (21:50 +0200)
commitce0a52e9e92950be9350b09fbdc0b0cfdfb862ec
tree09be4374a8d5c45e2985431299c3f455996b2bab
parent2aab7c2dfaca4386c38e5d565cd2bf73096bcc86
avcodec/mips: Improve avc chroma copy and avg vert mc msa functions

Replace generic with block size specific function.
Load the specific destination bytes instead of MSA load and pack.

Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com>
Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mips/h264chroma_msa.c