summaryrefslogtreecommitdiff
path: root/libavcodec/lossless_videodsp.h
Commit message (Collapse)AuthorAge
* rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16Michael Niedermayer2014-05-29
| | | | | | 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-29
| | | | | | 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-29
| | | | | | This makes the naming more consistent with the 8bit variant Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/lossless_videodsp: fix incompatible pointer type warningMichael Niedermayer2014-05-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/lossless_videodsp: Pass AVCodecContext to initMichael Niedermayer2014-01-23
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Move sub_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer2014-01-20
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Move add_hfyu_median_prediction_int16() to losslessviddspMichael Niedermayer2014-01-20
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Move add_hfyu_left_prediction_int16 to losslessviddspMichael Niedermayer2014-01-20
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Move add/diff_int16 to lossless_videodspMichael Niedermayer2014-01-20
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>