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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c68 const int subpel_x,
74 sf->predict[subpel_x != 0][subpel_y != 0][ref](
76 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h);
91 const int subpel_x = mv.col & SUBPEL_MASK; local
96 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y,
178 int xs, ys, subpel_x, subpel_y; local
191 subpel_x = scaled_mv.col & SUBPEL_MASK;
197 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
282 subpel_x, subpel_y; local
333 subpel_x
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 32 milliseconds