Home
last modified time | relevance | path

Searched refs:nsse_weight (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dme_cmp_init.c104 return score1 + FFABS(score2) * c->avctx->nsse_weight; in nsse16_mmx()
117 return score1 + FFABS(score2) * c->avctx->nsse_weight; in nsse8_mmx()
/third_party/ffmpeg/libavcodec/
H A Davcodec.h1540 int nsse_weight; member
H A Dme_cmp.c440 return score1 + FFABS(score2) * c->avctx->nsse_weight; in nsse16_c()
465 return score1 + FFABS(score2) * c->avctx->nsse_weight; in nsse8_c()
H A Doptions_table.h218 {"nssew", "nsse weight", OFFSET(nsse_weight), AV_OPT_TYPE_INT, {.i64 = 8 }, INT_MIN, INT_MAX, V|E},

Completed in 8 milliseconds