NEARESTMV        1830 libavcodec/vp9.c             if (have_a && s->above_mode_ctx[col] >= NEARESTMV) {
NEARESTMV        1831 libavcodec/vp9.c                 if (have_l && s->left_mode_ctx[row7] >= NEARESTMV) {
NEARESTMV        1837 libavcodec/vp9.c             } else if (have_l && s->left_mode_ctx[row7] >= NEARESTMV) {
NEARESTMV        3824 libavcodec/vp9.c         memset(s->above_mode_ctx, NEARESTMV, s->cols);
NEARESTMV        3910 libavcodec/vp9.c                             memset(s->left_mode_ctx, NEARESTMV, 8);
NEARESTMV         224 libavcodec/vp9data.h      { -NEARESTMV, 2 },    // '10'
NEARESTMV         320 libavcodec/vp9data.h     [NEARESTMV]            = DCT_DCT,