Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
H A Dh264pred.c41 [VERT_LEFT_PRED ] = "vertical_left",
50 [VERT_LEFT_PRED] = "vertical_left_vp8",
57 [VERT_LEFT_PRED ] = "vertical_left_rv40",
H A Dvp9dsp.c68 [VERT_LEFT_PRED] = "vert_left", in check_ipred()
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_intrapred_init.c190 h->pred4x4 [VERT_LEFT_PRED ] = ff_pred4x4_vertical_left_8_mmxext; in ff_h264_pred_init_x86()
217 h->pred8x8l [VERT_LEFT_PRED ] = ff_pred8x8l_vertical_left_8_sse2; in ff_h264_pred_init_x86()
247 h->pred8x8l [VERT_LEFT_PRED ] = ff_pred8x8l_vertical_left_8_ssse3; in ff_h264_pred_init_x86()
279 h->pred4x4[VERT_LEFT_PRED ] = ff_pred4x4_vertical_left_10_sse2; in ff_h264_pred_init_x86()
322 h->pred4x4[VERT_LEFT_PRED ] = ff_pred4x4_vertical_left_10_avx; in ff_h264_pred_init_x86()
/third_party/ffmpeg/libavcodec/
H A Dvp9data.c83 { -VERT_LEFT_PRED, 8 }, // '111110'
445 [VERT_LEFT_PRED] = ADST_DCT,
H A 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()
H A Dvp9.h53 VERT_LEFT_PRED, enumerator
H A Dh264pred.h45 #define VERT_LEFT_PRED 7 macro
H A Dvp8data.h176 { -VERT_LEFT_PRED, 8 }, // '111110'
H A Dh264pred.c455 h->pred4x4[VERT_LEFT_PRED ] = FUNCC(pred4x4_vertical_left, depth);\ in ff_h264_pred_init()
469 h->pred8x8l[VERT_LEFT_PRED ]= FUNCC(pred8x8l_vertical_left , depth);\ in ff_h264_pred_init()
563 h->pred4x4[VERT_LEFT_PRED ] = FUNCD(pred4x4_vertical_left_rv40); in ff_h264_pred_init()
574 h->pred4x4[VERT_LEFT_PRED ] = FUNCD(pred4x4_vertical_left_vp8); in ff_h264_pred_init()
H A Dvp9recon.c59 [VERT_LEFT_PRED] = { { DC_127_PRED, VERT_LEFT_PRED }, in check_intra_mode()
60 { DC_127_PRED, VERT_LEFT_PRED } }, in check_intra_mode()
83 [VERT_LEFT_PRED] = { .needs_top = 1, .needs_topright = 1 }, in check_intra_mode()
H A Drv34.c956 VERT_RIGHT_PRED, VERT_LEFT_PRED, HOR_UP_PRED, HOR_DOWN_PRED,
985 if(itype == VERT_LEFT_PRED) itype = VERT_LEFT_PRED_RV40_NODOWN; in rv34_pred_4x4_block()
H A Dh264_mb.c676 if (dir == DIAG_DOWN_LEFT_PRED || dir == VERT_LEFT_PRED) { in hl_decode_mb_predict_luma()
H A Dsvq3.c645 if (dir == DIAG_DOWN_LEFT_PRED || dir == VERT_LEFT_PRED) { in hl_decode_mb_predict_luma()
H A Dvp8.c1650 case VERT_LEFT_PRED: in check_intra_pred4x4_mode_emuedge()
H A Dvp9dsp_template.c1107 dsp->intra_pred[tx][VERT_LEFT_PRED] = vert_left_##sz##_c; \ in ff_vp9dsp_intrapred_init()

Completed in 25 milliseconds