Lines Matching refs:hdsp
354 c->hpel_avg = s->hdsp.avg_pixels_tab;
356 c->hpel_put = s->hdsp.put_no_rnd_pixels_tab;
358 c->hpel_put = s->hdsp.put_pixels_tab;
659 s->hdsp.put_no_rnd_pixels_tab[1][dxy](dest_y , ref , stride, h);
661 s->hdsp.put_pixels_tab [1][dxy](dest_y , ref , stride, h);
703 s->hdsp.put_no_rnd_pixels_tab[1][dxy](c->scratchpad , s->last_picture.f->data[1] + offset, s->uvlinesize, 8);
704 s->hdsp.put_no_rnd_pixels_tab[1][dxy](c->scratchpad + 8, s->last_picture.f->data[2] + offset, s->uvlinesize, 8);
706 s->hdsp.put_pixels_tab [1][dxy](c->scratchpad , s->last_picture.f->data[1] + offset, s->uvlinesize, 8);
707 s->hdsp.put_pixels_tab [1][dxy](c->scratchpad + 8, s->last_picture.f->data[2] + offset, s->uvlinesize, 8);
815 s->hdsp.put_no_rnd_pixels_tab[size][dxy](c->scratchpad, ref , stride, h);
817 s->hdsp.put_pixels_tab [size][dxy](c->scratchpad, ref , stride, h);
1221 s->hdsp.put_pixels_tab[size][dxy](dest_y , ptr , stride, h);
1228 s->hdsp.avg_pixels_tab[size][dxy](dest_y , ptr , stride, h);