Searched refs:ildct_cmp (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dvenc.c | 79 ret = ff_set_cmp(&mecc, mecc.ildct_cmp, avctx->ildct_cmp); in dvvideo_encode_init() 84 s->ildct_cmp = mecc.ildct_cmp[5]; in dvvideo_encode_init() 226 int ps = s->ildct_cmp(NULL, data, NULL, linesize, 8) - 400; in dv_guess_dct_mode() 228 int is = s->ildct_cmp(NULL, data, NULL, linesize * 2, 4) + in dv_guess_dct_mode() 229 s->ildct_cmp(NULL, data + linesize, NULL, linesize * 2, 4); in dv_guess_dct_mode()
|
H A D | me_cmp.h | 75 me_cmp_func ildct_cmp[6]; // only width 16 used member
|
H A D | dv.h | 52 me_cmp_func ildct_cmp; member
|
H A D | mpegvideo_enc.c | 845 ret = ff_set_cmp(&s->mecc, s->mecc.ildct_cmp, avctx->ildct_cmp); in ff_mpv_encode_init() 2113 progressive_score = s->mecc.ildct_cmp[4](s, ptr_y, NULL, wrap_y, 8) + in encode_mb_internal() 2114 s->mecc.ildct_cmp[4](s, ptr_y + wrap_y * 8, in encode_mb_internal() 2118 interlaced_score = s->mecc.ildct_cmp[4](s, ptr_y, in encode_mb_internal() 2120 s->mecc.ildct_cmp[4](s, ptr_y + wrap_y, in encode_mb_internal() 2192 progressive_score = s->mecc.ildct_cmp[0](s, dest_y, ptr_y, wrap_y, 8) + in encode_mb_internal() 2193 s->mecc.ildct_cmp[0](s, dest_y + wrap_y * 8, in encode_mb_internal() 2197 if (s->avctx->ildct_cmp == FF_CMP_VSSE) in encode_mb_internal() 2201 interlaced_score = s->mecc.ildct_cmp[ in encode_mb_internal() [all...] |
H A D | avcodec.h | 784 int ildct_cmp; member
|
H A D | options_table.h | 230 {"ildctcmp", "interlaced DCT compare function", OFFSET(ildct_cmp), AV_OPT_TYPE_INT, {.i64 = FF_CMP_VSAD }, INT_MIN, INT_MAX, V|E, "cmp_func"},
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | motion.c | 98 XX(ildct_cmp) \
|
Completed in 13 milliseconds