diff options
author | 周晓勇 <zhouxiaoyong@loongson.cn> | 2015-08-04 20:05:17 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-05 22:52:52 +0200 |
commit | 71575d98f5af1ec3e6db07192226246986f5b54a (patch) | |
tree | efccd25354d4ff5de3ebec332e5a99d279d6845f /libavcodec/mips/h264pred_init_mips.c | |
parent | 31852540d4fba0c4e8a16d0b3ddff08fc98e48fd (diff) | |
download | ffmpeg-71575d98f5af1ec3e6db07192226246986f5b54a.tar.gz |
avcodec: loongson optimized h264pred with mmi v2
Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/mips/h264pred_init_mips.c')
-rw-r--r-- | libavcodec/mips/h264pred_init_mips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mips/h264pred_init_mips.c b/libavcodec/mips/h264pred_init_mips.c index a2124eca7f..93a2409a0f 100644 --- a/libavcodec/mips/h264pred_init_mips.c +++ b/libavcodec/mips/h264pred_init_mips.c @@ -114,7 +114,6 @@ static av_cold void h264_pred_init_mmi(H264PredContext *h, int codec_id, h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_horizontal_8_mmi; h->pred8x8l [TOP_DC_PRED ] = ff_pred8x8l_top_dc_8_mmi; h->pred8x8l [DC_PRED ] = ff_pred8x8l_dc_8_mmi; - h->pred8x8l [HOR_PRED ] = ff_pred8x8l_horizontal_8_mmi; switch (codec_id) { case AV_CODEC_ID_SVQ3: |