Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dcolourspace.c2287 if (LIVES_UNLIKELY(!conv_YR_inited)) init_YUV_to_RGB_tables(); in convert_yuv888_to_rgb_frame()
2368 if (LIVES_UNLIKELY(!conv_YR_inited)) init_YUV_to_RGB_tables(); in convert_yuva8888_to_rgba_frame()
2447 if (LIVES_UNLIKELY(!conv_YR_inited)) init_YUV_to_RGB_tables(); in convert_yuv888_to_bgr_frame()
2526 if (LIVES_UNLIKELY(!conv_YR_inited)) init_YUV_to_RGB_tables(); in convert_yuva8888_to_bgra_frame()
2604 if (LIVES_UNLIKELY(!conv_YR_inited)) init_YUV_to_RGB_tables(); in convert_yuv888_to_argb_frame()
2681 if (LIVES_UNLIKELY(!conv_YR_inited)) init_YUV_to_RGB_tables(); in convert_yuva8888_to_argb_frame()
3367 if (LIVES_UNLIKELY(!conv_RY_inited)) init_RGB_to_YUV_tables(); in convert_rgb_to_yuyv_frame()
3459 if (LIVES_UNLIKELY(!conv_RY_inited)) init_RGB_to_YUV_tables(); in convert_bgr_to_uyvy_frame()
3553 if (LIVES_UNLIKELY(!conv_RY_inited)) init_RGB_to_YUV_tables(); in convert_bgr_to_yuyv_frame()
3642 if (LIVES_UNLIKELY(!conv_RY_inited)) init_RGB_to_YUV_tables(); in convert_argb_to_uyvy_frame()
[all …]
H A Ddialogs.c1735 … if (LIVES_UNLIKELY(mainw->loop_cont && (mainw->aframeno > (mainw->audio_end ? mainw->audio_end : in process_one()
2066 if (LIVES_UNLIKELY(sfile->play_paused)) { in process_one()
2594 if (LIVES_UNLIKELY(mainw->agen_needs_reinit)) { in do_progress_dialog()
2753 if (LIVES_UNLIKELY(mainw->agen_needs_reinit)) { in do_progress_dialog()
H A Dpulse.c594 …if (LIVES_UNLIKELY((in_bytes > pulsed->aPlayPtr->max_size && !(*pulsed->cancelled) && fabsf(shrink… in pulse_audio_write_process()
928 if (LIVES_UNLIKELY(nbytes > pulsed->aPlayPtr->max_size)) { in pulse_audio_write_process()
H A Dwidget-helper-gtk.h262 #define LIVES_UNLIKELY(a) G_UNLIKELY(a) macro
H A Dmachinestate.c2204 if (LIVES_UNLIKELY(!list)) { in do_something_useful()
2253 if (LIVES_UNLIKELY(threads_die)) break; in thrdpool()
H A Dmain.c7940 if (LIVES_UNLIKELY(mainw->event_list && LIVES_IS_PLAYING && !mainw->record in avsync_check()
7951 if (LIVES_UNLIKELY(mainw->event_list && LIVES_IS_PLAYING && !mainw->record in avsync_check()
8030 if (LIVES_UNLIKELY(cfile->frames == 0 && !mainw->foreign && !mainw->is_rendering)) {
8064 if (LIVES_UNLIKELY(mainw->nervous) && clip_can_reverse(mainw->playing_file)) {
8576 if (LIVES_UNLIKELY((!mainw->frame_layer) || mainw->cancelled > 0)) {
H A Daudio.c1431 if (LIVES_UNLIKELY(in_achans[track] == 0)) is_silent[track] = TRUE; in render_audio_segment()
H A Dwidget-helper-qt.h110 #define LIVES_UNLIKELY(a) Q_UNLIKELY(a) macro