Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmotion_est.c1003 int intra_score, i; in ff_estimate_p_frame_motion() local
1031 intra_score= varc - 500; in ff_estimate_p_frame_motion()
1043 intra_score= s->mecc.mb_cmp[0](s, c->scratchpad, pix, s->linesize, 16); in ff_estimate_p_frame_motion()
1045 intra_score += c->mb_penalty_factor*16 + s->intra_penalty; in ff_estimate_p_frame_motion()
1047 if(intra_score < dmin){ in ff_estimate_p_frame_motion()