Searched refs:current_mv_penalty (Results 1 – 4 of 4) sorted by relevance
94 const uint8_t *current_mv_penalty; member
581 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()
37 const uint8_t *mv_penalty = c->current_mv_penalty; \
306 c->current_mv_penalty= c->mv_penalty[s->m.f_code=1] + MAX_DMV; in encode_q_branch()