Searched refs:mv_map (Results 1 – 1 of 1) sorted by relevance
213 int mv_map = 0; in decode_mb() local220 mv_map = v ? get_bits(&s->gb, 6) : 63; in decode_mb()227 if (mv_map & (1<<j)) { // mv_x and mv_y are guarded by mv_map in decode_mb()