On Thu, May 28, 2015 at 02:47:56PM +0530, shivraj.pa...@imgtec.com wrote:
> From: Shivraj Patil
>
> This patch removes HEVC code of uni mc cases for time being. It will be added
> in subsequent patches under different file name.
When code is moved it should not be removed and added in seperate
From: Shivraj Patil
This patch removes HEVC code of uni mc cases for time being. It will be added
in subsequent patches under different file name.
There are total 5 sub-modules of HEVC mc functions, if we add all these modules
in one single file, its size would be huge (~750k) & difficult to ma
On Tue, May 26, 2015 at 04:49:15PM +0530, shivraj.pa...@imgtec.com wrote:
> From: Shivraj Patil
>
> Signed-off-by: Shivraj Patil
please include in each patch/commit a commit message which explains
what the patch does, why it does it and how it does it
(unless its obvious)
for example here one w
From: Shivraj Patil
Signed-off-by: Shivraj Patil
---
libavcodec/mips/hevcdsp_init_mips.c | 35 -
libavcodec/mips/hevcdsp_mips.h | 49 -
libavcodec/mips/hevcdsp_msa.c | 2482 ++-
3 files changed, 74 insertions(+), 2492 deletions(-)
diff --git a/lib