summaryrefslogtreecommitdiffstats
path: root/libavcodec/lossless_videodsp.c
Commit message (Collapse)AuthorAgeFilesLines
* rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16Michael Niedermayer2014-05-291-2/+2
| | | | | | This makes the naming more consistent with the 8bit variant Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rename add_hfyu_median_prediction_int16 to add_hfyu_median_pred_int16Michael Niedermayer2014-05-291-2/+2
| | | | | | This makes the naming more consistent with the 8bit variant Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* rename sub_hfyu_median_prediction_int16 to sub_hfyu_median_pred_int16Michael Niedermayer2014-05-291-2/+2
| | | | | | This makes the naming more consistent with the 8bit variant Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/lossless_videodsp: add_hfyu_left_prediction_int16_c: fix harmless ↵Michael Niedermayer2014-02-151-1/+1
| | | | | | integer overflow Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/lossless_videodsp: Pass AVCodecContext to initMichael Niedermayer2014-01-231-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/lossless_videodsp: fix diff_int16_c on MIPSMichael Niedermayer2014-01-211-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Move sub_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer2014-01-201-0/+19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Move add_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer2014-01-201-0/+19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Move add_hfyu_left_prediction_int16 to losslessviddspMichael Niedermayer2014-01-201-0/+21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Move add/diff_int16 to lossless_videodspMichael Niedermayer2014-01-201-0/+69
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud