Searched refs:gmc1 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideodsp.h | 32 void (*gmc1)(uint8_t *dst /* align 8 */, uint8_t *src /* align 1 */, member
|
H A D | mpegvideodsp.c | 112 c->gmc1 = gmc1_c; in ff_mpegvideodsp_init()
|
H A D | mpegvideo_motion.c | 75 s->mdsp.gmc1(dest_y, ptr, linesize, 16, in gmc1_motion() 77 s->mdsp.gmc1(dest_y + 8, ptr + 8, linesize, 16, in gmc1_motion() 118 s->mdsp.gmc1(dest_cb, ptr, uvlinesize, 8, in gmc1_motion() 130 s->mdsp.gmc1(dest_cr, ptr, uvlinesize, 8, in gmc1_motion()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | mpegvideodsp.c | 32 /* AltiVec-enhanced gmc1. ATM this code assumes stride is a multiple of 8 137 c->gmc1 = gmc1_altivec; in ff_mpegvideodsp_init_ppc()
|
Completed in 3 milliseconds