Searched refs:FF_CMP_SSE (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_mcdeint.c | 129 enc_ctx->mb_cmp = FF_CMP_SSE; in config_props()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo.h | 597 { "sse", "Sum of squared errors", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CMP_SSE }, INT_MIN, INT_MAX, …
|
D | avcodec.h | 932 #define FF_CMP_SSE 1 macro
|
D | motion_est.c | 876 case FF_CMP_SSE: in get_penalty_factor() 1028 if((c->avctx->mb_cmp&0xFF)==FF_CMP_SSE){ in ff_estimate_p_frame_motion()
|
D | me_cmp.c | 491 case FF_CMP_SSE: in ff_set_cmp()
|
D | options_table.h | 282 {"sse", "sum of squared errors", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CMP_SSE }, INT_MIN, INT_MAX, V|E,…
|
D | snowenc.c | 213 case FF_CMP_SSE: in get_penalty_factor()
|