Searched refs:av_compare_mod (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmathematics.h133 int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod);
H A Dmathematics.c158 int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dmathematics.h116 int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod);
H A Dmathematics.c147 int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod){ function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhls.c1515 return av_compare_mod(scaled_ts_a, scaled_ts_b, 1LL << 33);
H A Dutils.c1618 (av_compare_mod(next_pkt->dts, pktl->pkt.dts, 2LL << (wrap_bits - 1)) < 0)) {
1619 if (av_compare_mod(pktl->pkt.pts, pktl->pkt.dts, 2LL << (wrap_bits - 1))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c1285 (av_compare_mod(next_pkt->dts, pktl->pkt.dts, 2LL << (wrap_bits - 1)) < 0) &&
1286 av_compare_mod(pktl->pkt.pts, pktl->pkt.dts, 2LL << (wrap_bits - 1))) { //not b frame

Completed in 135 milliseconds