Searched refs:AV_SWAP16 (Results 1 – 1 of 1) sorted by relevance
51 #define AV_SWAP16(data) \ macro55 (((uint32_t)AV_SWAP16((uint16_t)((data) & 0xffff)) << 16) | \56 (uint32_t)AV_SWAP16((uint16_t)((data) >> 16)))58 #define AV_SWAP16(data) (data)