Searched refs:last_y (Results 1 – 4 of 4) sorted by relevance
251 static Sint16 last_x = -1, last_y = -1; variable272 if (new_x != last_x || new_y != last_y || last_buttons != regs.r[2]) in RISCOS_PollMouseHelper()303 if (last_x != new_x || last_y != new_y) in RISCOS_PollMouseHelper()314 last_y = topLeftY - (centre_y << this->hidden->yeig); in RISCOS_PollMouseHelper()326 block[3] = last_y & 0xFF; in RISCOS_PollMouseHelper()327 block[4] = (last_y >> 8) & 0xFF; in RISCOS_PollMouseHelper()337 last_y = new_y; in RISCOS_PollMouseHelper()
84 static int last_y = 0; in eloParsePacket() local95 if((SDL_abs(x - last_x) > ELO_SNAP_SIZE) || (SDL_abs(y - last_y) > ELO_SNAP_SIZE)) { in eloParsePacket()101 *dy = last_y; in eloParsePacket()105 last_y = *dy; in eloParsePacket()
154 spx_word16_t *last_y; member450 st->last_y = (spx_word16_t*)speex_alloc(C*N*sizeof(spx_word16_t)); in speex_echo_state_init_mc()556 st->last_y[i] = 0; in speex_echo_state_reset()597 speex_free(st->last_y); in speex_echo_state_destroy()1181 st->last_y[i] = st->last_y[st->frame_size+i]; in speex_echo_cancellation()1186 st->last_y[st->frame_size+i] = in[i]-out[i]; in speex_echo_cancellation()1206 st->y[i] = MULT16_16_Q15(st->window[i],st->last_y[i]); in speex_echo_get_residual()
137 int last_y; member939 y - vs->last_y, in pointer_event()942 vs->last_y = y; in pointer_event()2143 vs->last_y = -1; in vnc_display_init()