Home
last modified time | relevance | path

Searched refs:HOR_PRED (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9prob.c236 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()
Dvp8data.h43 [HOR_PRED8x8] = HOR_PRED,
173 { -HOR_PRED, 5 }, // '11100'
Dvp9data.c80 { -HOR_PRED, 5 }, // '11100'
439 [HOR_PRED] = DCT_ADST,
Dh264pred.c425 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()
Dvp9.h47 HOR_PRED, enumerator
Dh264pred.h39 #define HOR_PRED 1 macro
Dvp9recon.c48 [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()
Drv34.c953 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()
Dvp8.c1648 case HOR_PRED: in check_intra_pred4x4_mode_emuedge()
Dvp9dsp_template.c1101 dsp->intra_pred[tx][HOR_PRED] = hor_##sz##_c; \ in FUNC()
/third_party/ffmpeg/libavcodec/x86/
Dh264_intrapred_init.c224 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/
Dh264pred.c35 [HOR_PRED ] = "horizontal",
49 [HOR_PRED ] = "horizontal_vp8",
Dvp9dsp.c62 [HOR_PRED] = "hor", in check_ipred()
/third_party/ffmpeg/libavcodec/mips/
Dvp9dsp_init_mips.c33 dsp->intra_pred[tx][HOR_PRED] = ff_hor_##sz##_msa; \ in vp9dsp_intrapred_init_msa()