Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtwinvq.c705 int rounded_up, rounded_down, num_rounded_down, num_rounded_up; in init_bitstream_params() local
716 rounded_up = (bit_size + tctx->n_div[i] - 1) / in init_bitstream_params()
719 num_rounded_down = rounded_up * tctx->n_div[i] - bit_size; in init_bitstream_params()
721 tctx->bits_main_spec[0][i][0] = (rounded_up + 1) / 2; in init_bitstream_params()
722 tctx->bits_main_spec[1][i][0] = rounded_up / 2; in init_bitstream_params()
727 rounded_up = (vect_size + tctx->n_div[i] - 1) / in init_bitstream_params()
730 num_rounded_down = rounded_up * tctx->n_div[i] - vect_size; in init_bitstream_params()
732 tctx->length[i][0] = rounded_up; in init_bitstream_params()