Browse Source

avcodec/mips: Restructure as per avutil/mips/generic_macros_msa.h

This patch modifies H264 loopfilter, weighted & bi-weighted prediction MIPS-SIMD optimized code according to improved version of generic macros.
Also there are minor code alignment changes.

Overall, this patch is just upgrading the code with styling changes and will bring it in sync with MIPS-SIMD optimized latest codebase at our end.

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Shivraj Patil Michael Niedermayer 10 years ago
parent
commit
bcd7bf7eeb
1 changed files with 634 additions and 1124 deletions
  1. +634
    -1124
      libavcodec/mips/h264dsp_msa.c

+ 634
- 1124
libavcodec/mips/h264dsp_msa.c
File diff suppressed because it is too large
View File


Loading…
Cancel
Save