Home
last modified time | relevance | path

Searched refs:hpel_put (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est.c137 c->hpel_put[1][fxy](dst, ref[0] + (fx>>1) + (fy>>1)*stride, stride, 8); in cmp_direct_inline()
168 c->hpel_put[0][fxy](c->temp, ref[0] + (fx>>1) + (fy>>1)*stride, stride, 16); in cmp_direct_inline()
210 c->hpel_put[size][dxy](c->temp, ref[0] + x + y*stride, stride, h); in cmp_inline()
222 c->hpel_put[size+1][uvdxy](uvtemp , ref[1] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1); in cmp_inline()
223 c->hpel_put[size+1][uvdxy](uvtemp+8, ref[2] + (x>>1) + (y>>1)*uvstride, uvstride, h>>1); in cmp_inline()
356 c->hpel_put = s->hdsp.put_no_rnd_pixels_tab; in ff_init_me()
358 c->hpel_put = s->hdsp.put_pixels_tab; in ff_init_me()
376 c->hpel_put[2][0]= c->hpel_put[2][1]= in ff_init_me()
377 c->hpel_put[2][2]= c->hpel_put[2][3]= zero_hpel; in ff_init_me()
Dmotion_est.h89 op_pixels_func(*hpel_put)[4]; member