VERT_LEFT_PRED    669 libavcodec/h264_mb.c                     if (dir == DIAG_DOWN_LEFT_PRED || dir == VERT_LEFT_PRED) {
VERT_LEFT_PRED    439 libavcodec/h264pred.c             h->pred4x4[VERT_LEFT_PRED  ]= FUNCD(pred4x4_vertical_left_vp8);\
VERT_LEFT_PRED    441 libavcodec/h264pred.c             h->pred4x4[VERT_LEFT_PRED  ]= FUNCC(pred4x4_vertical_left     , depth);\
VERT_LEFT_PRED    463 libavcodec/h264pred.c         h->pred4x4[VERT_LEFT_PRED      ]= FUNCD(pred4x4_vertical_left_rv40);\
VERT_LEFT_PRED    480 libavcodec/h264pred.c     h->pred8x8l[VERT_LEFT_PRED      ]= FUNCC(pred8x8l_vertical_left       , depth);\
VERT_LEFT_PRED    955 libavcodec/rv34.c  VERT_RIGHT_PRED, VERT_LEFT_PRED, HOR_UP_PRED, HOR_DOWN_PRED,
VERT_LEFT_PRED    984 libavcodec/rv34.c         if(itype == VERT_LEFT_PRED) itype = VERT_LEFT_PRED_RV40_NODOWN;
VERT_LEFT_PRED   1551 libavcodec/vp8.c     case VERT_LEFT_PRED:
VERT_LEFT_PRED    176 libavcodec/vp8data.h     {       -VERT_LEFT_PRED,                8 }, // '111110'
VERT_LEFT_PRED   2348 libavcodec/vp9.c         [VERT_LEFT_PRED]       = { { DC_127_PRED,          VERT_LEFT_PRED },
VERT_LEFT_PRED   2349 libavcodec/vp9.c                                    { DC_127_PRED,          VERT_LEFT_PRED } },
VERT_LEFT_PRED   2369 libavcodec/vp9.c         [VERT_LEFT_PRED]       = { .needs_top  = 1, .needs_topright = 1 },
VERT_LEFT_PRED   3690 libavcodec/vp9.c         sum -= c[VERT_LEFT_PRED];
VERT_LEFT_PRED   3691 libavcodec/vp9.c         adapt_prob(&pp[7], c[VERT_LEFT_PRED], sum, 20, 128);
VERT_LEFT_PRED   3714 libavcodec/vp9.c         sum -= c[VERT_LEFT_PRED];
VERT_LEFT_PRED   3715 libavcodec/vp9.c         adapt_prob(&pp[7], c[VERT_LEFT_PRED], sum, 20, 128);
VERT_LEFT_PRED     84 libavcodec/vp9data.h          { -VERT_LEFT_PRED, 8 },                      // '111110'
VERT_LEFT_PRED    317 libavcodec/vp9data.h     [VERT_LEFT_PRED]       = ADST_DCT,
VERT_LEFT_PRED    839 libavcodec/vp9dsp.c     dsp->intra_pred[tx][VERT_LEFT_PRED]       = vert_left_##sz##_c; \
VERT_LEFT_PRED    239 libavcodec/x86/h264_intrapred_init.c                 h->pred4x4  [VERT_LEFT_PRED     ] = ff_pred4x4_vertical_left_8_mmxext;
VERT_LEFT_PRED    278 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [VERT_LEFT_PRED       ] = ff_pred8x8l_vertical_left_8_sse2;
VERT_LEFT_PRED    308 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [VERT_LEFT_PRED       ] = ff_pred8x8l_vertical_left_8_ssse3;
VERT_LEFT_PRED    346 libavcodec/x86/h264_intrapred_init.c             h->pred4x4[VERT_LEFT_PRED      ] = ff_pred4x4_vertical_left_10_sse2;
VERT_LEFT_PRED    389 libavcodec/x86/h264_intrapred_init.c             h->pred4x4[VERT_LEFT_PRED      ] = ff_pred4x4_vertical_left_10_avx;