Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dintmath.h96 #ifndef ff_ctzll
97 #define ff_ctzll(v) __builtin_ctzll(v) macro
125 #ifndef ff_ctzll
126 #define ff_ctzll ff_ctzll_c macro
Dmathematics.c44 za = ff_ctzll(a); in av_gcd()
45 zb = ff_ctzll(b); in av_gcd()
53 v >>= ff_ctzll(v); in av_gcd()
/third_party/ffmpeg/libavutil/x86/
Dintmath.h55 # define ff_ctzll(v) _tzcnt_u64(v) macro
57 # define ff_ctzll ff_ctzll_x86 macro
/third_party/ffmpeg/libavcodec/
Daudiotoolboxdec.c116 return ff_ctzll(AV_CH_LOW_FREQUENCY_2); in ffat_get_channel_id()
118 return ff_ctzll(AV_CH_FRONT_CENTER); in ffat_get_channel_id()