Home
last modified time | relevance | path

Searched refs:ff_clz (Results 1 – 25 of 78) sorted by relevance

1234

/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/www/firefox/firefox-99.0/media/ffvpx/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavutil/
H A Dintmath.h99 #ifndef ff_clz
100 #define ff_clz(v) __builtin_clz(v) macro
141 #ifndef ff_clz
142 #define ff_clz ff_clz_c macro
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dsbcdsp.c283 scale_factor[ch][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors()
308 scale_factor[0][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors_j()
309 scale_factor[1][sb] = (31 - SCALE_OUT_BITS) - ff_clz(y); in sbc_calc_scalefactors_j()
329 ff_clz(x); in sbc_calc_scalefactors_j()
331 ff_clz(y); in sbc_calc_scalefactors_j()
342 x = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors_j()
343 y = (31 - SCALE_OUT_BITS) - ff_clz(y); in sbc_calc_scalefactors_j()
H A Dpixlet.c135 nbits = FFMIN(ff_clz((state >> 8) + 3) ^ 0x1F, 14); in read_low_coeffs()
164 nbits = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_low_coeffs()
215 nbits = 33 - ff_clz(a ^ (a >> 31)); in read_high_coeffs()
226 value = ff_clz((state >> 8) + 3) ^ 0x1F; in read_high_coeffs()
271 pfx = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_high_coeffs()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dsbcdsp.c283 scale_factor[ch][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors()
308 scale_factor[0][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors_j()
309 scale_factor[1][sb] = (31 - SCALE_OUT_BITS) - ff_clz(y); in sbc_calc_scalefactors_j()
329 ff_clz(x); in sbc_calc_scalefactors_j()
331 ff_clz(y); in sbc_calc_scalefactors_j()
342 x = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors_j()
343 y = (31 - SCALE_OUT_BITS) - ff_clz(y); in sbc_calc_scalefactors_j()
H A Dpixlet.c135 nbits = FFMIN(ff_clz((state >> 8) + 3) ^ 0x1F, 14); in read_low_coeffs()
164 nbits = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_low_coeffs()
215 nbits = 33 - ff_clz(a ^ (a >> 31)); in read_high_coeffs()
226 value = ff_clz((state >> 8) + 3) ^ 0x1F; in read_high_coeffs()
271 pfx = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_high_coeffs()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dsbcdsp.c283 scale_factor[ch][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors()
308 scale_factor[0][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors_j()
309 scale_factor[1][sb] = (31 - SCALE_OUT_BITS) - ff_clz(y); in sbc_calc_scalefactors_j()
329 ff_clz(x); in sbc_calc_scalefactors_j()
331 ff_clz(y); in sbc_calc_scalefactors_j()
342 x = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors_j()
343 y = (31 - SCALE_OUT_BITS) - ff_clz(y); in sbc_calc_scalefactors_j()
H A Dpixlet.c134 nbits = FFMIN(ff_clz((state >> 8) + 3) ^ 0x1F, 14); in read_low_coeffs()
163 nbits = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_low_coeffs()
214 nbits = 33 - ff_clz(a ^ (a >> 31)); in read_high_coeffs()
225 value = ff_clz((state >> 8) + 3) ^ 0x1F; in read_high_coeffs()
270 pfx = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_high_coeffs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dsbcdsp.c283 scale_factor[ch][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors()
308 scale_factor[0][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors_j()
309 scale_factor[1][sb] = (31 - SCALE_OUT_BITS) - ff_clz(y); in sbc_calc_scalefactors_j()
329 ff_clz(x); in sbc_calc_scalefactors_j()
331 ff_clz(y); in sbc_calc_scalefactors_j()
342 x = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors_j()
343 y = (31 - SCALE_OUT_BITS) - ff_clz(y); in sbc_calc_scalefactors_j()
H A Dpixlet.c134 nbits = FFMIN(ff_clz((state >> 8) + 3) ^ 0x1F, 14); in read_low_coeffs()
163 nbits = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_low_coeffs()
214 nbits = 33 - ff_clz(a ^ (a >> 31)); in read_high_coeffs()
225 value = ff_clz((state >> 8) + 3) ^ 0x1F; in read_high_coeffs()
270 pfx = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_high_coeffs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dsbcdsp.c283 scale_factor[ch][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors()
308 scale_factor[0][sb] = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors_j()
309 scale_factor[1][sb] = (31 - SCALE_OUT_BITS) - ff_clz(y); in sbc_calc_scalefactors_j()
329 ff_clz(x); in sbc_calc_scalefactors_j()
331 ff_clz(y); in sbc_calc_scalefactors_j()
342 x = (31 - SCALE_OUT_BITS) - ff_clz(x); in sbc_calc_scalefactors_j()
343 y = (31 - SCALE_OUT_BITS) - ff_clz(y); in sbc_calc_scalefactors_j()
H A Dpixlet.c135 nbits = FFMIN(ff_clz((state >> 8) + 3) ^ 0x1F, 14); in read_low_coeffs()
164 nbits = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_low_coeffs()
215 nbits = 33 - ff_clz(a ^ (a >> 31)); in read_high_coeffs()
226 value = ff_clz((state >> 8) + 3) ^ 0x1F; in read_high_coeffs()
271 pfx = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_high_coeffs()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_headphone.c364 s->air_len = 1 << (32 - ff_clz(ir_len)); in convert_coeffs()
368 s->buffer_length = 1 << (32 - ff_clz(s->air_len)); in convert_coeffs()
369 s->n_fft = n_fft = 1 << (32 - ff_clz(ir_len + s->size)); in convert_coeffs()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_headphone.c364 s->air_len = 1 << (32 - ff_clz(ir_len)); in convert_coeffs()
368 s->buffer_length = 1 << (32 - ff_clz(s->air_len)); in convert_coeffs()
369 s->n_fft = n_fft = 1 << (32 - ff_clz(ir_len + s->size)); in convert_coeffs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Daf_headphone.c364 s->air_len = 1 << (32 - ff_clz(ir_len)); in convert_coeffs()
368 s->buffer_length = 1 << (32 - ff_clz(s->air_len)); in convert_coeffs()
369 s->n_fft = n_fft = 1 << (32 - ff_clz(ir_len + s->size)); in convert_coeffs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Daf_headphone.c407 s->air_len = 1 << (32 - ff_clz(ir_len)); in convert_coeffs()
408 s->buffer_length = 1 << (32 - ff_clz(s->air_len)); in convert_coeffs()
409 s->n_fft = n_fft = 1 << (32 - ff_clz(ir_len + s->size)); in convert_coeffs()

1234