Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmotion_est.h85 int64_t mc_mb_var_sum_temp; member
Dmotion_est.c967 c->mc_mb_var_sum_temp += (vard+128)>>8; in ff_estimate_p_frame_motion()
1509 c->mc_mb_var_sum_temp += score; in ff_estimate_b_frame_motion()
1574 c->mc_mb_var_sum_temp += score; in ff_estimate_b_frame_motion()
Dmpegvideo_enc.c3614 MERGE(me.mc_mb_var_sum_temp); in merge_context_after_me()
3712 s->me.mc_mb_var_sum_temp = 0; in encode_picture()
3787 … s->current_picture.mc_mb_var_sum= s->current_picture_ptr->mc_mb_var_sum= s->me.mc_mb_var_sum_temp; in encode_picture()