• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching defs:x_off

1696  * @param x_off    horizontal position of block from origin (0, 0)
1708 int x_off, int y_off, int block_w, int block_h,
1720 x_off += mv->x >> 2;
1725 src += y_off * linesize + x_off;
1726 if (x_off < mx_idx || x_off >= width - block_w - subpel_idx[2][mx] ||
1733 x_off - mx_idx, y_off - my_idx,
1741 mc_func[0][0](dst, linesize, src + y_off * linesize + x_off,
1754 * @param x_off horizontal position of block from origin (0, 0)
1766 int x_off, int y_off, int block_w, int block_h,
1776 x_off += mv->x >> 3;
1780 src1 += y_off * linesize + x_off;
1781 src2 += y_off * linesize + x_off;
1783 if (x_off < mx_idx || x_off >= width - block_w - subpel_idx[2][mx] ||
1790 x_off - mx_idx, y_off - my_idx, width, height);
1799 x_off - mx_idx, y_off - my_idx, width, height);
1808 mc_func[0][0](dst1, linesize, src1 + y_off * linesize + x_off, linesize, block_h, 0, 0);
1809 mc_func[0][0](dst2, linesize, src2 + y_off * linesize + x_off, linesize, block_h, 0, 0);
1815 ThreadFrame *ref_frame, int x_off, int y_off,
1823 ref_frame, mv, x_off + bx_off, y_off + by_off,
1834 x_off >>= 1;
1844 &uvmv, x_off + bx_off, y_off + by_off,
1857 int x_off = mb_x << 4, y_off = mb_y << 4;
1858 int mx = (mb->mv.x >> 2) + x_off + 8;
1878 int x_off = mb_x << 4, y_off = mb_y << 4;
1885 vp8_mc_part(s, td, dst, ref, x_off, y_off,
1897 4 * x + x_off, 4 * y + y_off, 4, 4,
1904 x_off >>= 1;
1926 &uvmv, 4 * x + x_off, 4 * y + y_off, 4, 4,
1934 vp8_mc_part(s, td, dst, ref, x_off, y_off,
1936 vp8_mc_part(s, td, dst, ref, x_off, y_off,
1940 vp8_mc_part(s, td, dst, ref, x_off, y_off,
1942 vp8_mc_part(s, td, dst, ref, x_off, y_off,
1946 vp8_mc_part(s, td, dst, ref, x_off, y_off,
1948 vp8_mc_part(s, td, dst, ref, x_off, y_off,
1950 vp8_mc_part(s, td, dst, ref, x_off, y_off,
1952 vp8_mc_part(s, td, dst, ref, x_off, y_off,