MV_CHANGED        475 libavcodec/error_resilience.c                     if (mb_x > 0             && fixed[mb_xy - 1        ] == MV_CHANGED)
MV_CHANGED        477 libavcodec/error_resilience.c                     if (mb_x + 1 < mb_width  && fixed[mb_xy + 1        ] == MV_CHANGED)
MV_CHANGED        479 libavcodec/error_resilience.c                     if (mb_y > 0             && fixed[mb_xy - mb_stride] == MV_CHANGED)
MV_CHANGED        481 libavcodec/error_resilience.c                     if (mb_y + 1 < mb_height && fixed[mb_xy + mb_stride] == MV_CHANGED)
MV_CHANGED        664 libavcodec/error_resilience.c                         fixed[mb_xy] = MV_CHANGED;