DIAG_DOWN_LEFT_PRED  676 libavcodec/h264_mb.c                     if (dir == DIAG_DOWN_LEFT_PRED || dir == VERT_LEFT_PRED) {
DIAG_DOWN_LEFT_PRED  432 libavcodec/h264pred.c             h->pred4x4[DIAG_DOWN_LEFT_PRED ]= FUNCD(pred4x4_down_left_svq3);\
DIAG_DOWN_LEFT_PRED  434 libavcodec/h264pred.c             h->pred4x4[DIAG_DOWN_LEFT_PRED ]= FUNCC(pred4x4_down_left     , depth);\
DIAG_DOWN_LEFT_PRED  459 libavcodec/h264pred.c         h->pred4x4[DIAG_DOWN_LEFT_PRED ]= FUNCD(pred4x4_down_left_rv40);\
DIAG_DOWN_LEFT_PRED  476 libavcodec/h264pred.c     h->pred8x8l[DIAG_DOWN_LEFT_PRED ]= FUNCC(pred8x8l_down_left           , depth);\
DIAG_DOWN_LEFT_PRED  960 libavcodec/rv34.c  DC_PRED, VERT_PRED, HOR_PRED, DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_LEFT_PRED,
DIAG_DOWN_LEFT_PRED  985 libavcodec/rv34.c         if(itype == DIAG_DOWN_LEFT_PRED) itype = DIAG_DOWN_LEFT_PRED_RV40_NODOWN;
DIAG_DOWN_LEFT_PRED  988 libavcodec/rv34.c         if(itype == DIAG_DOWN_LEFT_PRED) itype = DIAG_DOWN_LEFT_PRED_RV40_NODOWN;
DIAG_DOWN_LEFT_PRED  650 libavcodec/svq3.c             if (dir == DIAG_DOWN_LEFT_PRED || dir == VERT_LEFT_PRED) {
DIAG_DOWN_LEFT_PRED 1641 libavcodec/vp8.c     case DIAG_DOWN_LEFT_PRED:
DIAG_DOWN_LEFT_PRED  175 libavcodec/vp8data.h     {  -DIAG_DOWN_LEFT_PRED,                7 }, // '11110'
DIAG_DOWN_LEFT_PRED   82 libavcodec/vp9data.c                     { -DIAG_DOWN_LEFT_PRED, 7 },                      // '11110'
DIAG_DOWN_LEFT_PRED  441 libavcodec/vp9data.c     [DIAG_DOWN_LEFT_PRED]  = DCT_DCT,
DIAG_DOWN_LEFT_PRED 1103 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][DIAG_DOWN_LEFT_PRED]  = diag_downleft_##sz##_c; \
DIAG_DOWN_LEFT_PRED  243 libavcodec/vp9prob.c         sum -= c[DIAG_DOWN_LEFT_PRED];
DIAG_DOWN_LEFT_PRED  244 libavcodec/vp9prob.c         adapt_prob(&pp[6], c[DIAG_DOWN_LEFT_PRED], sum, 20, 128);
DIAG_DOWN_LEFT_PRED  268 libavcodec/vp9prob.c         sum -= c[DIAG_DOWN_LEFT_PRED];
DIAG_DOWN_LEFT_PRED  269 libavcodec/vp9prob.c         adapt_prob(&pp[6], c[DIAG_DOWN_LEFT_PRED], sum, 20, 128);
DIAG_DOWN_LEFT_PRED   51 libavcodec/vp9recon.c         [DIAG_DOWN_LEFT_PRED]  = { { DC_127_PRED,          DIAG_DOWN_LEFT_PRED  },
DIAG_DOWN_LEFT_PRED   52 libavcodec/vp9recon.c                                    { DC_127_PRED,          DIAG_DOWN_LEFT_PRED  } },
DIAG_DOWN_LEFT_PRED   76 libavcodec/vp9recon.c         [DIAG_DOWN_LEFT_PRED]  = { .needs_top  = 1, .needs_topright = 1 },
DIAG_DOWN_LEFT_PRED  229 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [DIAG_DOWN_LEFT_PRED    ] = ff_pred8x8l_down_left_8_mmxext;
DIAG_DOWN_LEFT_PRED  237 libavcodec/x86/h264_intrapred_init.c                 h->pred4x4  [DIAG_DOWN_LEFT_PRED] = ff_pred4x4_down_left_8_mmxext;
DIAG_DOWN_LEFT_PRED  276 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [DIAG_DOWN_LEFT_PRED  ] = ff_pred8x8l_down_left_8_sse2;
DIAG_DOWN_LEFT_PRED  306 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [DIAG_DOWN_LEFT_PRED  ] = ff_pred8x8l_down_left_8_ssse3;
DIAG_DOWN_LEFT_PRED  351 libavcodec/x86/h264_intrapred_init.c             h->pred4x4[DIAG_DOWN_LEFT_PRED ] = ff_pred4x4_down_left_10_sse2;
DIAG_DOWN_LEFT_PRED  370 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l[DIAG_DOWN_LEFT_PRED ] = ff_pred8x8l_down_left_10_sse2;
DIAG_DOWN_LEFT_PRED  388 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l[DIAG_DOWN_LEFT_PRED ] = ff_pred8x8l_down_left_10_ssse3;
DIAG_DOWN_LEFT_PRED  394 libavcodec/x86/h264_intrapred_init.c             h->pred4x4[DIAG_DOWN_LEFT_PRED ] = ff_pred4x4_down_left_10_avx;
DIAG_DOWN_LEFT_PRED  405 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l[DIAG_DOWN_LEFT_PRED ] = ff_pred8x8l_down_left_10_avx;
DIAG_DOWN_LEFT_PRED   36 tests/checkasm/h264pred.c         [DIAG_DOWN_LEFT_PRED ] = "down_left",
DIAG_DOWN_LEFT_PRED   55 tests/checkasm/h264pred.c         [DIAG_DOWN_LEFT_PRED            ] = "down_left_rv40",
DIAG_DOWN_LEFT_PRED   63 tests/checkasm/h264pred.c         [DIAG_DOWN_LEFT_PRED] = "down_left_svq3",
DIAG_DOWN_LEFT_PRED   63 tests/checkasm/vp9dsp.c         [DIAG_DOWN_LEFT_PRED] = "diag_downleft",