av_ceil_log2      350 libavcodec/alsdec.c         int chan_pos_bits = av_ceil_log2(avctx->channels);
av_ceil_log2      682 libavcodec/alsdec.c             int opt_order_length = av_ceil_log2(av_clip((bd->block_length >> 3) - 1,
av_ceil_log2      792 libavcodec/alsdec.c         unsigned int b = av_clip((av_ceil_log2(bd->block_length) - 3) >> 1, 0, 5);
av_ceil_log2     1199 libavcodec/alsdec.c         current->master_channel = get_bits_long(gb, av_ceil_log2(channels));
av_ceil_log2      259 libavcodec/hevc.c                 lt_idx_sps = get_bits(gb, av_ceil_log2(sps->num_long_term_ref_pics_sps));
av_ceil_log2      441 libavcodec/hevc.c         slice_address_length = av_ceil_log2(s->sps->ctb_width *
av_ceil_log2      519 libavcodec/hevc.c                 numbits = av_ceil_log2(s->sps->nb_st_rps);
av_ceil_log2      594 libavcodec/hevc.c                         sh->list_entry_lx[0][i] = get_bits(gb, av_ceil_log2(nb_refs));
av_ceil_log2      601 libavcodec/hevc.c                             sh->list_entry_lx[1][i] = get_bits(gb, av_ceil_log2(nb_refs));
av_ceil_log2      292 libavcodec/mss2.c         current_codes   = get_bits(gb, av_ceil_log2(remaining_codes + 1));
av_ceil_log2      548 libavcodec/wmalosslessdec.c             rem_bits = av_ceil_log2(ave_mean);
av_ceil_log2      363 libavcodec/wmavoice.c     s->spillover_bitsize = 3 + av_ceil_log2(ctx->block_align);
av_ceil_log2      415 libavcodec/wmavoice.c     s->pitch_nbits      = av_ceil_log2(pitch_range);
av_ceil_log2      440 libavcodec/wmavoice.c     s->block_delta_pitch_nbits  = 1 + av_ceil_log2(s->block_delta_pitch_hrange);
av_ceil_log2      444 libavcodec/wmavoice.c     s->block_pitch_nbits        = av_ceil_log2(s->block_pitch_range);
av_ceil_log2      439 libavutil/common.h #ifndef av_ceil_log2