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/
H A Dh264_intrapred_init.c181 h->pred4x4 [DIAG_DOWN_RIGHT_PRED ] = ff_pred4x4_down_right_8_mmxext; in ff_h264_pred_init_x86()
215 h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_sse2; in ff_h264_pred_init_x86()
245 h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_ssse3; in ff_h264_pred_init_x86()
278 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_sse2; in ff_h264_pred_init_x86()
297 h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_sse2; in ff_h264_pred_init_x86()
309 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_ssse3; in ff_h264_pred_init_x86()
315 h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_ssse3; in ff_h264_pred_init_x86()
321 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_avx; in ff_h264_pred_init_x86()
330 h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_avx; in ff_h264_pred_init_x86()
/third_party/ffmpeg/libavcodec/
H A Dvp9data.c81 { -DIAG_DOWN_RIGHT_PRED, -VERT_RIGHT_PRED }, // '11101x'
442 [DIAG_DOWN_RIGHT_PRED] = ADST_ADST,
H A 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()
H A Dvp9.h50 DIAG_DOWN_RIGHT_PRED, enumerator
H A Dh264pred.h42 #define DIAG_DOWN_RIGHT_PRED 4 macro
H A Dvp8data.h174 { -DIAG_DOWN_RIGHT_PRED, -VERT_RIGHT_PRED }, // '111010', '111011'
H A Dvp9recon.c53 [DIAG_DOWN_RIGHT_PRED] = { { DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_RIGHT_PRED }, in check_intra_mode()
54 { DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_RIGHT_PRED } }, in check_intra_mode()
77 [DIAG_DOWN_RIGHT_PRED] = { .needs_left = 1, .needs_top = 1, in check_intra_mode()
H A Dh264pred.c452 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = FUNCC(pred4x4_down_right, depth);\ in ff_h264_pred_init()
466 h->pred8x8l[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred8x8l_down_right , depth);\ in ff_h264_pred_init()
H A Drv34.c955 DC_PRED, VERT_PRED, HOR_PRED, DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_LEFT_PRED,
H A Dvp8.c1664 case DIAG_DOWN_RIGHT_PRED: in check_intra_pred4x4_mode_emuedge()
H A Dvp9dsp_template.c1104 dsp->intra_pred[tx][DIAG_DOWN_RIGHT_PRED] = diag_downright_##sz##_c; \ in ff_vp9dsp_intrapred_init()
/third_party/ffmpeg/tests/checkasm/
H A 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()
H A Dvp9dsp.c65 [DIAG_DOWN_RIGHT_PRED] = "diag_downright", in check_ipred()

Completed in 23 milliseconds