Searched refs:ildct_cmp (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dvenc.c | 79 ff_set_cmp(&mecc, mecc.ildct_cmp, avctx->ildct_cmp); in dvvideo_encode_init() 82 s->ildct_cmp = mecc.ildct_cmp[5]; in dvvideo_encode_init() 217 int ps = s->ildct_cmp(NULL, data, NULL, linesize, 8) - 400; in dv_guess_dct_mode() 219 int is = s->ildct_cmp(NULL, data, NULL, linesize * 2, 4) + in dv_guess_dct_mode() 220 s->ildct_cmp(NULL, data + linesize, NULL, linesize * 2, 4); in dv_guess_dct_mode()
|
D | me_cmp.h | 75 me_cmp_func ildct_cmp[6]; // only width 16 used member
|
D | dv.h | 53 me_cmp_func ildct_cmp; member
|
D | mpegvideo_enc.c | 1007 ff_set_cmp(&s->mecc, s->mecc.ildct_cmp, avctx->ildct_cmp); in ff_mpv_encode_init() 2322 progressive_score = s->mecc.ildct_cmp[4](s, ptr_y, NULL, wrap_y, 8) + in encode_mb_internal() 2323 s->mecc.ildct_cmp[4](s, ptr_y + wrap_y * 8, in encode_mb_internal() 2327 interlaced_score = s->mecc.ildct_cmp[4](s, ptr_y, in encode_mb_internal() 2329 s->mecc.ildct_cmp[4](s, ptr_y + wrap_y, in encode_mb_internal() 2401 progressive_score = s->mecc.ildct_cmp[0](s, dest_y, ptr_y, wrap_y, 8) + in encode_mb_internal() 2402 s->mecc.ildct_cmp[0](s, dest_y + wrap_y * 8, in encode_mb_internal() 2406 if (s->avctx->ildct_cmp == FF_CMP_VSSE) in encode_mb_internal() 2410 interlaced_score = s->mecc.ildct_cmp[0](s, dest_y, ptr_y, in encode_mb_internal() 2412 s->mecc.ildct_cmp[0](s, dest_y + wrap_y, in encode_mb_internal()
|
D | avcodec.h | 940 int ildct_cmp; member
|
D | options_table.h | 273 {"ildctcmp", "interlaced DCT compare function", OFFSET(ildct_cmp), AV_OPT_TYPE_INT, {.i64 = FF_CMP_…
|