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

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.h 25 const int subpel_x, const int subpel_y,
29 sf->predict[subpel_x != 0][subpel_y != 0][ref](src, src_stride, dst,
31 xs, subpel_y, ys, w, h);
37 const int subpel_x, const int subpel_y, const struct scale_factors *sf,
39 sf->highbd_predict[subpel_x != 0][subpel_y != 0][ref](
40 src, src_stride, dst, dst_stride, kernel, subpel_x, xs, subpel_y, ys, w,
vp9_reconinter.c 33 const int subpel_y = mv.row & SUBPEL_MASK; local
37 highbd_inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y,
53 const int subpel_y = mv.row & SUBPEL_MASK; local
57 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, sf, w,
154 int xs, ys, subpel_x, subpel_y; local
187 subpel_y = scaled_mv.row & SUBPEL_MASK;
195 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys, local
199 subpel_y, sf, w, h, ref, kernel, xs, ys);
203 subpel_y, sf, w, h, ref, kernel, xs, ys);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 451 int dst_buf_stride, int subpel_x, int subpel_y,
462 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd);
467 dst_buf_stride, subpel_x, subpel_y, sf, w, h, ref, kernel,
476 int dst_buf_stride, int subpel_x, int subpel_y,
487 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x, subpel_y, sf, w,
502 subpel_x, subpel_y; local
561 subpel_y = scaled_mv.row & SUBPEL_MASK;
590 if (subpel_y || (sf->y_step_q4 != SUBPEL_SHIFTS)) {
607 subpel_x, subpel_y, kernel, sf,
619 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd) local
    [all...]

Completed in 67 milliseconds