Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dcommon.h282 return av_popcount((uint32_t)x) + av_popcount(x >> 32); in av_popcount64_c()
454 #ifndef av_popcount
455 # define av_popcount av_popcount_c macro