Lines Matching defs:hdsp
62 HpelDSPContext hdsp;
334 static int svq1_motion_inter_block(HpelDSPContext *hdsp, GetBitContext *bitbuf,
372 hdsp->put_pixels_tab[0][(mv.y & 1) << 1 | (mv.x & 1)](dst, src, pitch, 16);
377 static int svq1_motion_inter_4v_block(HpelDSPContext *hdsp, GetBitContext *bitbuf,
442 hdsp->put_pixels_tab[1][((mvy & 1) << 1) | (mvx & 1)](dst, src, pitch, 8);
454 static int svq1_decode_delta_block(AVCodecContext *avctx, HpelDSPContext *hdsp,
483 result = svq1_motion_inter_block(hdsp, bitbuf, current, previous,
494 result = svq1_motion_inter_4v_block(hdsp, bitbuf, current, previous,
734 result = svq1_decode_delta_block(avctx, &s->hdsp,
819 ff_hpeldsp_init(&s->hdsp, avctx->flags);