• 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 defs:srcY

335     uint8_t *srcY, *srcU, *srcV;
373 srcY = s->current_picture.f.data[0];
377 srcY = s->last_picture.f.data[0];
382 srcY = s->next_picture.f.data[0];
388 srcY = s->last_picture.f.data[0];
392 srcY = s->next_picture.f.data[0];
415 srcY += src_y * s->linesize + src_x;
420 srcY += s->current_picture_ptr->f.linesize[0];
437 srcY -= s->mspel * (1 + s->linesize);
438 s->dsp.emulated_edge_mc(s->edge_emu_buffer, srcY, s->linesize,
442 srcY = s->edge_emu_buffer;
454 src = srcY;
476 src = srcY;
493 srcY += s->mspel * (1 + s->linesize);
505 v->vc1dsp.put_vc1_mspel_pixels_tab[dxy](s->dest[0] + off , srcY , s->linesize, v->rnd);
506 v->vc1dsp.put_vc1_mspel_pixels_tab[dxy](s->dest[0] + off + 8, srcY + 8, s->linesize, v->rnd);
507 srcY += s->linesize * 8;
508 v->vc1dsp.put_vc1_mspel_pixels_tab[dxy](s->dest[0] + off + 8 * s->linesize , srcY , s->linesize, v->rnd);
509 v->vc1dsp.put_vc1_mspel_pixels_tab[dxy](s->dest[0] + off + 8 * s->linesize + 8, srcY + 8, s->linesize, v->rnd);
513 dsp->put_pixels_tab[0][dxy](s->dest[0] + off, srcY, s->linesize, 16);
515 dsp->put_no_rnd_pixels_tab[0][dxy](s->dest[0] + off, srcY, s->linesize, 16);
548 uint8_t *srcY;
565 srcY = s->current_picture.f.data[0];
567 srcY = s->last_picture.f.data[0];
569 srcY = s->last_picture.f.data[0];
571 srcY = s->next_picture.f.data[0];
657 srcY += src_y * s->linesize + src_x;
659 srcY += s->current_picture_ptr->f.linesize[0];
669 srcY -= s->mspel * (1 + (s->linesize << fieldmv));
671 s->dsp.emulated_edge_mc(s->edge_emu_buffer, srcY, s->linesize,
675 srcY = s->edge_emu_buffer;
681 src = srcY;
693 src = srcY;
700 srcY += s->mspel * (1 + (s->linesize << fieldmv));
705 v->vc1dsp.put_vc1_mspel_pixels_tab[dxy](s->dest[0] + off, srcY, s->linesize << fieldmv, v->rnd);
709 dsp->put_pixels_tab[1][dxy](s->dest[0] + off, srcY, s->linesize, 8);
711 dsp->put_no_rnd_pixels_tab[1][dxy](s->dest[0] + off, srcY, s->linesize, 8);
1820 uint8_t *srcY, *srcU, *srcV;
1841 srcY = s->next_picture.f.data[0];
1862 srcY += src_y * s->linesize + src_x;
1867 srcY += s->current_picture_ptr->f.linesize[0];
1883 srcY -= s->mspel * (1 + s->linesize);
1884 s->dsp.emulated_edge_mc(s->edge_emu_buffer, srcY, s->linesize,
1888 srcY = s->edge_emu_buffer;
1900 src = srcY;
1917 srcY += s->mspel * (1 + s->linesize);
1930 v->vc1dsp.avg_vc1_mspel_pixels_tab[dxy](s->dest[0] + off , srcY , s->linesize, v->rnd);
1931 v->vc1dsp.avg_vc1_mspel_pixels_tab[dxy](s->dest[0] + off + 8, srcY + 8, s->linesize, v->rnd);
1932 srcY += s->linesize * 8;
1933 v->vc1dsp.avg_vc1_mspel_pixels_tab[dxy](s->dest[0] + off + 8 * s->linesize , srcY , s->linesize, v->rnd);
1934 v->vc1dsp.avg_vc1_mspel_pixels_tab[dxy](s->dest[0] + off + 8 * s->linesize + 8, srcY + 8, s->linesize, v->rnd);
1939 dsp->avg_pixels_tab[0][dxy](s->dest[0] + off, srcY, s->linesize, 16);
1941 dsp->avg_no_rnd_pixels_tab[0][dxy](s->dest[0] + off, srcY, s->linesize, 16);