Lines Matching refs:ROUNDED_DIV
165 block[s->idsp.idct_permutation[i << 3]] += ROUNDED_DIV(ac_val[i] * qscale_table[xy], s->qscale);
180 block[s->idsp.idct_permutation[i]] += ROUNDED_DIV(ac_val[i + 8] * qscale_table[xy], s->qscale);
325 ROUNDED_DIV(((w - w2) *
329 ROUNDED_DIV(((w - w2) *
333 ROUNDED_DIV(((h - h2) * (r * sprite_ref[0][0] - 16LL * vop_ref[0][0]) +
336 ROUNDED_DIV(((h - h2) * (r * sprite_ref[0][1] - 16LL * vop_ref[0][1]) +
3010 s->pp_field_time = (ROUNDED_DIV(s->last_non_b_time, ctx->t_frame) -
3011 ROUNDED_DIV(s->last_non_b_time - s->pp_time, ctx->t_frame)) * 2;
3012 s->pb_field_time = (ROUNDED_DIV(s->time, ctx->t_frame) -
3013 ROUNDED_DIV(s->last_non_b_time - s->pp_time, ctx->t_frame)) * 2;
3023 pts = ROUNDED_DIV(s->time, s->avctx->framerate.den);