av_popcount       161 libavcodec/dca.h     return av_popcount((mask & 0xffff) | ((mask & 0xae66) << 16));
av_popcount       209 libavcodec/dca_core.c         if (av_popcount(s->xxch_spkr_mask) != nchannels) {
av_popcount      1981 libavcodec/dca_core.c                    nsamples * av_popcount(s->ch_mask) * sizeof(int32_t));
av_popcount      2186 libavcodec/dca_core.c     nchannels = av_popcount(s->ch_mask) - avctx->channels;
av_popcount       148 libavcodec/dca_exss.c                     skip_bits_long(&s->gb, av_popcount(remap_ch_mask) * 5);
av_popcount       225 libavcodec/dca_exss.c                 skip_bits_long(&s->gb, av_popcount(mix_map_mask) * 6);
av_popcount       453 libavcodec/dca_exss.c             skip_bits_long(&s->gb, av_popcount(active_exss_mask[i]) * 8);
av_popcount       217 libavcodec/dca_xll.c         if (av_popcount(c->ch_mask) != c->nchannels) {
av_popcount        83 libavcodec/dcadec.c     int *coeff_r = coeff_l + av_popcount(ch_mask);
av_popcount       114 libavcodec/dcadec.c     int *coeff_r = coeff_l + av_popcount(ch_mask);
av_popcount       336 libavcodec/proresdec2.c                                     av_popcount(ctx->mb_width & (1 << log2_slice_mb_width) - 1));
av_popcount      1255 libavcodec/proresenc_kostya.c     ctx->slices_width += av_popcount(ctx->mb_width - ctx->slices_width * mps);
av_popcount       170 libavcodec/vmdaudio.c         silent_chunks = av_popcount(flags);
av_popcount        64 libavfilter/signature_lookup.c         val += av_popcount( (first[i]   & second[i]  ) << 24 |
av_popcount        69 libavfilter/signature_lookup.c     val += av_popcount( (first[28] & second[28]) << 16 |
av_popcount        79 libavfilter/signature_lookup.c         val += av_popcount( (first[i]   | second[i]  ) << 24 |
av_popcount        84 libavfilter/signature_lookup.c     val += av_popcount( (first[28] | second[28]) << 16 |
av_popcount      1052 libavfilter/vf_datascope.c     if (s->statistics && s->height > 10 && s->width > 280 * av_popcount(s->components)) {
av_popcount       544 libavfilter/vf_signalstats.c     return av_popcount(mask);
av_popcount       827 libavformat/img2dec.c         || av_popcount(b[3]) != 1 || b[3] > 8
av_popcount      1035 libavformat/img2dec.c         || AV_RB32(b + 32) & ~56 || av_popcount(AV_RB32(b + 32)) != 1 // bitmap unit
av_popcount      1037 libavformat/img2dec.c         || AV_RB32(b + 40) & ~56 || av_popcount(AV_RB32(b + 40)) != 1 // padding
av_popcount       214 libavformat/lxfdec.c         ret = av_popcount(channels) * track_size;
av_popcount       398 libavutil/common.h     return av_popcount((uint32_t)x) + av_popcount((uint32_t)(x >> 32));
av_popcount       403 libavutil/common.h     return av_popcount(v) & 1;
av_popcount       600 libavutil/common.h #ifndef av_popcount