av_ceil_log2      367 libavcodec/alsdec.c         int chan_pos_bits = av_ceil_log2(avctx->channels);
av_ceil_log2      702 libavcodec/alsdec.c             int opt_order_length = av_ceil_log2(av_clip((bd->block_length >> 3) - 1,
av_ceil_log2      818 libavcodec/alsdec.c         unsigned int b = av_clip((av_ceil_log2(bd->block_length) - 3) >> 1, 0, 5);
av_ceil_log2     1231 libavcodec/alsdec.c         current->master_channel = get_bits_long(gb, av_ceil_log2(channels));
av_ceil_log2     1369 libavcodec/cbs_h264_syntax_template.c         bits = av_ceil_log2(max + 1);
av_ceil_log2      286 libavcodec/dca_lbr.c     int ch_nbits = av_ceil_log2(s->nchannels_total);
av_ceil_log2      281 libavcodec/dca_xll.c             int ch_nbits = av_ceil_log2(c->nchannels);
av_ceil_log2      706 libavcodec/g2meet.c             idx = av_ceil_log2(run);
av_ceil_log2      288 libavcodec/hevcdec.c                 lt_idx_sps = get_bits(gb, av_ceil_log2(sps->num_long_term_ref_pics_sps));
av_ceil_log2      576 libavcodec/hevcdec.c         slice_address_length = av_ceil_log2(s->ps.sps->ctb_width *
av_ceil_log2      653 libavcodec/hevcdec.c                 numbits = av_ceil_log2(s->ps.sps->nb_st_rps);
av_ceil_log2      731 libavcodec/hevcdec.c                         sh->list_entry_lx[0][i] = get_bits(gb, av_ceil_log2(nb_refs));
av_ceil_log2      738 libavcodec/hevcdec.c                             sh->list_entry_lx[1][i] = get_bits(gb, av_ceil_log2(nb_refs));
av_ceil_log2      299 libavcodec/mss2.c         current_codes   = get_bits(gb, av_ceil_log2(remaining_codes + 1));
av_ceil_log2      549 libavcodec/wmalosslessdec.c             rem_bits = av_ceil_log2(ave_mean);
av_ceil_log2      395 libavcodec/wmavoice.c     s->spillover_bitsize = 3 + av_ceil_log2(ctx->block_align);
av_ceil_log2      446 libavcodec/wmavoice.c     s->pitch_nbits      = av_ceil_log2(pitch_range);
av_ceil_log2      471 libavcodec/wmavoice.c     s->block_delta_pitch_nbits  = 1 + av_ceil_log2(s->block_delta_pitch_hrange);
av_ceil_log2      475 libavcodec/wmavoice.c     s->block_pitch_nbits        = av_ceil_log2(s->block_pitch_range);
av_ceil_log2      543 libavutil/common.h #ifndef av_ceil_log2