Lines Matching refs:qpel_put
134 c->qpel_put[1][fxy](dst, ref[0] + (fx>>2) + (fy>>2)*stride, stride);
150 c->qpel_put[1][fxy](c->temp , ref[0] + (fx>>2) + (fy>>2)*stride , stride);
151 c->qpel_put[1][fxy](c->temp + 8 , ref[0] + (fx>>2) + (fy>>2)*stride + 8 , stride);
152 c->qpel_put[1][fxy](c->temp + 8*stride, ref[0] + (fx>>2) + (fy>>2)*stride + 8*stride, stride);
153 c->qpel_put[1][fxy](c->temp + 8 + 8*stride, ref[0] + (fx>>2) + (fy>>2)*stride + 8 + 8*stride, stride);
195 c->qpel_put[size][dxy](c->temp, ref[0] + x + y*stride, stride); //FIXME prototype (add h)
197 c->qpel_put[1][dxy](c->temp , ref[0] + x + y*stride , stride);
198 c->qpel_put[1][dxy](c->temp + 8, ref[0] + x + y*stride + 8, stride);
341 c->qpel_put = s->qdsp.put_no_rnd_qpel_pixels_tab;
343 c->qpel_put = s->qdsp.put_qpel_pixels_tab;