Searched refs:HOR_PRED (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9prob.c | 236 s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED]; in ff_vp9_adapt_probs() 239 s2 -= c[HOR_PRED]; in ff_vp9_adapt_probs() 240 adapt_prob(&pp[4], c[HOR_PRED], s2, 20, 128); in ff_vp9_adapt_probs() 261 s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED]; in ff_vp9_adapt_probs() 264 s2 -= c[HOR_PRED]; in ff_vp9_adapt_probs() 265 adapt_prob(&pp[4], c[HOR_PRED], s2, 20, 128); in ff_vp9_adapt_probs()
|
D | vp8data.h | 43 [HOR_PRED8x8] = HOR_PRED, 173 { -HOR_PRED, 5 }, // '11100'
|
D | vp9data.c | 80 { -HOR_PRED, 5 }, // '11100' 439 [HOR_PRED] = DCT_ADST,
|
D | h264pred.c | 425 h->pred4x4[HOR_PRED ]= FUNCD(pred4x4_horizontal_vp8);\ in ff_h264_pred_init() 428 h->pred4x4[HOR_PRED ]= FUNCC(pred4x4_horizontal , depth);\ in ff_h264_pred_init() 457 h->pred4x4[HOR_PRED ]= FUNCC(pred4x4_horizontal , depth);\ in ff_h264_pred_init() 474 h->pred8x8l[HOR_PRED ]= FUNCC(pred8x8l_horizontal , depth);\ in ff_h264_pred_init() 561 h->pred4x4_add [ HOR_PRED ]= FUNCC(pred4x4_horizontal_add , depth);\ in ff_h264_pred_init() 563 h->pred8x8l_add [ HOR_PRED ]= FUNCC(pred8x8l_horizontal_add , depth);\ in ff_h264_pred_init() 565 h->pred8x8l_filter_add [ HOR_PRED ]= FUNCC(pred8x8l_horizontal_filter_add , depth);\ in ff_h264_pred_init()
|
D | vp9.h | 47 HOR_PRED, enumerator
|
D | h264pred.h | 39 #define HOR_PRED 1 macro
|
D | vp9recon.c | 48 [HOR_PRED] = { { DC_129_PRED, DC_129_PRED }, in check_intra_mode() 49 { HOR_PRED, HOR_PRED } }, in check_intra_mode() 65 { HOR_PRED, TM_VP8_PRED } }, in check_intra_mode() 75 [HOR_PRED] = { .needs_left = 1 }, in check_intra_mode()
|
D | rv34.c | 953 DC_PRED, VERT_PRED, HOR_PRED, DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_LEFT_PRED, 973 if(itype == VERT_PRED) itype = HOR_PRED; in rv34_pred_4x4_block() 976 if(itype == HOR_PRED) itype = VERT_PRED; in rv34_pred_4x4_block()
|
D | vp8.c | 1648 case HOR_PRED: in check_intra_pred4x4_mode_emuedge()
|
D | vp9dsp_template.c | 1101 dsp->intra_pred[tx][HOR_PRED] = hor_##sz##_c; \ in FUNC()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_intrapred_init.c | 224 h->pred8x8l [HOR_PRED ] = ff_pred8x8l_horizontal_8_mmxext; in ff_h264_pred_init_x86() 304 h->pred8x8l [HOR_PRED ] = ff_pred8x8l_horizontal_8_ssse3; in ff_h264_pred_init_x86() 366 h->pred8x8l[HOR_PRED ] = ff_pred8x8l_horizontal_10_sse2; in ff_h264_pred_init_x86() 387 h->pred8x8l[HOR_PRED ] = ff_pred8x8l_horizontal_10_ssse3; in ff_h264_pred_init_x86() 401 h->pred8x8l[HOR_PRED ] = ff_pred8x8l_horizontal_10_avx; in ff_h264_pred_init_x86()
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264pred.c | 35 [HOR_PRED ] = "horizontal", 49 [HOR_PRED ] = "horizontal_vp8",
|
D | vp9dsp.c | 62 [HOR_PRED] = "hor", in check_ipred()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp9dsp_init_mips.c | 33 dsp->intra_pred[tx][HOR_PRED] = ff_hor_##sz##_msa; \ in vp9dsp_intrapred_init_msa()
|