HomeSort by relevance Sort by last modified time
    Searched refs:scaled_y (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 19 static INLINE int scaled_y(int val, const struct scale_factors *sf) { function
38 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK;
40 scaled_y(mv->row, sf) + y_off_q4,
58 sf->y_step_q4 = scaled_y(16, sf);
62 sf->scale_value_y = scaled_y;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_scale.c 19 static INLINE int scaled_y(int val, const struct scale_factors *sf) { function
46 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK;
48 scaled_y(mv->row, sf) + y_off_q4,
66 sf->y_step_q4 = scaled_y(16, sf);
70 sf->scale_value_y = scaled_y;
  /external/libvncserver/x11vnc/
x11vnc_defs.c 134 int scaled_x = 0, scaled_y = 0; /* dimensions of scaled display */ variable
x11vnc.h 562 extern int scaled_x, scaled_y; /* dimensions of scaled display */
scan.c     [all...]
cursor.c     [all...]
pointer.c 714 y = ((double) y / scaled_y) * dpy_y;
screen.c     [all...]
unixpw.c 404 mark_rect_as_modified(0, 0, scaled_x, scaled_y, 1);
455 y = nfix(y, scaled_y);
    [all...]
userinput.c     [all...]
remote.c     [all...]

Completed in 159 milliseconds