Home
last modified time | relevance | path

Searched refs:VERT_LEFT_PRED (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9data.c83 { -VERT_LEFT_PRED, 8 }, // '111110'
445 [VERT_LEFT_PRED] = ADST_DCT,
Dvp9prob.c245 sum -= c[VERT_LEFT_PRED]; in ff_vp9_adapt_probs()
246 adapt_prob(&pp[7], c[VERT_LEFT_PRED], sum, 20, 128); in ff_vp9_adapt_probs()
270 sum -= c[VERT_LEFT_PRED]; in ff_vp9_adapt_probs()
271 adapt_prob(&pp[7], c[VERT_LEFT_PRED], sum, 20, 128); in ff_vp9_adapt_probs()
Dvp9.h53 VERT_LEFT_PRED, enumerator
Dh264pred.h45 #define VERT_LEFT_PRED 7 macro
Dvp8data.h176 { -VERT_LEFT_PRED, 8 }, // '111110'
Dh264pred.c439 h->pred4x4[VERT_LEFT_PRED ]= FUNCD(pred4x4_vertical_left_vp8);\ in ff_h264_pred_init()
441 h->pred4x4[VERT_LEFT_PRED ]= FUNCC(pred4x4_vertical_left , depth);\ in ff_h264_pred_init()
463 h->pred4x4[VERT_LEFT_PRED ]= FUNCD(pred4x4_vertical_left_rv40);\ in ff_h264_pred_init()
480 h->pred8x8l[VERT_LEFT_PRED ]= FUNCC(pred8x8l_vertical_left , depth);\ in ff_h264_pred_init()
Dvp9recon.c60 [VERT_LEFT_PRED] = { { DC_127_PRED, VERT_LEFT_PRED }, in check_intra_mode()
61 { DC_127_PRED, VERT_LEFT_PRED } }, in check_intra_mode()
84 [VERT_LEFT_PRED] = { .needs_top = 1, .needs_topright = 1 }, in check_intra_mode()
Drv34.c954 VERT_RIGHT_PRED, VERT_LEFT_PRED, HOR_UP_PRED, HOR_DOWN_PRED,
983 if(itype == VERT_LEFT_PRED) itype = VERT_LEFT_PRED_RV40_NODOWN; in rv34_pred_4x4_block()
Dh264_mb.c676 if (dir == DIAG_DOWN_LEFT_PRED || dir == VERT_LEFT_PRED) { in hl_decode_mb_predict_luma()
Dsvq3.c645 if (dir == DIAG_DOWN_LEFT_PRED || dir == VERT_LEFT_PRED) { in hl_decode_mb_predict_luma()
Dvp8.c1646 case VERT_LEFT_PRED: in check_intra_pred4x4_mode_emuedge()
Dvp9dsp_template.c1107 dsp->intra_pred[tx][VERT_LEFT_PRED] = vert_left_##sz##_c; \ in FUNC()
/third_party/ffmpeg/tests/checkasm/
Dh264pred.c41 [VERT_LEFT_PRED ] = "vertical_left",
50 [VERT_LEFT_PRED] = "vertical_left_vp8",
57 [VERT_LEFT_PRED ] = "vertical_left_rv40",
Dvp9dsp.c68 [VERT_LEFT_PRED] = "vert_left", in check_ipred()
/third_party/ffmpeg/libavcodec/x86/
Dh264_intrapred_init.c240 h->pred4x4 [VERT_LEFT_PRED ] = ff_pred4x4_vertical_left_8_mmxext; in ff_h264_pred_init_x86()
279 h->pred8x8l [VERT_LEFT_PRED ] = ff_pred8x8l_vertical_left_8_sse2; in ff_h264_pred_init_x86()
309 h->pred8x8l [VERT_LEFT_PRED ] = ff_pred8x8l_vertical_left_8_ssse3; in ff_h264_pred_init_x86()
353 h->pred4x4[VERT_LEFT_PRED ] = ff_pred4x4_vertical_left_10_sse2; in ff_h264_pred_init_x86()
396 h->pred4x4[VERT_LEFT_PRED ] = ff_pred4x4_vertical_left_10_avx; in ff_h264_pred_init_x86()