Home
last modified time | relevance | path

Searched refs:DIAG_DOWN_RIGHT_PRED (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dh264_intrapred_init.c226 h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_mmxext; in ff_h264_pred_init_x86()
231 h->pred4x4 [DIAG_DOWN_RIGHT_PRED ] = ff_pred4x4_down_right_8_mmxext; in ff_h264_pred_init_x86()
277 h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_sse2; in ff_h264_pred_init_x86()
307 h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_ssse3; in ff_h264_pred_init_x86()
352 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_sse2; in ff_h264_pred_init_x86()
371 h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_sse2; in ff_h264_pred_init_x86()
383 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_ssse3; in ff_h264_pred_init_x86()
389 h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_ssse3; in ff_h264_pred_init_x86()
395 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_avx; in ff_h264_pred_init_x86()
404 h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_avx; in ff_h264_pred_init_x86()
/third_party/ffmpeg/libavcodec/
Dvp9data.c81 { -DIAG_DOWN_RIGHT_PRED, -VERT_RIGHT_PRED }, // '11101x'
442 [DIAG_DOWN_RIGHT_PRED] = ADST_ADST,
Dvp9prob.c236 s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED]; in ff_vp9_adapt_probs()
241 adapt_prob(&pp[5], c[DIAG_DOWN_RIGHT_PRED], c[VERT_RIGHT_PRED], in ff_vp9_adapt_probs()
261 s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED]; in ff_vp9_adapt_probs()
266 adapt_prob(&pp[5], c[DIAG_DOWN_RIGHT_PRED], c[VERT_RIGHT_PRED], in ff_vp9_adapt_probs()
Dvp9.h50 DIAG_DOWN_RIGHT_PRED, enumerator
Dvp9recon.c54 [DIAG_DOWN_RIGHT_PRED] = { { DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_RIGHT_PRED }, in check_intra_mode()
55 { DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_RIGHT_PRED } }, in check_intra_mode()
78 [DIAG_DOWN_RIGHT_PRED] = { .needs_left = 1, .needs_top = 1, in check_intra_mode()
Dh264pred.h42 #define DIAG_DOWN_RIGHT_PRED 4 macro
Dvp8data.h174 { -DIAG_DOWN_RIGHT_PRED, -VERT_RIGHT_PRED }, // '111010', '111011'
Dh264pred.c435 h->pred4x4[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred4x4_down_right , depth);\ in ff_h264_pred_init()
460 h->pred4x4[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred4x4_down_right , depth);\ in ff_h264_pred_init()
477 h->pred8x8l[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred8x8l_down_right , depth);\ in ff_h264_pred_init()
Drv34.c953 DC_PRED, VERT_PRED, HOR_PRED, DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_LEFT_PRED,
Dvp8.c1660 case DIAG_DOWN_RIGHT_PRED: in check_intra_pred4x4_mode_emuedge()
Dvp9dsp_template.c1104 dsp->intra_pred[tx][DIAG_DOWN_RIGHT_PRED] = diag_downright_##sz##_c; \ in FUNC()
/third_party/ffmpeg/tests/checkasm/
Dh264pred.c38 [DIAG_DOWN_RIGHT_PRED] = "down_right",
216 … if ((pred_mode == DIAG_DOWN_RIGHT_PRED || pred_mode == VERT_RIGHT_PRED) && !has_topleft) in check_pred8x8l()
Dvp9dsp.c65 [DIAG_DOWN_RIGHT_PRED] = "diag_downright", in check_ipred()