Home
last modified time | relevance | path

Searched refs:FF_CMP_VSSE (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo.h610 { "vsse", "Sum of squared vertical differences", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CMP_VSSE }, INT…
Davcodec.h950 #define FF_CMP_VSSE 9 macro
Dme_cmp.c516 case FF_CMP_VSSE: in ff_set_cmp()
Doptions_table.h284 {"vsse", "sum of squared vertical differences", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CMP_VSSE }, INT_MI…
Dmpegvideo_enc.c2406 if (s->avctx->ildct_cmp == FF_CMP_VSSE) in encode_mb_internal()