Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmotion_est.h94 const uint8_t *current_mv_penalty; member
Dmotion_est.c581 const uint8_t *mv_penalty = c->current_mv_penalty; in h263_mv4_search()
746 const uint8_t * const mv_penalty = c->current_mv_penalty; in interlaced_search()
907 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV; in ff_estimate_p_frame_motion()
1074 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV; in ff_pre_estimate_p_frame_motion()
1129 c->current_mv_penalty= mv_penalty; in estimate_motion_b()
1401 c->current_mv_penalty= c->mv_penalty[1] + MAX_DMV; in direct_search()
1537 c->current_mv_penalty= c->mv_penalty[s->f_code] + MAX_DMV; in ff_estimate_b_frame_motion()
1541 c->current_mv_penalty= c->mv_penalty[s->b_code] + MAX_DMV; in ff_estimate_b_frame_motion()
Dmotion_est_template.c37 const uint8_t *mv_penalty = c->current_mv_penalty; \
Dsnowenc.c306 c->current_mv_penalty= c->mv_penalty[s->m.f_code=1] + MAX_DMV; in encode_q_branch()