Home
last modified time | relevance | path

Searched refs:num_rounded_down (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
719 num_rounded_down = rounded_up * tctx->n_div[i] - bit_size; in init_bitstream_params()
720 num_rounded_up = tctx->n_div[i] - num_rounded_down; in init_bitstream_params()
730 num_rounded_down = rounded_up * tctx->n_div[i] - vect_size; in init_bitstream_params()
731 num_rounded_up = tctx->n_div[i] - num_rounded_down; in init_bitstream_params()