FASTDIV            40 libavcodec/arm/mathops.h #define FASTDIV FASTDIV
FASTDIV            55 libavcodec/arm/mathops.h #define FASTDIV FASTDIV
FASTDIV           532 libavcodec/dca_core.c         div = FASTDIV(code1, levels);
FASTDIV           537 libavcodec/dca_core.c         div = FASTDIV(code2, levels);
FASTDIV           134 libavcodec/g723_1dec.c         p->subframe[i].ad_cb_gain = FASTDIV(temp, GAIN_LEVELS);
FASTDIV           156 libavcodec/g723_1dec.c         p->subframe[1].pulse_pos = FASTDIV(temp, 90);
FASTDIV           159 libavcodec/g723_1dec.c         p->subframe[2].pulse_pos = FASTDIV(temp, 9);
FASTDIV           201 libavcodec/mathops.h #ifndef FASTDIV
FASTDIV           221 libavcodec/mathops.h         b = FASTDIV(c,b) + (b << s);
FASTDIV           247 libavcodec/mpeg4video.h     pred = FASTDIV((pred + (scale >> 1)), scale);
FASTDIV          1060 libavcodec/mpeg4videodec.c                     level = FASTDIV((level + (s->y_dc_scale >> 1)), s->y_dc_scale);
FASTDIV          1062 libavcodec/mpeg4videodec.c                     level = FASTDIV((level + (s->c_dc_scale >> 1)), s->c_dc_scale);
FASTDIV           189 libavcodec/msmpeg4.c     return FASTDIV((sum + (scale>>1)), scale);
FASTDIV           250 libavcodec/msmpeg4.c         a = FASTDIV((a + (scale >> 1)), scale);
FASTDIV           251 libavcodec/msmpeg4.c         b = FASTDIV((b + (scale >> 1)), scale);
FASTDIV           252 libavcodec/msmpeg4.c         c = FASTDIV((c + (scale >> 1)), scale);
FASTDIV          1447 libavcodec/vorbisdec.c                             unsigned step = FASTDIV(vr->partition_size << 1, dim << 1);
FASTDIV          1516 libavcodec/vorbisdec.c                                 unsigned voffs_div = ch == 1 ? voffset : FASTDIV(voffset, ch);
FASTDIV            37 libavcodec/vp9prob.c     update_factor = FASTDIV(update_factor * FFMIN(ct, max_count), max_count);