PRORES_BITS_PER_SAMPLE 88 libavcodec/proresdec_lgpl.c avctx->bits_per_raw_sample = PRORES_BITS_PER_SAMPLE; PRORES_BITS_PER_SAMPLE 30 libavcodec/proresdsp.c #define BIAS (1 << (PRORES_BITS_PER_SAMPLE - 1)) ///< bias value for converting signed pixels into unsigned ones PRORES_BITS_PER_SAMPLE 31 libavcodec/proresdsp.c #define CLIP_MIN (1 << (PRORES_BITS_PER_SAMPLE - 8)) ///< minimum value for clipping resulting pixels PRORES_BITS_PER_SAMPLE 32 libavcodec/proresdsp.c #define CLIP_MAX (1 << PRORES_BITS_PER_SAMPLE) - CLIP_MIN - 1 ///< maximum value for clipping resulting pixels