MV_FROZEN         422 libavcodec/error_resilience.c             f = MV_FROZEN; // intra // FIXME check
MV_FROZEN         424 libavcodec/error_resilience.c             f = MV_FROZEN; // inter with undamaged MV
MV_FROZEN         427 libavcodec/error_resilience.c         if (f == MV_FROZEN)
MV_FROZEN         464 libavcodec/error_resilience.c             if (fixed[mb_xy] == MV_FROZEN) {
MV_FROZEN         498 libavcodec/error_resilience.c                 av_assert2(fixed[mb_xy] != MV_FROZEN);
MV_FROZEN         514 libavcodec/error_resilience.c                 av_assert2(j & MV_FROZEN);
MV_FROZEN         704 libavcodec/error_resilience.c             if (fixed[mb_xy] & (MV_CHANGED|MV_UNCHANGED|MV_FROZEN)) {
MV_FROZEN         705 libavcodec/error_resilience.c                 fixed[mb_xy] = MV_FROZEN;