Searched refs:AV_SWAP16 (Results 1 – 1 of 1) sorted by relevance
50 #define AV_SWAP16(data) \ macro54 (((uint32_t)AV_SWAP16((uint16_t)((data) & 0xffff)) << 16) | \55 (uint32_t)AV_SWAP16((uint16_t)((data) >> 16)))57 #define AV_SWAP16(data) (data)