Searched refs:qpel_avg (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | motion_est.h | 92 qpel_mc_func(*qpel_avg)[16]; member
|
H A D | motion_est.c | 135 c->qpel_avg[1][bxy](dst, ref[8] + (bx>>2) + (by>>2)*stride, stride); in cmp_direct_inline() 154 c->qpel_avg[1][bxy](c->temp , ref[8] + (bx>>2) + (by>>2)*stride , stride); in cmp_direct_inline() 155 c->qpel_avg[1][bxy](c->temp + 8 , ref[8] + (bx>>2) + (by>>2)*stride + 8 , stride); in cmp_direct_inline() 156 c->qpel_avg[1][bxy](c->temp + 8*stride, ref[8] + (bx>>2) + (by>>2)*stride + 8*stride, stride); in cmp_direct_inline() 157 c->qpel_avg[1][bxy](c->temp + 8 + 8*stride, ref[8] + (bx>>2) + (by>>2)*stride + 8 + 8*stride, stride); in cmp_direct_inline() 339 c->qpel_avg = s->qdsp.avg_qpel_pixels_tab; in ff_init_me()
|
H A D | h263dec.c | 611 s->me.qpel_avg = s->qdsp.avg_qpel_pixels_tab; in ff_h263_decode_frame() 614 s->me.qpel_avg = s->qdsp.avg_qpel_pixels_tab; in ff_h263_decode_frame()
|
H A D | mss2.c | 799 v->s.me.qpel_avg = v->s.qdsp.avg_qpel_pixels_tab; in wmv9_init()
|
H A D | vc1dec.c | 899 s->me.qpel_avg = s->qdsp.avg_qpel_pixels_tab; in vc1_decode_frame()
|
H A D | mpegvideo.c | 1514 op_qpix= s->me.qpel_avg; in mpv_reconstruct_mb_internal()
|
Completed in 10 milliseconds