MV_FROZEN         394 libavcodec/error_resilience.c             f = MV_FROZEN; // intra // FIXME check
MV_FROZEN         396 libavcodec/error_resilience.c             f = MV_FROZEN; // inter with undamaged MV
MV_FROZEN         399 libavcodec/error_resilience.c         if (f == MV_FROZEN)
MV_FROZEN         457 libavcodec/error_resilience.c                     if (fixed[mb_xy] == MV_FROZEN)
MV_FROZEN         463 libavcodec/error_resilience.c                     if (mb_x > 0             && fixed[mb_xy - 1]         == MV_FROZEN)
MV_FROZEN         465 libavcodec/error_resilience.c                     if (mb_x + 1 < mb_width  && fixed[mb_xy + 1]         == MV_FROZEN)
MV_FROZEN         467 libavcodec/error_resilience.c                     if (mb_y > 0             && fixed[mb_xy - mb_stride] == MV_FROZEN)
MV_FROZEN         469 libavcodec/error_resilience.c                     if (mb_y + 1 < mb_height && fixed[mb_xy + mb_stride] == MV_FROZEN)
MV_FROZEN         678 libavcodec/error_resilience.c                 fixed[mb_xy] = MV_FROZEN;