Searched refs:FF_CMP_VSSE (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideoenc.h | 56 { "vsse", "Sum of squared vertical differences", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CMP_VSSE }, INT_MIN, INT_MAX, FF_MPV_OPT_FLAGS, "cmp_func" }, \
|
H A D | avcodec.h | 794 #define FF_CMP_VSSE 9 macro
|
H A D | me_cmp.c | 518 case FF_CMP_VSSE: in ff_set_cmp()
|
H A D | options_table.h | 241 {"vsse", "sum of squared vertical differences", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CMP_VSSE }, INT_MIN, INT_MAX, V|E, "cmp_func"},
|
H A D | mpegvideo_enc.c | 2197 if (s->avctx->ildct_cmp == FF_CMP_VSSE) in encode_mb_internal()
|
Completed in 19 milliseconds