Searched defs:subpel_y (Results 1 - 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
H A D | vp9_reconinter.c | 69 const int subpel_y, 74 sf->predict[subpel_x != 0][subpel_y != 0][ref]( 76 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h); 92 const int subpel_y = mv.row & 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 192 subpel_y = scaled_mv.row & SUBPEL_MASK; 197 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys); 282 subpel_x, subpel_y; local 334 subpel_y 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 40 milliseconds