Searched defs:mv_penalty (Results 1 – 4 of 4) sorted by relevance
93 const uint8_t (*mv_penalty)[MAX_DMV * 2 + 1]; ///< bit amount needed to encode a MV member
52 static uint8_t mv_penalty[MAX_FCODE+1][MAX_DMV*2+1]; variable
583 const uint8_t *mv_penalty = c->current_mv_penalty; in h263_mv4_search() local748 const uint8_t * const mv_penalty = c->current_mv_penalty; in interlaced_search() local1125 const uint8_t * const mv_penalty = c->mv_penalty[f_code] + MAX_DMV; in estimate_motion_b() local
57 static uint8_t mv_penalty[MAX_FCODE + 1][MAX_DMV * 2 + 1]; variable