HomeSort by relevance Sort by last modified time
    Searched refs:popcount (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/wilhelm/src/android/
channels.c 99 return popcount(mask);
102 return popcount(mask);
198 if (popcount(bitsIn) != popcount(bitsOut)) {
210 (popcount(bitsIn) < popcount(bitsOut)) ? "gains" : "loses");
  /frameworks/av/services/audiopolicy/common/include/
Volume.h 76 } else if (popcount(device) > 1) {
102 ALOGW_IF(popcount(device) != 1,
policy.h 90 if ((popcount(device) == 1) && ((device & ~APM_AUDIO_IN_DEVICE_VIRTUAL_ALL) == 0))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
sbitmap.h 87 unsigned char *popcount; /* Population count. */ member in struct:simple_bitmap_def
113 gcc_checking_assert (! map->popcount);
123 gcc_checking_assert (! map->popcount);
216 free (map->popcount);
double-int.h 101 int popcount () const;
444 double_int::popcount () const
  /system/media/audio_utils/tests/
primitives_tests.cpp 357 65536 / popcount(dst_mask));
372 EXPECT_EQ(0, memcmp(u16ary, u16ref, 555 * sizeof(u16ref[0]) * popcount(dst_mask)));
380 65536 / popcount(dst_mask));
390 65536 / popcount(src_mask));
401 uint32_t src_channels = popcount(src_mask);
435 65536 / popcount(dst_mask));
452 EXPECT_EQ(0, memcmp(u24ary, u24ref, 555 * sizeof(u24ref[0]) * popcount(dst_mask)));
460 65536 / popcount(dst_mask));
471 65536 / popcount(src_mask));
485 uint32_t src_channels = popcount(src_mask)
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp 49 if (popcount(device & ~AUDIO_DEVICE_BIT_IN) > 1) {
  /system/core/include/cutils/
bitops.h 103 static inline int popcount(unsigned int x) function
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 318 static uint32_t popCount(uint32_t u) {
319 return popcount(u);
324 if ((popcount(device) == 1) && ((device & ~DEVICE_OUT_ALL) == 0))
330 if ((popcount(device) == 1) && ((device & ~DEVICE_IN_ALL) == 0))
  /system/media/audio/include/system/
audio.h     [all...]
  /system/media/audio_utils/
primitives.c 17 #include <cutils/bitops.h> /* for popcount() */
368 uint32_t src_channels = popcount(src_mask);
375 memcpy(dst, src, sample_size * popcount(dst_mask) * count);
483 return n + popcount(ormask & dst_mask);
488 size_t dst_count = popcount(dst_mask);
  /frameworks/av/media/libstagefright/
WAVExtractor.cpp 244 && (popcount(mChannelMask) != mNumChannels)) {
246 popcount(mChannelMask), mChannelMask);
  /external/clang/test/CodeGen/
builtins.c 82 P(popcount, (N));
  /hardware/libhardware/include/hardware/
audio.h 468 return popcount(s->get_channels(s)) * chan_samp_sz;
  /frameworks/av/media/libmedia/
Visualizer.cpp 133 popcount(size) != 1) {
  /device/asus/fugu/libaudio/
AudioHardwareOutput.cpp 417 if (popcount(devMask) != 1) {
  /frameworks/av/services/audioflinger/
FastMixer.cpp 327 dumpState->mNumTracks = popcount(currentTrackMask);
  /hardware/qcom/audio/hal/msm8916/
platform.c     [all...]
  /hardware/qcom/audio/hal/msm8960/
platform.c 653 if (popcount(devices) == 2) {
672 if (popcount(devices) != 1) {
    [all...]
  /external/opencv3/modules/features2d/src/opencl/
brute_force_match.cl 125 # define DIST(x, y) result += popcount( (x) ^ (y) )
  /hardware/qcom/audio/hal/msm8974/
platform.c     [all...]
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 553 visu_ctxt->channel_count = popcount(context->config.inputCfg.channels);
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 718 out->pcm_config.channels = popcount(config->channel_mask);
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 510 uint8_t channelCount = popcount(config->channel_mask);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 2618 # define popcount macro
2621 popcount (unsigned x) function
    [all...]

Completed in 1368 milliseconds

1 2