Re: [FFmpeg-devel] [PATCH 1/4] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functions

2015-06-11 Thread Michael Niedermayer
On Thu, Jun 11, 2015 at 11:27:01AM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil > > Added const. > Will do same for MIPS MSA hevc code in next patch. > > Signed-off-by: Shivraj Patil > --- > libavcodec/mips/Makefile |1 + > libavcodec/mips/h264chroma_init_mips

[FFmpeg-devel] [PATCH 1/4] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functions

2015-06-10 Thread shivraj.patil
From: Shivraj Patil Added const. Will do same for MIPS MSA hevc code in next patch. Signed-off-by: Shivraj Patil --- libavcodec/mips/Makefile |1 + libavcodec/mips/h264chroma_init_mips.c | 21 + libavcodec/mips/h264chroma_mips.h | 12 + libavcodec/mips/h264chroma_msa

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functions

2015-06-10 Thread Michael Niedermayer
On Wed, Jun 10, 2015 at 07:48:38PM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil > > This patch adds MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc > functions in new file h264chroma_msa.c > Adds new generic macros (needed for this patch) in > libavutil/mips/generic_macros_

[FFmpeg-devel] [PATCH 1/4] avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functions

2015-06-10 Thread shivraj.patil
From: Shivraj Patil This patch adds MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functions in new file h264chroma_msa.c Adds new generic macros (needed for this patch) in libavutil/mips/generic_macros_msa.h Signed-off-by: Shivraj Patil --- libavcodec/mips/Makefile |