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