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