Lines Matching refs:hpel_put
137 c->hpel_put[1][fxy](dst, ref[0] + (fx>>1) + (fy>>1)*stride, stride, 8);
168 c->hpel_put[0][fxy](c->temp, ref[0] + (fx>>1) + (fy>>1)*stride, stride, 16);
210 c->hpel_put[size][dxy](c->temp, ref[0] + x + y*stride, stride, h);
222 c->hpel_put[size+1][uvdxy](uvtemp , ref[1] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1);
223 c->hpel_put[size+1][uvdxy](uvtemp+8, ref[2] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1);
356 c->hpel_put = s->hdsp.put_no_rnd_pixels_tab;
358 c->hpel_put = s->hdsp.put_pixels_tab;
376 c->hpel_put[2][0]= c->hpel_put[2][1]=
377 c->hpel_put[2][2]= c->hpel_put[2][3]= zero_hpel;