SAMPLE_MAX       1796 libavcodec/mlpenc.c #define SAMPLE_MIN(bitdepth) (~SAMPLE_MAX(bitdepth))
SAMPLE_MAX       1850 libavcodec/mlpenc.c         if (residual < SAMPLE_MIN(24) || residual > SAMPLE_MAX(24)) {