• 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 refs:y_offset

40                                          int height, int y_offset, int list)
44 int full_my = (raw_my >> 2) + y_offset;
53 int height, int y_offset, int list0,
58 y_offset += 16 * (h->mb_y >> MB_FIELD(h));
69 my = get_lowest_part_list_y(h, ref, n, height, y_offset, 0);
82 my = get_lowest_part_list_y(h, ref, n, height, y_offset, 1);
126 int y_offset = (i & 2) << 2;
129 get_lowest_part_y(h, refs, n, 8, y_offset,
134 get_lowest_part_y(h, refs, n, 4, y_offset,
138 get_lowest_part_y(h, refs, n + 2, 4, y_offset + 4,
143 get_lowest_part_y(h, refs, n, 8, y_offset,
147 get_lowest_part_y(h, refs, n + 1, 8, y_offset,
155 int sub_y_offset = y_offset + 2 * (j & 2);
322 int x_offset, int y_offset,
333 dest_y += (2 * x_offset << pixel_shift) + 2 * y_offset * h->mb_linesize;
335 dest_cb += (2 * x_offset << pixel_shift) + 2 * y_offset * h->mb_linesize;
336 dest_cr += (2 * x_offset << pixel_shift) + 2 * y_offset * h->mb_linesize;
338 dest_cb += (x_offset << pixel_shift) + 2 * y_offset * h->mb_uvlinesize;
339 dest_cr += (x_offset << pixel_shift) + 2 * y_offset * h->mb_uvlinesize;
341 dest_cb += (x_offset << pixel_shift) + y_offset * h->mb_uvlinesize;
342 dest_cr += (x_offset << pixel_shift) + y_offset * h->mb_uvlinesize;
345 y_offset += 8 * (h->mb_y >> MB_FIELD(h));
350 dest_y, dest_cb, dest_cr, x_offset, y_offset,
360 dest_y, dest_cb, dest_cr, x_offset, y_offset,
369 int x_offset, int y_offset,
381 dest_y += (2 * x_offset << pixel_shift) + 2 * y_offset * h->mb_linesize;
386 dest_cb += (2 * x_offset << pixel_shift) + 2 * y_offset * h->mb_linesize;
387 dest_cr += (2 * x_offset << pixel_shift) + 2 * y_offset * h->mb_linesize;
390 dest_cb += (x_offset << pixel_shift) + 2 * y_offset * h->mb_uvlinesize;
391 dest_cr += (x_offset << pixel_shift) + 2 * y_offset * h->mb_uvlinesize;
394 dest_cb += (x_offset << pixel_shift) + y_offset * h->mb_uvlinesize;
395 dest_cr += (x_offset << pixel_shift) + y_offset * h->mb_uvlinesize;
398 y_offset += 8 * (h->mb_y >> MB_FIELD(h));
411 x_offset, y_offset, qpix_put, chroma_put,
415 x_offset, y_offset, qpix_put, chroma_put,
456 dest_y, dest_cb, dest_cr, x_offset, y_offset,