ff_clz            418 libavcodec/dxv.c         x = 31 - ff_clz(val1);
ff_clz            938 libavcodec/ilbcdec.c     return ff_clz(a);
ff_clz            134 libavcodec/pixlet.c         nbits = FFMIN(ff_clz((state >> 8) + 3) ^ 0x1F, 14);
ff_clz            163 libavcodec/pixlet.c         nbits  = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24;
ff_clz            214 libavcodec/pixlet.c         nbits = 33 - ff_clz(a ^ (a >> 31));
ff_clz            225 libavcodec/pixlet.c             value = ff_clz((state >> 8) + 3) ^ 0x1F;
ff_clz            270 libavcodec/pixlet.c         pfx    = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24;
ff_clz            283 libavcodec/sbcdsp.c             scale_factor[ch][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x);
ff_clz            308 libavcodec/sbcdsp.c     scale_factor[0][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x);
ff_clz            309 libavcodec/sbcdsp.c     scale_factor[1][sb] = (31 - SCALE_OUT_BITS) - ff_clz(y);
ff_clz            329 libavcodec/sbcdsp.c             ff_clz(x);
ff_clz            331 libavcodec/sbcdsp.c             ff_clz(y);
ff_clz            342 libavcodec/sbcdsp.c         x = (31 - SCALE_OUT_BITS) - ff_clz(x);
ff_clz            343 libavcodec/sbcdsp.c         y = (31 - SCALE_OUT_BITS) - ff_clz(y);
ff_clz            640 libavcodec/wavpackenc.c #define count_bits(av) ((av) ? 32 - ff_clz(av) : 0)
ff_clz            626 libavfilter/af_afftdn.c     s->fft_length2 = 1 << (32 - ff_clz(s->window_length));
ff_clz            407 libavfilter/af_headphone.c     s->air_len = 1 << (32 - ff_clz(ir_len));
ff_clz            408 libavfilter/af_headphone.c     s->buffer_length = 1 << (32 - ff_clz(s->air_len));
ff_clz            409 libavfilter/af_headphone.c     s->n_fft = n_fft = 1 << (32 - ff_clz(ir_len + s->size));
ff_clz            744 libavfilter/af_sofalizer.c     s->sofa.n_samples = 1 << (32 - ff_clz(s->sofa.ir_samples));
ff_clz            832 libavfilter/af_sofalizer.c     s->buffer_length = 1 << (32 - ff_clz(n_max));
ff_clz            833 libavfilter/af_sofalizer.c     s->n_fft = n_fft = 1 << (32 - ff_clz(n_max + s->framesize));
ff_clz             99 libavutil/intmath.h #ifndef ff_clz
ff_clz            141 libavutil/intmath.h #ifndef ff_clz