Home
last modified time | relevance | path

Searched refs:popcount (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp257 int v1 = popcount(a[0] ^ b[0]) + popcount(a[1] ^ b[1]); in partition_mismatch2()
258 int v2 = popcount(a[0] ^ b[1]) + popcount(a[1] ^ b[0]); in partition_mismatch2()
274 int p00 = popcount(a[0] ^ b[0]); in partition_mismatch3()
275 int p01 = popcount(a[0] ^ b[1]); in partition_mismatch3()
276 int p02 = popcount(a[0] ^ b[2]); in partition_mismatch3()
278 int p10 = popcount(a[1] ^ b[0]); in partition_mismatch3()
279 int p11 = popcount(a[1] ^ b[1]); in partition_mismatch3()
280 int p12 = popcount(a[1] ^ b[2]); in partition_mismatch3()
282 int p20 = popcount(a[2] ^ b[0]); in partition_mismatch3()
283 int p21 = popcount(a[2] ^ b[1]); in partition_mismatch3()
[all …]
Dastcenc_vecmathlib_common_4.h348 static inline int popcount(uint64_t v) in popcount() function
Dastcenc_entry.cpp275 if (popcount(flags & exMask) != 0) in validate_flags()
284 if (popcount(flags & exMask) > 1) in validate_flags()
Dastcenc_vecmathlib_neon_4.h1068 ASTCENC_SIMD_INLINE int popcount(uint64_t v) in popcount() function
Dastcenc_vecmathlib_sse_4.h1276 ASTCENC_SIMD_INLINE int popcount(uint64_t v) in popcount() function
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioSystemLegacy.h320 return popcount(u); in popCount()
325 if ((popcount(device) == 1) && ((device & ~DEVICE_OUT_ALL) == 0)) in isOutputDevice()
331 if ((popcount(device) == 1) && ((device & ~DEVICE_IN_ALL) == 0)) in isInputDevice()
/hardware/libhardware/include/hardware/
Daudio.h789 return popcount(s->get_channels(s)) * chan_samp_sz; in audio_stream_frame_size()
/hardware/libhardware/include_all/hardware/
Daudio.h789 return popcount(s->get_channels(s)) * chan_samp_sz; in audio_stream_frame_size()
/hardware/qcom/audio/hal/msm8960/
Dplatform.c706 if (popcount(devices) == 2) { in platform_get_output_snd_device()
725 if (popcount(devices) != 1) { in platform_get_output_snd_device()
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp510 uint8_t channelCount = popcount(config->channel_mask); in adev_get_input_buffer_size()
/hardware/qcom/audio/hal/msm8916/
Dplatform.c1925 if (popcount(devices) == 2) {
1956 if (popcount(devices) != 1) {
/hardware/interfaces/audio/common/2.0/
Dtypes.hal793 * popcount(channel_mask).
/hardware/interfaces/audio/common/4.0/
Dtypes.hal754 * popcount(channel_mask).
/hardware/interfaces/audio/common/5.0/
Dtypes.hal883 * popcount(channel_mask).
/hardware/qcom/audio/hal/msm8974/
Dplatform.c2921 if (popcount(devices) == 2) { in platform_get_output_snd_device()
2976 if (popcount(devices) != 1) { in platform_get_output_snd_device()
/hardware/interfaces/audio/common/6.0/
Dtypes.hal1042 * popcount(channel_mask).
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfragops.adoc2599 * [eq]#R = popcount(associated coverage bits) / (N / M)#
2606 * [eq]#R = pname:pCoverageModulationTable[popcount(associated coverage
2609 Note that the table does not have an entry for [eq]#popcount(associated
/hardware/qcom/audio/hal/
Daudio_hw.c1102 int ret = platform_can_split_snd_device(popcount(a1) > 1 ? d1 : d2, in derive_playback_snd_device()
1109 popcount(a1) > 1 ? d1 : d2); in derive_playback_snd_device()
/hardware/google/gfxstream/guest/mesa/
Dmeson.build911 'ffsll', 'popcount', 'popcountll', 'unreachable', 'types_compatible_p']