FASTDIV            40 libavcodec/arm/mathops.h #define FASTDIV FASTDIV
FASTDIV            55 libavcodec/arm/mathops.h #define FASTDIV FASTDIV
FASTDIV           750 libavcodec/dcadec.c         int div = FASTDIV(code, levels);
FASTDIV           166 libavcodec/g723_1.c         p->subframe[i].ad_cb_gain = FASTDIV(temp, GAIN_LEVELS);
FASTDIV           188 libavcodec/g723_1.c         p->subframe[1].pulse_pos = FASTDIV(temp, 90);
FASTDIV           191 libavcodec/g723_1.c         p->subframe[2].pulse_pos = FASTDIV(temp, 9);
FASTDIV           210 libavcodec/mathops.h #ifndef FASTDIV
FASTDIV           228 libavcodec/mathops.h         b = FASTDIV(c,b) + (b << s);
FASTDIV           223 libavcodec/mpeg4video.h     pred = FASTDIV((pred + (scale >> 1)), scale);
FASTDIV           957 libavcodec/mpeg4videodec.c                     level = FASTDIV((level + (s->y_dc_scale >> 1)), s->y_dc_scale);
FASTDIV           959 libavcodec/mpeg4videodec.c                     level = FASTDIV((level + (s->c_dc_scale >> 1)), s->c_dc_scale);
FASTDIV           188 libavcodec/msmpeg4.c     return FASTDIV((sum + (scale>>1)), scale);
FASTDIV           249 libavcodec/msmpeg4.c         a = FASTDIV((a + (scale >> 1)), scale);
FASTDIV           250 libavcodec/msmpeg4.c         b = FASTDIV((b + (scale >> 1)), scale);
FASTDIV           251 libavcodec/msmpeg4.c         c = FASTDIV((c + (scale >> 1)), scale);
FASTDIV          1430 libavcodec/vorbisdec.c                             unsigned step = FASTDIV(vr->partition_size << 1, dim << 1);
FASTDIV          1484 libavcodec/vorbisdec.c                                 unsigned voffs_div = FASTDIV(voffset << 1, ch <<1);
FASTDIV          3492 libavcodec/vp9.c     update_factor = FASTDIV(update_factor * ct, max_count);