DIAG_DOWN_RIGHT_PRED  435 libavcodec/h264pred.c         h->pred4x4[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred4x4_down_right        , depth);\
DIAG_DOWN_RIGHT_PRED  460 libavcodec/h264pred.c         h->pred4x4[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred4x4_down_right        , depth);\
DIAG_DOWN_RIGHT_PRED  477 libavcodec/h264pred.c     h->pred8x8l[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred8x8l_down_right          , depth);\
DIAG_DOWN_RIGHT_PRED  960 libavcodec/rv34.c  DC_PRED, VERT_PRED, HOR_PRED, DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_LEFT_PRED,
DIAG_DOWN_RIGHT_PRED 1656 libavcodec/vp8.c     case DIAG_DOWN_RIGHT_PRED:
DIAG_DOWN_RIGHT_PRED  174 libavcodec/vp8data.h     { -DIAG_DOWN_RIGHT_PRED, -VERT_RIGHT_PRED }, // '111010', '111011'
DIAG_DOWN_RIGHT_PRED   81 libavcodec/vp9data.c                         { -DIAG_DOWN_RIGHT_PRED, -VERT_RIGHT_PRED },  // '11101x'
DIAG_DOWN_RIGHT_PRED  442 libavcodec/vp9data.c     [DIAG_DOWN_RIGHT_PRED] = ADST_ADST,
DIAG_DOWN_RIGHT_PRED 1104 libavcodec/vp9dsp_template.c     dsp->intra_pred[tx][DIAG_DOWN_RIGHT_PRED] = diag_downright_##sz##_c; \
DIAG_DOWN_RIGHT_PRED  236 libavcodec/vp9prob.c         s2   = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED];
DIAG_DOWN_RIGHT_PRED  241 libavcodec/vp9prob.c         adapt_prob(&pp[5], c[DIAG_DOWN_RIGHT_PRED], c[VERT_RIGHT_PRED],
DIAG_DOWN_RIGHT_PRED  261 libavcodec/vp9prob.c         s2   = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED];
DIAG_DOWN_RIGHT_PRED  266 libavcodec/vp9prob.c         adapt_prob(&pp[5], c[DIAG_DOWN_RIGHT_PRED], c[VERT_RIGHT_PRED],
DIAG_DOWN_RIGHT_PRED   53 libavcodec/vp9recon.c         [DIAG_DOWN_RIGHT_PRED] = { { DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_RIGHT_PRED },
DIAG_DOWN_RIGHT_PRED   54 libavcodec/vp9recon.c                                    { DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_RIGHT_PRED } },
DIAG_DOWN_RIGHT_PRED   77 libavcodec/vp9recon.c         [DIAG_DOWN_RIGHT_PRED] = { .needs_left = 1, .needs_top = 1,
DIAG_DOWN_RIGHT_PRED  226 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [DIAG_DOWN_RIGHT_PRED   ] = ff_pred8x8l_down_right_8_mmxext;
DIAG_DOWN_RIGHT_PRED  231 libavcodec/x86/h264_intrapred_init.c             h->pred4x4  [DIAG_DOWN_RIGHT_PRED   ] = ff_pred4x4_down_right_8_mmxext;
DIAG_DOWN_RIGHT_PRED  277 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_sse2;
DIAG_DOWN_RIGHT_PRED  307 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_ssse3;
DIAG_DOWN_RIGHT_PRED  352 libavcodec/x86/h264_intrapred_init.c             h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_sse2;
DIAG_DOWN_RIGHT_PRED  371 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_sse2;
DIAG_DOWN_RIGHT_PRED  383 libavcodec/x86/h264_intrapred_init.c             h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_ssse3;
DIAG_DOWN_RIGHT_PRED  389 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_ssse3;
DIAG_DOWN_RIGHT_PRED  395 libavcodec/x86/h264_intrapred_init.c             h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_avx;
DIAG_DOWN_RIGHT_PRED  404 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_avx;
DIAG_DOWN_RIGHT_PRED   37 tests/checkasm/h264pred.c         [DIAG_DOWN_RIGHT_PRED] = "down_right",
DIAG_DOWN_RIGHT_PRED  215 tests/checkasm/h264pred.c                     if ((pred_mode == DIAG_DOWN_RIGHT_PRED || pred_mode == VERT_RIGHT_PRED) && !has_topleft)
DIAG_DOWN_RIGHT_PRED   64 tests/checkasm/vp9dsp.c         [DIAG_DOWN_RIGHT_PRED] = "diag_downright",