Lines Matching refs:ROUNDED_DIV
94 … block[s->idsp.idct_permutation[i << 3]] += ROUNDED_DIV(ac_val[i] * qscale_table[xy], s->qscale); in ff_mpeg4_pred_ac()
109 … block[s->idsp.idct_permutation[i]] += ROUNDED_DIV(ac_val[i + 8] * qscale_table[xy], s->qscale); in ff_mpeg4_pred_ac()
254 ROUNDED_DIV(((w - w2) * in mpeg4_decode_sprite_trajectory()
258 ROUNDED_DIV(((w - w2) * in mpeg4_decode_sprite_trajectory()
262 ROUNDED_DIV(((h - h2) * (r * sprite_ref[0][0] - 16LL * vop_ref[0][0]) + in mpeg4_decode_sprite_trajectory()
265 ROUNDED_DIV(((h - h2) * (r * sprite_ref[0][1] - 16LL * vop_ref[0][1]) + in mpeg4_decode_sprite_trajectory()
2932 s->pp_field_time = (ROUNDED_DIV(s->last_non_b_time, ctx->t_frame) - in decode_vop_header()
2933 ROUNDED_DIV(s->last_non_b_time - s->pp_time, ctx->t_frame)) * 2; in decode_vop_header()
2934 s->pb_field_time = (ROUNDED_DIV(s->time, ctx->t_frame) - in decode_vop_header()
2935 ROUNDED_DIV(s->last_non_b_time - s->pp_time, ctx->t_frame)) * 2; in decode_vop_header()
2945 pts = ROUNDED_DIV(s->time, s->avctx->framerate.den); in decode_vop_header()