Searched refs:mdsp (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_motion.c | 73 s->mdsp.gmc1(dest_y, ptr, linesize, 16, in gmc1_motion() 75 s->mdsp.gmc1(dest_y + 8, ptr + 8, linesize, 16, in gmc1_motion() 116 s->mdsp.gmc1(dest_cb, ptr, uvlinesize, 8, in gmc1_motion() 128 s->mdsp.gmc1(dest_cr, ptr, uvlinesize, 8, in gmc1_motion() 151 s->mdsp.gmc(dest_y, ptr, linesize, 16, in gmc_motion() 157 s->mdsp.gmc(dest_y + 8, ptr, linesize, 16, in gmc_motion() 174 s->mdsp.gmc(dest_cb, ptr, uvlinesize, 8, in gmc_motion() 182 s->mdsp.gmc(dest_cr, ptr, uvlinesize, 8, in gmc_motion()
|
D | mpegvideo.h | 232 MpegVideoDSPContext mdsp; member
|
D | mpegvideo.c | 289 ff_mpegvideodsp_init(&s->mdsp); in dct_init()
|