Searched refs:x0_16 (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
303 x0_16 = (x_start + x) << SUBPEL_BITS;
308 x0_16 = sf->scale_value_x(x0_16, sf);
326 x0_16 = x0 << SUBPEL_BITS;
339 x0_16 += scaled_mv.col;
351 int x1 = ((x0_16 + (w - 1) * xs) >> SUBPEL_BITS) + 1;

Completed in 42 milliseconds