Searched refs:DEFINE_CKSUM_LINE (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | uncodedframecrcenc.c | 31 #define DEFINE_CKSUM_LINE(name, type, conv) \ macro 43 DEFINE_CKSUM_LINE(u8, uint8_t, *p) 44 DEFINE_CKSUM_LINE(s16, int16_t, *p + 0x8000) 45 DEFINE_CKSUM_LINE(s32, int32_t, *p + 0x80000000) 46 DEFINE_CKSUM_LINE(flt, float, *p * 0x80000000 + 0x80000000) 47 DEFINE_CKSUM_LINE(dbl, double, *p * 0x80000000 + 0x80000000)
|
Completed in 1 milliseconds