/external/webp/src/webp/ |
D | decode.h | 339 const WebPIDecoder* idec, int* last_y, 346 const WebPIDecoder* idec, int* last_y, 353 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV() argument 355 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/external/webp/include/webp/ |
D | decode.h | 339 const WebPIDecoder* idec, int* last_y, 346 const WebPIDecoder* idec, int* last_y, 353 const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, in WebPIDecGetYUV() argument 355 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/external/libvncserver/x11vnc/ |
D | uinput.c | 991 static int last_x = -1, last_y = -1, last_mask = -1; in uinput_pointer_command() local 1048 ty = fudge_y * (dpy_y - last_y); in uinput_pointer_command() 1051 ty = fudge_y * last_y; in uinput_pointer_command() 1123 last_y = y; in uinput_pointer_command() 1133 if (x != last_x || y != last_y) { in uinput_pointer_command() 1139 ptr_rel(x - last_x, y - last_y); in uinput_pointer_command() 1142 last_y = y; in uinput_pointer_command() 1167 ptr_abs(last_x, last_y, 0); in uinput_pointer_command() 1170 ptr_abs(last_x, last_y, p); in uinput_pointer_command() 1173 ptr_abs(last_x, last_y, 0); in uinput_pointer_command() [all …]
|
D | pointer.c | 679 static int last_x, last_y; in pointer_event() local 694 x - last_x, y - last_y, dt, tnow); in pointer_event() 697 last_y = y; in pointer_event()
|
D | cursor.c | 1993 static int last_x = -1, last_y = -1; in check_x11_pointer() local 1994 if (root_x != last_x || root_y != last_y) { in check_x11_pointer() 1999 last_y = root_y; in check_x11_pointer()
|
D | userinput.c | 1193 static int last_x, last_y, last_w, last_h; in do_bdpush() local 1199 attr.y = last_y; in do_bdpush() 1208 last_y = attr.y; in do_bdpush() 1213 x0, y0, w0, h0, bdx, bdy, bdskinny, last_x, last_y, last_w, last_h); in do_bdpush() 2726 int start_x, start_y, last_x, last_y; in check_xrecord_mouse() local 2832 last_y = start_y = cursor_y; in check_xrecord_mouse() 2974 …EP-GOING: %.3f/%.3f %d/%d %d/%d\n", spin, max_long[scroll_rep], last_x, last_y, cursor_x, cursor_… in check_xrecord_mouse() 2977 } else if (last_x == cursor_x && last_y == cursor_y) { in check_xrecord_mouse() 2978 …UTTON-UP: %.3f/%.3f %d/%d %d/%d\n", spin, max_long[scroll_rep], last_x, last_y, cursor_x, cursor_… in check_xrecord_mouse() 2981 …EP-GOING: %.3f/%.3f %d/%d %d/%d\n", spin, max_long[scroll_rep], last_x, last_y, cursor_x, cursor_… in check_xrecord_mouse() [all …]
|
/external/webp/src/dec/ |
D | io.c | 302 uint8_t* dst_y = buf->y + p->last_y * buf->y_stride; in EmitRescaledAlphaYUV() 303 const uint8_t* src_a = buf->a + p->last_y * buf->a_stride; in EmitRescaledAlphaYUV() 370 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportRGB() 376 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportRGB() 415 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportAlpha() 427 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportAlpha() 446 uint8_t* const base_rgba = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportAlphaRGBA4444() 460 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportAlphaRGBA4444() 626 p->last_y += num_lines_out; in CustomPut()
|
D | idec.c | 799 if (height != NULL) *height = idec->params_.last_y; in WebPIDecodedArea() 807 uint8_t* WebPIDecGetRGB(const WebPIDecoder* idec, int* last_y, in WebPIDecGetRGB() argument 815 if (last_y != NULL) *last_y = idec->params_.last_y; in WebPIDecGetRGB() 823 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, in WebPIDecGetYUVA() argument 833 if (last_y != NULL) *last_y = idec->params_.last_y; in WebPIDecGetYUVA()
|
D | webpi.h | 36 int last_y; // coordinate of the line that was last output member
|
D | vp8l.c | 1394 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 193 static bool update_edge(SkEdge* edge, int last_y) { in update_edge() argument 194 SkASSERT(edge->fLastY >= last_y); in update_edge() 195 if (last_y == edge->fLastY) { in update_edge() 198 SkASSERT(edge->fFirstY == last_y + 1); in update_edge() 203 SkASSERT(edge->fFirstY == last_y + 1); in update_edge()
|
/external/speex/libspeex/ |
D | mdf.c | 154 spx_word16_t *last_y; member 450 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()
|
/external/fio/ |
D | graph.c | 952 int last_y = g->yoffset + g->ydim; in graph_contains_xy() local 954 return (x >= first_x && x <= last_x) && (y >= first_y && y <= last_y); in graph_contains_xy()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 88 const uint8_t* last_y = &last->y_buffer[mi_row * MI_SIZE * last->y_stride + in get_sby_perpixel_diff_variance() local 92 last_y, last->y_stride, &sse); in get_sby_perpixel_diff_variance()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 5721 +static int escape_drag_in_progress = 0, last_x = 0, last_y = 0; 6059 + last_y = b->y_root; 6068 + scroll_desktop(m->x_root - last_x, m->y_root - last_y, -1.0); 6070 + last_y = m->y_root;
|