Searched refs:VERT_LEFT_PRED (Results 1 – 15 of 15) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9data.c | 83 { -VERT_LEFT_PRED, 8 }, // '111110' 445 [VERT_LEFT_PRED] = ADST_DCT,
|
D | vp9prob.c | 245 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()
|
D | vp9.h | 53 VERT_LEFT_PRED, enumerator
|
D | h264pred.h | 45 #define VERT_LEFT_PRED 7 macro
|
D | vp8data.h | 176 { -VERT_LEFT_PRED, 8 }, // '111110'
|
D | h264pred.c | 439 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()
|
D | vp9recon.c | 60 [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()
|
D | rv34.c | 954 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()
|
D | h264_mb.c | 676 if (dir == DIAG_DOWN_LEFT_PRED || dir == VERT_LEFT_PRED) { in hl_decode_mb_predict_luma()
|
D | svq3.c | 645 if (dir == DIAG_DOWN_LEFT_PRED || dir == VERT_LEFT_PRED) { in hl_decode_mb_predict_luma()
|
D | vp8.c | 1646 case VERT_LEFT_PRED: in check_intra_pred4x4_mode_emuedge()
|
D | vp9dsp_template.c | 1107 dsp->intra_pred[tx][VERT_LEFT_PRED] = vert_left_##sz##_c; \ in FUNC()
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264pred.c | 41 [VERT_LEFT_PRED ] = "vertical_left", 50 [VERT_LEFT_PRED] = "vertical_left_vp8", 57 [VERT_LEFT_PRED ] = "vertical_left_rv40",
|
D | vp9dsp.c | 68 [VERT_LEFT_PRED] = "vert_left", in check_ipred()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_intrapred_init.c | 240 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()
|