Home
last modified time | relevance | path

Searched refs:gmc (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dsiff.c62 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 Dmpegvideodsp.h37 void (*gmc)(uint8_t *dst /* align 8 */, uint8_t *src /* align 1 */, member
H A Dmpegvideodsp.c113 c->gmc = ff_gmc_c; in ff_mpegvideodsp_init()
H A Dlibxvid.c85 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 Dmpegvideo_motion.c153 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 Dmpegvideodsp.c159 c->gmc = gmc_mmx; in ff_mpegvideodsp_init_x86()

Completed in 5 milliseconds