Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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()
H A Dvp8data.h43 [HOR_PRED8x8] = HOR_PRED,
173 { -HOR_PRED, 5 }, // '11100'
H A Dvp9data.c80 { -HOR_PRED, 5 }, // '11100'
439 [HOR_PRED] = DCT_ADST,
H A Dh264pred.c449 h->pred4x4[HOR_PRED ] = FUNCC(pred4x4_horizontal, depth);\ in ff_h264_pred_init()
463 h->pred8x8l[HOR_PRED ]= FUNCC(pred8x8l_horizontal , depth);\ in ff_h264_pred_init()
525 h->pred4x4_add [ HOR_PRED ]= FUNCC(pred4x4_horizontal_add , depth);\ in ff_h264_pred_init()
527 h->pred8x8l_add [ HOR_PRED ]= FUNCC(pred8x8l_horizontal_add , depth);\ in ff_h264_pred_init()
529 h->pred8x8l_filter_add [ HOR_PRED ]= FUNCC(pred8x8l_horizontal_filter_add , depth);\ in ff_h264_pred_init()
573 h->pred4x4[HOR_PRED ] = FUNCD(pred4x4_horizontal_vp8); in ff_h264_pred_init()
H A Dvp9.h47 HOR_PRED, enumerator
H A Dh264pred.h39 #define HOR_PRED 1 macro
63 #define HOR_VP8_PRED 14 ///< unaveraged version of #HOR_PRED, see
H A Dvp9recon.c47 [HOR_PRED] = { { DC_129_PRED, DC_129_PRED }, in check_intra_mode()
48 { HOR_PRED, HOR_PRED } }, in check_intra_mode()
64 { HOR_PRED, TM_VP8_PRED } }, in check_intra_mode()
74 [HOR_PRED] = { .needs_left = 1 }, in check_intra_mode()
H A Drv34.c955 DC_PRED, VERT_PRED, HOR_PRED, DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_LEFT_PRED,
975 if(itype == VERT_PRED) itype = HOR_PRED; in rv34_pred_4x4_block()
978 if(itype == HOR_PRED) itype = VERT_PRED; in rv34_pred_4x4_block()
H A Dvp8.c1652 case HOR_PRED: in check_intra_pred4x4_mode_emuedge()
H A Dvp9dsp_template.c1101 dsp->intra_pred[tx][HOR_PRED] = hor_##sz##_c; \ in ff_vp9dsp_intrapred_init()
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_intrapred_init.c178 h->pred8x8l [HOR_PRED ] = ff_pred8x8l_horizontal_8_mmxext; in ff_h264_pred_init_x86()
242 h->pred8x8l [HOR_PRED ] = ff_pred8x8l_horizontal_8_ssse3; in ff_h264_pred_init_x86()
292 h->pred8x8l[HOR_PRED ] = ff_pred8x8l_horizontal_10_sse2; in ff_h264_pred_init_x86()
313 h->pred8x8l[HOR_PRED ] = ff_pred8x8l_horizontal_10_ssse3; in ff_h264_pred_init_x86()
327 h->pred8x8l[HOR_PRED ] = ff_pred8x8l_horizontal_10_avx; in ff_h264_pred_init_x86()
/third_party/ffmpeg/tests/checkasm/
H A Dh264pred.c35 [HOR_PRED ] = "horizontal",
49 [HOR_PRED ] = "horizontal_vp8",
H A Dvp9dsp.c62 [HOR_PRED] = "hor", in check_ipred()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9dsp_init_loongarch.c59 dsp->intra_pred[tx][HOR_PRED] = ff_hor_##sz##_lsx; \
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9dsp_init_mips.c34 dsp->intra_pred[tx][HOR_PRED] = ff_hor_##sz##_msa; \ in vp9dsp_intrapred_init_msa()

Completed in 22 milliseconds