Home
last modified time | relevance | path

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

/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h2080 float endval_left = mod->linear_interpolation ? jar_xm_LERP(u_left, v_left, t) : u_left; in jar_xm_next_of_sample() local
2087 …vious] = jar_xm_LERP(ch->end_of_previous_sample_left[ch->frame_count], endval_left, (float)ch->fra… in jar_xm_next_of_sample()
2090 …r_left = jar_xm_LERP(ch->end_of_previous_sample_left[ch->frame_count], endval_left, (float)ch->fra… in jar_xm_next_of_sample()
2097 ch->end_of_previous_sample_left[previous] = endval_left; in jar_xm_next_of_sample()
2100 ch->curr_left = endval_left; in jar_xm_next_of_sample()