PHASE_BITS         42 libavcodec/imgresample.c #define NB_PHASES  (1 << PHASE_BITS)
PHASE_BITS         75 libavcodec/imgresample.c     return ((pos) >> (POS_FRAC_BITS - PHASE_BITS)) & ((1 << PHASE_BITS) - 1);