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  954 libavcodec/rv34.c  DC_PRED, VERT_PRED, HOR_PRED, DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_LEFT_PRED,
DIAG_DOWN_RIGHT_PRED 1565 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 2342 libavcodec/vp9.c         [DIAG_DOWN_RIGHT_PRED] = { { DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_RIGHT_PRED },
DIAG_DOWN_RIGHT_PRED 2343 libavcodec/vp9.c                                    { DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_RIGHT_PRED } },
DIAG_DOWN_RIGHT_PRED 2366 libavcodec/vp9.c         [DIAG_DOWN_RIGHT_PRED] = { .needs_left = 1, .needs_top = 1, .needs_topleft = 1 },
DIAG_DOWN_RIGHT_PRED 3682 libavcodec/vp9.c         s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED];
DIAG_DOWN_RIGHT_PRED 3687 libavcodec/vp9.c         adapt_prob(&pp[5], c[DIAG_DOWN_RIGHT_PRED], c[VERT_RIGHT_PRED], 20, 128);
DIAG_DOWN_RIGHT_PRED 3706 libavcodec/vp9.c         s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED];
DIAG_DOWN_RIGHT_PRED 3711 libavcodec/vp9.c         adapt_prob(&pp[5], c[DIAG_DOWN_RIGHT_PRED], c[VERT_RIGHT_PRED], 20, 128);
DIAG_DOWN_RIGHT_PRED   82 libavcodec/vp9data.h          { -DIAG_DOWN_RIGHT_PRED, -VERT_RIGHT_PRED }, // '11101x'
DIAG_DOWN_RIGHT_PRED  314 libavcodec/vp9data.h     [DIAG_DOWN_RIGHT_PRED] = ADST_ADST,
DIAG_DOWN_RIGHT_PRED  836 libavcodec/vp9dsp.c     dsp->intra_pred[tx][DIAG_DOWN_RIGHT_PRED] = diag_downright_##sz##_c; \
DIAG_DOWN_RIGHT_PRED  225 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [DIAG_DOWN_RIGHT_PRED   ] = ff_pred8x8l_down_right_8_mmxext;
DIAG_DOWN_RIGHT_PRED  230 libavcodec/x86/h264_intrapred_init.c             h->pred4x4  [DIAG_DOWN_RIGHT_PRED   ] = ff_pred4x4_down_right_8_mmxext;
DIAG_DOWN_RIGHT_PRED  276 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_sse2;
DIAG_DOWN_RIGHT_PRED  306 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_ssse3;
DIAG_DOWN_RIGHT_PRED  345 libavcodec/x86/h264_intrapred_init.c             h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_sse2;
DIAG_DOWN_RIGHT_PRED  364 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_sse2;
DIAG_DOWN_RIGHT_PRED  376 libavcodec/x86/h264_intrapred_init.c             h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_ssse3;
DIAG_DOWN_RIGHT_PRED  382 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_ssse3;
DIAG_DOWN_RIGHT_PRED  388 libavcodec/x86/h264_intrapred_init.c             h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_avx;
DIAG_DOWN_RIGHT_PRED  397 libavcodec/x86/h264_intrapred_init.c             h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_avx;