ROUNDED_DIV        75 libavcodec/elbg.c             res[i] = ROUNDED_DIV(vect[i],div);
ROUNDED_DIV       443 libavcodec/h263.c                     block[n][s->dsp.idct_permutation[i   ]] = level - ROUNDED_DIV(ac_val[i + 8]*qscale_table[xy], s->qscale);
ROUNDED_DIV       465 libavcodec/h263.c                     block[n][s->dsp.idct_permutation[i<<3]]= level - ROUNDED_DIV(ac_val[i]*qscale_table[xy], s->qscale);
ROUNDED_DIV      2623 libavcodec/h263.c                     block[s->dsp.idct_permutation[i<<3]] += ROUNDED_DIV(ac_val[i]*qscale_table[xy], s->qscale);
ROUNDED_DIV      2639 libavcodec/h263.c                     block[s->dsp.idct_permutation[i]] += ROUNDED_DIV(ac_val[i + 8]*qscale_table[xy], s->qscale);
ROUNDED_DIV      5332 libavcodec/h263.c         + ROUNDED_DIV(((w - w2)*(r*sprite_ref[0][0] - 16*vop_ref[0][0]) + w2*(r*sprite_ref[1][0] - 16*vop_ref[1][0])),w);
ROUNDED_DIV      5334 libavcodec/h263.c         + ROUNDED_DIV(((w - w2)*(r*sprite_ref[0][1] - 16*vop_ref[0][1]) + w2*(r*sprite_ref[1][1] - 16*vop_ref[1][1])),w);
ROUNDED_DIV      5336 libavcodec/h263.c         + ROUNDED_DIV(((h - h2)*(r*sprite_ref[0][0] - 16*vop_ref[0][0]) + h2*(r*sprite_ref[2][0] - 16*vop_ref[2][0])),h);
ROUNDED_DIV      5338 libavcodec/h263.c         + ROUNDED_DIV(((h - h2)*(r*sprite_ref[0][1] - 16*vop_ref[0][1]) + h2*(r*sprite_ref[2][1] - 16*vop_ref[2][1])),h);
ROUNDED_DIV      5921 libavcodec/h263.c         s->pp_field_time= (  ROUNDED_DIV(s->last_non_b_time, s->t_frame)
ROUNDED_DIV      5922 libavcodec/h263.c                            - ROUNDED_DIV(s->last_non_b_time - s->pp_time, s->t_frame))*2;
ROUNDED_DIV      5923 libavcodec/h263.c         s->pb_field_time= (  ROUNDED_DIV(s->time, s->t_frame)
ROUNDED_DIV      5924 libavcodec/h263.c                            - ROUNDED_DIV(s->last_non_b_time - s->pp_time, s->t_frame))*2;
ROUNDED_DIV      1085 libavcodec/mpegvideo.c         rx= ROUNDED_DIV(rx*3<<4, length);
ROUNDED_DIV      1086 libavcodec/mpegvideo.c         ry= ROUNDED_DIV(ry*3<<4, length);
ROUNDED_DIV       107 libavcodec/mpegvideo_enc.c                 qmat16[qscale][1][i]= ROUNDED_DIV(bias<<(16-QUANT_BIAS_SHIFT), qmat16[qscale][0][i]);
ROUNDED_DIV      1435 libswscale/swscale.c             int intV= ROUNDED_DIV(v, sum);