PACK_2U16         177 libavcodec/mathops.h #   define PACK_2U16(a,b)    (((a) << 16) | (b))
PACK_2U16         187 libavcodec/mathops.h #   define PACK_2U16(a,b)    (((b) << 16) | (a))