FASTDIV           462 libavcodec/flacenc.c     k = av_log2(n<256 ? FASTDIV(sum2,n) : sum2/n);
FASTDIV          2564 libavcodec/h263.c     pred = FASTDIV((pred + (scale >> 1)), scale);
FASTDIV          4765 libavcodec/h263.c             if(n<4) level= FASTDIV((level + (s->y_dc_scale>>1)), s->y_dc_scale);
FASTDIV          4766 libavcodec/h263.c             else    level= FASTDIV((level + (s->c_dc_scale>>1)), s->c_dc_scale);
FASTDIV           621 libavcodec/msmpeg4.c     return FASTDIV((sum + (scale>>1)), scale);
FASTDIV           685 libavcodec/msmpeg4.c         a = FASTDIV((a + (scale >> 1)), scale);
FASTDIV           686 libavcodec/msmpeg4.c         b = FASTDIV((b + (scale >> 1)), scale);
FASTDIV           687 libavcodec/msmpeg4.c         c = FASTDIV((c + (scale >> 1)), scale);
FASTDIV          1369 libavcodec/vorbis_dec.c                                               : FASTDIV(vr->partition_size, dim);
FASTDIV           178 libavutil/internal.h         b= FASTDIV(c,b) + (b<<s);