VERT_LEFT_PRED   2533 libavcodec/h264.c                                 if(dir == DIAG_DOWN_LEFT_PRED || dir == VERT_LEFT_PRED){
VERT_LEFT_PRED   1094 libavcodec/h264pred.c         h->pred4x4[VERT_LEFT_PRED      ]= pred4x4_vertical_left_c;
VERT_LEFT_PRED   1107 libavcodec/h264pred.c         h->pred4x4[VERT_LEFT_PRED      ]= pred4x4_vertical_left_rv40_c;
VERT_LEFT_PRED   1124 libavcodec/h264pred.c     h->pred8x8l[VERT_LEFT_PRED      ]= pred8x8l_vertical_left_c;
VERT_LEFT_PRED    856 libavcodec/rv34.c  VERT_RIGHT_PRED, VERT_LEFT_PRED, HOR_UP_PRED, HOR_DOWN_PRED,
VERT_LEFT_PRED    885 libavcodec/rv34.c         if(itype == VERT_LEFT_PRED) itype = VERT_LEFT_PRED_RV40_NODOWN;