PACK_2U8          180 libavcodec/mathops.h #   define PACK_2U8(a,b)     (((a) <<  8) | (b))
PACK_2U8          190 libavcodec/mathops.h #   define PACK_2U8(a,b)     (((b) <<  8) | (a))