Home
last modified time | relevance | path

Searched refs:scene_change_score (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmotion_est.h87 int scene_change_score; member
H A Dsnowenc.c417 c->scene_change_score+= ff_sqrt(vard) - ff_sqrt(varc); in encode_q_branch()
419 c->scene_change_score+= s->m.qscale; in encode_q_branch()
1675 s->m.me.scene_change_score=0; in encode_frame()
1747 && s->m.me.scene_change_score > s->scenechange_threshold){ in encode_frame()
H A Dsvq1enc.c291 s->m.me.scene_change_score = 0; in svq1_encode_plane()
H A Dmotion_est.c974 c->scene_change_score+= ff_sqrt(p_score) - ff_sqrt(i_score); in ff_estimate_p_frame_motion()
1056 c->scene_change_score+= ff_sqrt(p_score) - ff_sqrt(i_score); in ff_estimate_p_frame_motion()
H A Dmpegvideo_enc.c3396 MERGE(me.scene_change_score); in merge_context_after_me()
3500 s->me.scene_change_score=0; in encode_picture()
3570 if (s->me.scene_change_score > s->scenechange_threshold && in encode_picture()

Completed in 16 milliseconds