DIAG_DOWN_LEFT_PRED 669 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 954 libavcodec/rv34.c DC_PRED, VERT_PRED, HOR_PRED, DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_LEFT_PRED, DIAG_DOWN_LEFT_PRED 979 libavcodec/rv34.c if(itype == DIAG_DOWN_LEFT_PRED) itype = DIAG_DOWN_LEFT_PRED_RV40_NODOWN; DIAG_DOWN_LEFT_PRED 982 libavcodec/rv34.c if(itype == DIAG_DOWN_LEFT_PRED) itype = DIAG_DOWN_LEFT_PRED_RV40_NODOWN; DIAG_DOWN_LEFT_PRED 1550 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 2340 libavcodec/vp9.c [DIAG_DOWN_LEFT_PRED] = { { DC_127_PRED, DIAG_DOWN_LEFT_PRED }, DIAG_DOWN_LEFT_PRED 2341 libavcodec/vp9.c { DC_127_PRED, DIAG_DOWN_LEFT_PRED } }, DIAG_DOWN_LEFT_PRED 2365 libavcodec/vp9.c [DIAG_DOWN_LEFT_PRED] = { .needs_top = 1, .needs_topright = 1 }, DIAG_DOWN_LEFT_PRED 3688 libavcodec/vp9.c sum -= c[DIAG_DOWN_LEFT_PRED]; DIAG_DOWN_LEFT_PRED 3689 libavcodec/vp9.c adapt_prob(&pp[6], c[DIAG_DOWN_LEFT_PRED], sum, 20, 128); DIAG_DOWN_LEFT_PRED 3712 libavcodec/vp9.c sum -= c[DIAG_DOWN_LEFT_PRED]; DIAG_DOWN_LEFT_PRED 3713 libavcodec/vp9.c adapt_prob(&pp[6], c[DIAG_DOWN_LEFT_PRED], sum, 20, 128); DIAG_DOWN_LEFT_PRED 83 libavcodec/vp9data.h { -DIAG_DOWN_LEFT_PRED, 7 }, // '11110' DIAG_DOWN_LEFT_PRED 313 libavcodec/vp9data.h [DIAG_DOWN_LEFT_PRED] = DCT_DCT, DIAG_DOWN_LEFT_PRED 835 libavcodec/vp9dsp.c dsp->intra_pred[tx][DIAG_DOWN_LEFT_PRED] = diag_downleft_##sz##_c; \ DIAG_DOWN_LEFT_PRED 228 libavcodec/x86/h264_intrapred_init.c h->pred8x8l [DIAG_DOWN_LEFT_PRED ] = ff_pred8x8l_down_left_8_mmxext; DIAG_DOWN_LEFT_PRED 236 libavcodec/x86/h264_intrapred_init.c h->pred4x4 [DIAG_DOWN_LEFT_PRED] = ff_pred4x4_down_left_8_mmxext; DIAG_DOWN_LEFT_PRED 275 libavcodec/x86/h264_intrapred_init.c h->pred8x8l [DIAG_DOWN_LEFT_PRED ] = ff_pred8x8l_down_left_8_sse2; DIAG_DOWN_LEFT_PRED 305 libavcodec/x86/h264_intrapred_init.c h->pred8x8l [DIAG_DOWN_LEFT_PRED ] = ff_pred8x8l_down_left_8_ssse3; DIAG_DOWN_LEFT_PRED 344 libavcodec/x86/h264_intrapred_init.c h->pred4x4[DIAG_DOWN_LEFT_PRED ] = ff_pred4x4_down_left_10_sse2; DIAG_DOWN_LEFT_PRED 363 libavcodec/x86/h264_intrapred_init.c h->pred8x8l[DIAG_DOWN_LEFT_PRED ] = ff_pred8x8l_down_left_10_sse2; DIAG_DOWN_LEFT_PRED 381 libavcodec/x86/h264_intrapred_init.c h->pred8x8l[DIAG_DOWN_LEFT_PRED ] = ff_pred8x8l_down_left_10_ssse3; DIAG_DOWN_LEFT_PRED 387 libavcodec/x86/h264_intrapred_init.c h->pred4x4[DIAG_DOWN_LEFT_PRED ] = ff_pred4x4_down_left_10_avx; DIAG_DOWN_LEFT_PRED 398 libavcodec/x86/h264_intrapred_init.c h->pred8x8l[DIAG_DOWN_LEFT_PRED ] = ff_pred8x8l_down_left_10_avx;