Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dnfa_build_util.cpp174 #define MAKE_LIMEX_TRAITS(mlt_size, mlt_align) \ argument
175 template<> struct NFATraits<LIMEX_NFA_##mlt_size> { \
178 typedef LimExNFA##mlt_size implNFA_t; \
185 const nfa_dispatch_fn NFATraits<LIMEX_NFA_##mlt_size>::has_accel \
186 = has_accel_limex<LimExNFA##mlt_size>; \
187 const nfa_dispatch_fn NFATraits<LIMEX_NFA_##mlt_size>::has_repeats \
188 = has_repeats_limex<LimExNFA##mlt_size>; \
190 NFATraits<LIMEX_NFA_##mlt_size>::has_repeats_other_than_firsts \
191 = has_repeats_other_than_firsts_limex<LimExNFA##mlt_size>; \
193 const char *NFATraits<LIMEX_NFA_##mlt_size>::name \
[all …]
H A Dlimex_compile.cpp2419 #define MAKE_LIMEX_TRAITS(mlt_size) \ argument
2420 template<> struct NFATraits<LIMEX_NFA_##mlt_size> { \
2421 typedef LimExNFA##mlt_size implNFA_t; \
2422 typedef u_##mlt_size tableRow_t; \
2423 typedef NFAException##mlt_size exception_t; \
2424 static const size_t maxStates = mlt_size; \
2425 static const size_t scratch_state_size = mlt_size == 64 ? sizeof(m128) \
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dcook.c246 int mlt_size = q->samples_per_channel; in init_cook_mlt() local
248 if ((q->mlt_window = av_malloc(sizeof(float)*mlt_size)) == 0) in init_cook_mlt()
252 alpha = M_PI / (2.0 * (float)mlt_size); in init_cook_mlt()
253 for(j=0 ; j<mlt_size ; j++) in init_cook_mlt()
257 if (ff_mdct_init(&q->mdct_ctx, av_log2(mlt_size)+1, 1)) { in init_cook_mlt()
262 av_log2(mlt_size)+1); in init_cook_mlt()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/jackrack/
H A Dconsumer_jack.c335 size_t mlt_size = samples * sizeof(float); in consumer_play_audio() local
353 if ( ring_size >= mlt_size ) in consumer_play_audio()
354 jack_ringbuffer_write( self->ringbuffers[i], (char*)( buffer + i * samples ), mlt_size ); in consumer_play_audio()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/jackrack/
H A Dconsumer_jack.c336 size_t mlt_size = samples * sizeof(float); in consumer_play_audio() local
354 if ( ring_size >= mlt_size ) in consumer_play_audio()
355 jack_ringbuffer_write( self->ringbuffers[i], (char*)( buffer + i * samples ), mlt_size ); in consumer_play_audio()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/jackrack/
H A Dconsumer_jack.c335 size_t mlt_size = samples * sizeof(float); in consumer_play_audio() local
353 if ( ring_size >= mlt_size ) in consumer_play_audio()
354 jack_ringbuffer_write( self->ringbuffers[i], (char*)( buffer + i * samples ), mlt_size ); in consumer_play_audio()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/jackrack/
H A Dconsumer_jack.c336 size_t mlt_size = samples * sizeof(float); in consumer_play_audio() local
354 if ( ring_size >= mlt_size ) in consumer_play_audio()
355 jack_ringbuffer_write( self->ringbuffers[i], (char*)( buffer + i * samples ), mlt_size ); in consumer_play_audio()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/jackrack/
H A Dconsumer_jack.c335 size_t mlt_size = samples * sizeof(float); in consumer_play_audio() local
353 if ( ring_size >= mlt_size ) in consumer_play_audio()
354 jack_ringbuffer_write( self->ringbuffers[i], (char*)( buffer + i * samples ), mlt_size ); in consumer_play_audio()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dcook.c248 int mlt_size = q->samples_per_channel; in init_cook_mlt() local
250 if ((q->mlt_window = av_malloc_array(mlt_size, sizeof(*q->mlt_window))) == 0) in init_cook_mlt()
254 ff_sine_window_init(q->mlt_window, mlt_size); in init_cook_mlt()
255 for (j = 0; j < mlt_size; j++) in init_cook_mlt()
259 if ((ret = ff_mdct_init(&q->mdct_ctx, av_log2(mlt_size) + 1, 1, 1.0 / 32768.0))) { in init_cook_mlt()
264 av_log2(mlt_size) + 1); in init_cook_mlt()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dcook.c221 int mlt_size = q->samples_per_channel; in init_cook_mlt() local
223 if ((q->mlt_window = av_malloc_array(mlt_size, sizeof(*q->mlt_window))) == 0) in init_cook_mlt()
227 ff_sine_window_init(q->mlt_window, mlt_size); in init_cook_mlt()
228 for (j = 0; j < mlt_size; j++) in init_cook_mlt()
232 if ((ret = ff_mdct_init(&q->mdct_ctx, av_log2(mlt_size) + 1, 1, 1.0 / 32768.0))) { in init_cook_mlt()
237 av_log2(mlt_size) + 1); in init_cook_mlt()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dcook.c248 int mlt_size = q->samples_per_channel; in init_cook_mlt() local
250 if ((q->mlt_window = av_malloc_array(mlt_size, sizeof(*q->mlt_window))) == 0) in init_cook_mlt()
254 ff_sine_window_init(q->mlt_window, mlt_size); in init_cook_mlt()
255 for (j = 0; j < mlt_size; j++) in init_cook_mlt()
259 if ((ret = ff_mdct_init(&q->mdct_ctx, av_log2(mlt_size) + 1, 1, 1.0 / 32768.0))) { in init_cook_mlt()
264 av_log2(mlt_size) + 1); in init_cook_mlt()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dcook.c228 int mlt_size = q->samples_per_channel; in init_cook_mlt() local
230 if ((q->mlt_window = av_malloc_array(mlt_size, sizeof(*q->mlt_window))) == 0) in init_cook_mlt()
234 ff_sine_window_init(q->mlt_window, mlt_size); in init_cook_mlt()
235 for (j = 0; j < mlt_size; j++) in init_cook_mlt()
239 if ((ret = ff_mdct_init(&q->mdct_ctx, av_log2(mlt_size) + 1, 1, 1.0 / 32768.0))) { in init_cook_mlt()
244 av_log2(mlt_size) + 1); in init_cook_mlt()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dcook.c228 int mlt_size = q->samples_per_channel; in init_cook_mlt() local
230 if ((q->mlt_window = av_malloc_array(mlt_size, sizeof(*q->mlt_window))) == 0) in init_cook_mlt()
234 ff_sine_window_init(q->mlt_window, mlt_size); in init_cook_mlt()
235 for (j = 0; j < mlt_size; j++) in init_cook_mlt()
239 if ((ret = ff_mdct_init(&q->mdct_ctx, av_log2(mlt_size) + 1, 1, 1.0 / 32768.0))) { in init_cook_mlt()
244 av_log2(mlt_size) + 1); in init_cook_mlt()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dcook.c221 int mlt_size = q->samples_per_channel; in init_cook_mlt() local
223 if ((q->mlt_window = av_malloc_array(mlt_size, sizeof(*q->mlt_window))) == 0) in init_cook_mlt()
227 ff_sine_window_init(q->mlt_window, mlt_size); in init_cook_mlt()
228 for (j = 0; j < mlt_size; j++) in init_cook_mlt()
232 if ((ret = ff_mdct_init(&q->mdct_ctx, av_log2(mlt_size) + 1, 1, 1.0 / 32768.0))) { in init_cook_mlt()
237 av_log2(mlt_size) + 1); in init_cook_mlt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dcook.c228 int mlt_size = q->samples_per_channel; in init_cook_mlt() local
230 if ((q->mlt_window = av_malloc_array(mlt_size, sizeof(*q->mlt_window))) == 0) in init_cook_mlt()
234 ff_sine_window_init(q->mlt_window, mlt_size); in init_cook_mlt()
235 for (j = 0; j < mlt_size; j++) in init_cook_mlt()
239 if ((ret = ff_mdct_init(&q->mdct_ctx, av_log2(mlt_size) + 1, 1, 1.0 / 32768.0))) { in init_cook_mlt()
244 av_log2(mlt_size) + 1); in init_cook_mlt()