• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:y_offset

244                                  int y_offset, int list){
247 int full_my= (raw_my>>2) + y_offset;
254 int y_offset, int list0, int list1, int *nrefs){
258 y_offset += 16*(s->mb_y >> MB_FIELD);
269 my = get_lowest_part_list_y(h, ref, n, height, y_offset, 0);
281 my = get_lowest_part_list_y(h, ref, n, height, y_offset, 1);
324 int y_offset= (i&2)<<2;
327 get_lowest_part_y(h, refs, n , 8, y_offset,
330 get_lowest_part_y(h, refs, n , 4, y_offset,
332 get_lowest_part_y(h, refs, n+2, 4, y_offset+4,
335 get_lowest_part_y(h, refs, n , 8, y_offset,
337 get_lowest_part_y(h, refs, n+1, 8, y_offset,
343 int sub_y_offset= y_offset + 2*(j&2);
388 static const int y_offset[4]={0, 2*stride, 8* stride, 10*stride};
391 const int offset= y_offset[i];
545 int x_offset, int y_offset,
554 dest_y += (2*x_offset << pixel_shift) + 2*y_offset*h->mb_linesize;
556 dest_cb += (2*x_offset << pixel_shift) + 2*y_offset*h->mb_linesize;
557 dest_cr += (2*x_offset << pixel_shift) + 2*y_offset*h->mb_linesize;
559 dest_cb += ( x_offset << pixel_shift) + 2*y_offset*h->mb_uvlinesize;
560 dest_cr += ( x_offset << pixel_shift) + 2*y_offset*h->mb_uvlinesize;
562 dest_cb += ( x_offset << pixel_shift) + y_offset*h->mb_uvlinesize;
563 dest_cr += ( x_offset << pixel_shift) + y_offset*h->mb_uvlinesize;
566 y_offset += 8*(s->mb_y >> MB_FIELD);
571 dest_y, dest_cb, dest_cr, x_offset, y_offset,
581 dest_y, dest_cb, dest_cr, x_offset, y_offset,
589 int x_offset, int y_offset,
597 dest_y += (2*x_offset << pixel_shift) + 2*y_offset*h->mb_linesize;
602 dest_cb += (2*x_offset << pixel_shift) + 2*y_offset*h->mb_linesize;
603 dest_cr += (2*x_offset << pixel_shift) + 2*y_offset*h->mb_linesize;
606 dest_cb += ( x_offset << pixel_shift) + 2*y_offset*h->mb_uvlinesize;
607 dest_cr += ( x_offset << pixel_shift) + 2*y_offset*h->mb_uvlinesize;
610 dest_cb += ( x_offset << pixel_shift) + y_offset*h->mb_uvlinesize;
611 dest_cr += ( x_offset << pixel_shift) + y_offset*h->mb_uvlinesize;
614 y_offset += 8*(s->mb_y >> MB_FIELD);
627 x_offset, y_offset, qpix_put, chroma_put,
631 x_offset, y_offset, qpix_put, chroma_put,
659 dest_y, dest_cb, dest_cr, x_offset, y_offset,
676 int x_offset, int y_offset,
686 x_offset, y_offset, qpix_put, chroma_put,
691 x_offset, y_offset, qpix_put, chroma_put, qpix_avg,
771 int y_offset= (i&2)<<1;
774 mc_part(h, n, 1, 8, 0, dest_y, dest_cb, dest_cr, x_offset, y_offset,
780 mc_part(h, n , 0, 4, 4 << pixel_shift, dest_y, dest_cb, dest_cr, x_offset, y_offset,
785 mc_part(h, n+2, 0, 4, 4 << pixel_shift, dest_y, dest_cb, dest_cr, x_offset, y_offset+2,
791 mc_part(h, n , 0, 8, 4*h->mb_linesize, dest_y, dest_cb, dest_cr, x_offset, y_offset,
796 mc_part(h, n+1, 0, 8, 4*h->mb_linesize, dest_y, dest_cb, dest_cr, x_offset+2, y_offset,
806 int sub_y_offset= y_offset + (j&2);