Home
last modified time | relevance | path

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

/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dtransition_mix.c53 double mix_step = ( weight_end - weight_start ) / samples; in mix_audio() local
64 mix += mix_step; in mix_audio()
76 double mix_step = ( weight_end - weight_start ) / samples; in sum_audio() local
86 mix += mix_step; in sum_audio()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/core/
H A Dtransition_mix.c53 double mix_step = ( weight_end - weight_start ) / samples; in mix_audio() local
64 mix += mix_step; in mix_audio()
76 double mix_step = ( weight_end - weight_start ) / samples; in sum_audio() local
86 mix += mix_step; in sum_audio()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/core/
H A Dtransition_mix.c53 double mix_step = ( weight_end - weight_start ) / samples; in mix_audio() local
64 mix += mix_step; in mix_audio()
76 double mix_step = ( weight_end - weight_start ) / samples; in sum_audio() local
86 mix += mix_step; in sum_audio()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/core/
H A Dtransition_mix.c53 double mix_step = ( weight_end - weight_start ) / samples; in mix_audio() local
64 mix += mix_step; in mix_audio()
76 double mix_step = ( weight_end - weight_start ) / samples; in sum_audio() local
86 mix += mix_step; in sum_audio()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/core/
H A Dtransition_mix.c53 double mix_step = ( weight_end - weight_start ) / samples; in mix_audio() local
64 mix += mix_step; in mix_audio()
76 double mix_step = ( weight_end - weight_start ) / samples; in sum_audio() local
86 mix += mix_step; in sum_audio()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/sndserv/
H A Dsoundsrv.c186 int mix_step = 2; in mix() local
192 leftend = mixbuffer + SAMPLECOUNT*mix_step; in mix()
406 leftout += mix_step; in mix()
407 rightout += mix_step; in mix()