Home
last modified time | relevance | path

Searched refs:av_popcount64 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
Dintmath.h77 #define av_popcount64 __builtin_popcountll macro
/third_party/ffmpeg/libavutil/
Dcommon.h178 #ifndef av_popcount64
179 # define av_popcount64 av_popcount64_c macro
Dchannel_layout.c228 return av_popcount64(channel_layout); in av_get_channel_layout_nb_channels()
Dcpu.c293 nb_cpus = av_popcount64(proc_aff); in av_cpu_count()
/third_party/ffmpeg/libavcodec/
Deac3dec.c354 if (av_popcount64(channel_layout) > EAC3_MAX_CHANNELS) { in ff_eac3_parse_header()
/third_party/ffmpeg/doc/
DAPIchanges2262 Add av_popcount64