Home
last modified time | relevance | path

Searched refs:rounded_up (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtwinvq.c706 int rounded_up, rounded_down, num_rounded_down, num_rounded_up; in init_bitstream_params() local
717 rounded_up = (bit_size + tctx->n_div[i] - 1) / in init_bitstream_params()
720 num_rounded_down = rounded_up * tctx->n_div[i] - bit_size; in init_bitstream_params()
722 tctx->bits_main_spec[0][i][0] = (rounded_up + 1) / 2; in init_bitstream_params()
723 tctx->bits_main_spec[1][i][0] = rounded_up / 2; in init_bitstream_params()
728 rounded_up = (vect_size + tctx->n_div[i] - 1) / in init_bitstream_params()
731 num_rounded_down = rounded_up * tctx->n_div[i] - vect_size; in init_bitstream_params()
733 tctx->length[i][0] = rounded_up; in init_bitstream_params()
/third_party/backends/backend/
H A Dcanon_dr.c4787 int rounded_up = (8 - remainder) + (get_R_PSIZE_width(in) * s->u.dpi_x / 1200); in get_pixelsize() local
4789 s->u.br_x = rounded_up * 1200 / s->u.dpi_x; in get_pixelsize()

Completed in 10 milliseconds