Home
last modified time | relevance | path

Searched refs:FF_CMP_SSE (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_mcdeint.c129 enc_ctx->mb_cmp = FF_CMP_SSE; in config_props()
/third_party/ffmpeg/libavcodec/
Dmpegvideo.h597 { "sse", "Sum of squared errors", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CMP_SSE }, INT_MIN, INT_MAX, …
Davcodec.h932 #define FF_CMP_SSE 1 macro
Dmotion_est.c876 case FF_CMP_SSE: in get_penalty_factor()
1028 if((c->avctx->mb_cmp&0xFF)==FF_CMP_SSE){ in ff_estimate_p_frame_motion()
Dme_cmp.c491 case FF_CMP_SSE: in ff_set_cmp()
Doptions_table.h282 {"sse", "sum of squared errors", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CMP_SSE }, INT_MIN, INT_MAX, V|E,…
Dsnowenc.c213 case FF_CMP_SSE: in get_penalty_factor()