On Tue, May 17, 2016 at 07:12:54PM +0800, 周晓勇 wrote:
> avcodec/mips: loongson optimize h264pred with mmi v3
>
> 1. no longer use the register names directly and optimized code format
> 2. to be compatible with O32, specify type of address variable with
> mips_reg and handle the addres
avcodec/mips: loongson optimize h264pred with mmi v3
1. no longer use the register names directly and optimized code format
2. to be compatible with O32, specify type of address variable with
mips_reg and handle the address variable with PTR_ operator
3. ff_pred16x16_plane_ functi
From 0a8c479860dad3220eb00e057f200e21c0521899 Mon Sep 17 00:00:00 2001
From: Zhou Xiaoyong
Date: Thu, 12 May 2016 01:45:34 +0800
Subject: [PATCH 08/11] avcodec/mips: loongson optimize h264pred with mmi v3
---
libavcodec/mips/constants.c |1 +
libavcodec/mips/constants.h |