Searched refs:gmc (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | siff.c | 62 uint8_t gmc[4]; member 207 avio_read(s->pb, c->gmc, c->gmcsize); in siff_read_packet() 222 memcpy(pkt->data + 2, c->gmc, c->gmcsize); in siff_read_packet()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideodsp.h | 37 void (*gmc)(uint8_t *dst /* align 8 */, uint8_t *src /* align 1 */, member
|
H A D | mpegvideodsp.c | 113 c->gmc = ff_gmc_c; in ff_mpegvideodsp_init()
|
H A D | libxvid.c | 85 int gmc; member 442 if (x->gmc) { in xvid_encode_init() 887 { "gmc", "use GMC", OFFSET(gmc), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VE },
|
H A D | mpegvideo_motion.c | 153 s->mdsp.gmc(dest_y, ptr, linesize, 16, in gmc_motion() 159 s->mdsp.gmc(dest_y + 8, ptr, linesize, 16, in gmc_motion() 176 s->mdsp.gmc(dest_cb, ptr, uvlinesize, 8, in gmc_motion() 184 s->mdsp.gmc(dest_cr, ptr, uvlinesize, 8, in gmc_motion()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mpegvideodsp.c | 159 c->gmc = gmc_mmx; in ff_mpegvideodsp_init_x86()
|
Completed in 5 milliseconds