diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-29 19:48:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-29 19:48:23 +0200 |
commit | 40a4ab8ba4bffda8f4341484fcda4cf9be2b3d20 (patch) | |
tree | fbabe244f6910894eb389fa850ae15dd91c1781f /libavcodec/x86/lossless_videodsp.asm | |
parent | 05de4d30111ef16c9721f1bea6ad14795407c7fc (diff) | |
download | ffmpeg-40a4ab8ba4bffda8f4341484fcda4cf9be2b3d20.tar.gz |
rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16
This makes the naming more consistent with the 8bit variant
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/lossless_videodsp.asm')
-rw-r--r-- | libavcodec/x86/lossless_videodsp.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/lossless_videodsp.asm b/libavcodec/x86/lossless_videodsp.asm index bacc1e927a..b64591585f 100644 --- a/libavcodec/x86/lossless_videodsp.asm +++ b/libavcodec/x86/lossless_videodsp.asm @@ -252,7 +252,7 @@ cglobal add_hfyu_median_prediction_int16, 7,7,0, dst, top, diff, mask, w, left, mov [left_topq], r2d RET -cglobal sub_hfyu_median_prediction_int16, 7,7,0, dst, src1, src2, mask, w, left, left_top +cglobal sub_hfyu_median_pred_int16, 7,7,0, dst, src1, src2, mask, w, left, left_top add wd, wd movd mm7, maskd SPLATW mm7, mm7 |