Home
last modified time | relevance | path

Searched refs:av_compare_mod (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmathematics.h196 int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod);
Dmathematics.c160 int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod) in av_compare_mod() function
/third_party/ffmpeg/libavformat/
Dhls.c2148 return av_compare_mod(scaled_ts_a, scaled_ts_b, 1LL << 33); in compare_ts_with_wrapdetect()
Dutils.c1772 av_compare_mod(next_pkt->dts, pktl->pkt.dts, 2ULL << (wrap_bits - 1)) < 0) { in av_read_frame()
1773 if (av_compare_mod(pktl->pkt.pts, pktl->pkt.dts, 2ULL << (wrap_bits - 1))) { in av_read_frame()
/third_party/ffmpeg/doc/
DAPIchanges3124 2010-06-09 - 65db058 - lavu 50.19.0 - av_compare_mod()
3125 Add av_compare_mod() to libavutil/mathematics.h.