Searched refs:FF_CMP_VSSE (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo.h | 610 { "vsse", "Sum of squared vertical differences", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CMP_VSSE }, INT…
|
D | avcodec.h | 950 #define FF_CMP_VSSE 9 macro
|
D | me_cmp.c | 516 case FF_CMP_VSSE: in ff_set_cmp()
|
D | options_table.h | 284 {"vsse", "sum of squared vertical differences", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CMP_VSSE }, INT_MI…
|
D | mpegvideo_enc.c | 2406 if (s->avctx->ildct_cmp == FF_CMP_VSSE) in encode_mb_internal()
|