Searched defs:xs (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/bootstub/
H A Dbootstub.c84 char *xs = s; local
89 *(long *)xs = _c;
90 xs += 4;
94 *xs++ = c;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c73 int xs, int ys) {
76 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h);
178 int xs, ys, subpel_x, subpel_y; local
183 xs = sf->x_step_q4;
189 xs = ys = 16;
197 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
318 xs = sf->x_step_q4;
331 xs = ys = 16;
351 int x1 = ((x0_16 + (w - 1) * xs) >> SUBPEL_BIT
66 inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const int subpel_x, const int subpel_y, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, int xs, int ys) argument
[all...]

Completed in 47 milliseconds