Home
last modified time | relevance | path

Searched defs:mv_penalty (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est.h93 const uint8_t (*mv_penalty)[MAX_DMV * 2 + 1]; ///< bit amount needed to encode a MV member
Dituh263enc.c52 static uint8_t mv_penalty[MAX_FCODE+1][MAX_DMV*2+1]; variable
Dmotion_est.c583 const uint8_t *mv_penalty = c->current_mv_penalty; in h263_mv4_search() local
748 const uint8_t * const mv_penalty = c->current_mv_penalty; in interlaced_search() local
1125 const uint8_t * const mv_penalty = c->mv_penalty[f_code] + MAX_DMV; in estimate_motion_b() local
Dmpeg12enc.c57 static uint8_t mv_penalty[MAX_FCODE + 1][MAX_DMV * 2 + 1]; variable