OSDN Git Service

avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions
authorShivraj Patil <shivraj.patil@imgtec.com>
Sun, 14 Jun 2015 17:56:22 +0000 (23:26 +0530)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Jun 2015 11:50:14 +0000 (13:50 +0200)
commit63eaf529bcfa2f685f5978d4ba4d327ac837c2e2
treed82f3bb3dcc80043efae724b0f6476a3616bcccf
parentbb42a7d4d4011101ddbd817c3a5f6d0d86ee26bd
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions

This patch adds MSA (MIPS-SIMD-Arch) optimizations for H263 lpf functions in new file h263dsp_msa.c

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/h263dsp.c
libavcodec/h263dsp.h
libavcodec/mips/Makefile
libavcodec/mips/h263dsp_init_mips.c [new file with mode: 0644]
libavcodec/mips/h263dsp_mips.h [new file with mode: 0644]
libavcodec/mips/h263dsp_msa.c [new file with mode: 0644]