Searched refs:time_mod (Results 1 – 1 of 1) sorted by relevance
1062 int64_t time_div, time_mod; in ff_mpeg4_encode_picture_header() local1082 time_mod = FFUMOD(s->time, s->avctx->time_base.den); in ff_mpeg4_encode_picture_header()1096 put_bits(&s->pb, s->time_increment_bits, time_mod); /* time increment */ in ff_mpeg4_encode_picture_header()