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

337     uint8_t *srcY, *srcU, *srcV;
378 srcY = s->current_picture.f->data[0];
385 srcY = s->last_picture.f->data[0];
393 srcY = s->next_picture.f->data[0];
401 if (!srcY || !srcU) {
423 srcY += src_y * s->linesize + src_x;
428 srcY += s->current_picture_ptr->f->linesize[0];
446 srcY -= s->mspel * (1 + s->linesize);
447 s->vdsp.emulated_edge_mc(s->edge_emu_buffer, srcY,
452 srcY = s->edge_emu_buffer;
470 src = srcY;
492 src = srcY;
511 srcY += s->mspel * (1 + s->linesize);
516 v->vc1dsp.put_vc1_mspel_pixels_tab[0][dxy](s->dest[0] , srcY , s->linesize, v->rnd);
520 s->hdsp.put_pixels_tab[0][dxy](s->dest[0], srcY, s->linesize, 16);
522 s->hdsp.put_no_rnd_pixels_tab[0][dxy](s->dest[0], srcY, s->linesize, 16);
554 uint8_t *srcY;
572 srcY = s->current_picture.f->data[0];
576 srcY = s->last_picture.f->data[0];
581 srcY = s->next_picture.f->data[0];
586 if (!srcY) {
679 srcY += src_y * s->linesize + src_x;
681 srcY += s->current_picture_ptr->f->linesize[0];
691 srcY -= s->mspel * (1 + (s->linesize << fieldmv));
693 s->vdsp.emulated_edge_mc(s->edge_emu_buffer, srcY,
698 srcY = s->edge_emu_buffer;
704 src = srcY;
716 src = srcY;
724 srcY += s->mspel * (1 + (s->linesize << fieldmv));
730 v->vc1dsp.avg_vc1_mspel_pixels_tab[1][dxy](s->dest[0] + off, srcY, s->linesize << fieldmv, v->rnd);
732 v->vc1dsp.put_vc1_mspel_pixels_tab[1][dxy](s->dest[0] + off, srcY, s->linesize << fieldmv, v->rnd);
736 s->hdsp.put_pixels_tab[1][dxy](s->dest[0] + off, srcY, s->linesize, 8);
738 s->hdsp.put_no_rnd_pixels_tab[1][dxy](s->dest[0] + off, srcY, s->linesize, 8);
1901 uint8_t *srcY, *srcU, *srcV;
1924 srcY = s->next_picture.f->data[0];
1945 srcY += src_y * s->linesize + src_x;
1950 srcY += s->current_picture_ptr->f->linesize[0];
1967 srcY -= s->mspel * (1 + s->linesize);
1968 s->vdsp.emulated_edge_mc(s->edge_emu_buffer, srcY,
1973 srcY = s->edge_emu_buffer;
1991 src = srcY;
2015 src = srcY;
2034 srcY += s->mspel * (1 + s->linesize);
2042 v->vc1dsp.avg_vc1_mspel_pixels_tab[0][dxy](s->dest[0] + off , srcY , s->linesize, v->rnd);
2047 s->hdsp.avg_pixels_tab[0][dxy](s->dest[0] + off, srcY, s->linesize, 16);
2049 s->hdsp.avg_no_rnd_pixels_tab[dxy](s->dest[0] + off, srcY, s->linesize, 16);