Searched refs:gmc (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | siff.c | 62 uint8_t gmc[4]; member 208 avio_read(s->pb, c->gmc, c->gmcsize); in siff_read_packet() 223 memcpy(pkt->data + 2, c->gmc, c->gmcsize); in siff_read_packet()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideodsp.h | 37 void (*gmc)(uint8_t *dst /* align 8 */, uint8_t *src /* align 1 */, member
|
D | mpegvideodsp.c | 113 c->gmc = ff_gmc_c; in ff_mpegvideodsp_init()
|
D | libxvid.c | 85 int gmc; member 442 if (x->gmc) { in xvid_encode_init() 916 …{ "gmc", "use GMC", OFFSET(gmc), AV_OPT_TYPE_INT, { .i64…
|
D | mpegvideo_motion.c | 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()
|
/third_party/ffmpeg/doc/ |
D | optimization.txt | 91 gmc 92 Used for MPEG-4 gmc. 93 Optimizing this should have a significant effect on the gmc decoding 97 Used for chroma blocks in MPEG-4 gmc with 1 warp point 99 only 1/3 of the gmc blocks use this, the other 2/3 102 Note: DivX5 gmc always uses just 1 warp point.
|
D | APIchanges | 1380 Deprecate CODEC_FLAG_GMC. It is replaced by the "gmc" private option of the
|
D | encoders.texi | 2843 @item gmc
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegvideodsp.c | 159 c->gmc = gmc_mmx; in ff_mpegvideodsp_init_x86()
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.23 | 1977 The bug is reported by Boris Letocha <b.letocha@gmc.net>. See 6062 2007-04-25 Boris Letocha <b.letocha@cz.gmc.net>
|
/third_party/freetype/ |
D | ChangeLog.23 | 1977 The bug is reported by Boris Letocha <b.letocha@gmc.net>. See 6062 2007-04-25 Boris Letocha <b.letocha@cz.gmc.net>
|
D | ChangeLog.21 | 1279 2004-10-09 Boris Letocha <b.letocha@cz.gmc.net>
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 1977 The bug is reported by Boris Letocha <b.letocha@gmc.net>. See 6062 2007-04-25 Boris Letocha <b.letocha@cz.gmc.net>
|
D | ChangeLog.21 | 1279 2004-10-09 Boris Letocha <b.letocha@cz.gmc.net>
|