Searched refs:gmc1 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideodsp.h | 32 void (*gmc1)(uint8_t *dst /* align 8 */, uint8_t *src /* align 1 */, member
|
D | mpegvideodsp.c | 112 c->gmc1 = gmc1_c; in ff_mpegvideodsp_init()
|
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()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | mpegvideodsp.c | 136 c->gmc1 = gmc1_altivec; in ff_mpegvideodsp_init_ppc()
|
/third_party/ffmpeg/doc/ |
D | optimization.txt | 96 gmc1
|