Searched refs:DIAG_DOWN_RIGHT_PRED (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_intrapred_init.c | 181 h->pred4x4 [DIAG_DOWN_RIGHT_PRED ] = ff_pred4x4_down_right_8_mmxext; in ff_h264_pred_init_x86() 215 h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_sse2; in ff_h264_pred_init_x86() 245 h->pred8x8l [DIAG_DOWN_RIGHT_PRED ] = ff_pred8x8l_down_right_8_ssse3; in ff_h264_pred_init_x86() 278 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_sse2; in ff_h264_pred_init_x86() 297 h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_sse2; in ff_h264_pred_init_x86() 309 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_ssse3; in ff_h264_pred_init_x86() 315 h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_ssse3; in ff_h264_pred_init_x86() 321 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = ff_pred4x4_down_right_10_avx; in ff_h264_pred_init_x86() 330 h->pred8x8l[DIAG_DOWN_RIGHT_PRED] = ff_pred8x8l_down_right_10_avx; in ff_h264_pred_init_x86()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp9data.c | 81 { -DIAG_DOWN_RIGHT_PRED, -VERT_RIGHT_PRED }, // '11101x' 442 [DIAG_DOWN_RIGHT_PRED] = ADST_ADST,
|
H A D | vp9prob.c | 236 s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED]; in ff_vp9_adapt_probs() 241 adapt_prob(&pp[5], c[DIAG_DOWN_RIGHT_PRED], c[VERT_RIGHT_PRED], in ff_vp9_adapt_probs() 261 s2 = c[HOR_PRED] + c[DIAG_DOWN_RIGHT_PRED] + c[VERT_RIGHT_PRED]; in ff_vp9_adapt_probs() 266 adapt_prob(&pp[5], c[DIAG_DOWN_RIGHT_PRED], c[VERT_RIGHT_PRED], in ff_vp9_adapt_probs()
|
H A D | vp9.h | 50 DIAG_DOWN_RIGHT_PRED, enumerator
|
H A D | h264pred.h | 42 #define DIAG_DOWN_RIGHT_PRED 4 macro
|
H A D | vp8data.h | 174 { -DIAG_DOWN_RIGHT_PRED, -VERT_RIGHT_PRED }, // '111010', '111011'
|
H A D | vp9recon.c | 53 [DIAG_DOWN_RIGHT_PRED] = { { DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_RIGHT_PRED }, in check_intra_mode() 54 { DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_RIGHT_PRED } }, in check_intra_mode() 77 [DIAG_DOWN_RIGHT_PRED] = { .needs_left = 1, .needs_top = 1, in check_intra_mode()
|
H A D | h264pred.c | 452 h->pred4x4[DIAG_DOWN_RIGHT_PRED] = FUNCC(pred4x4_down_right, depth);\ in ff_h264_pred_init() 466 h->pred8x8l[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred8x8l_down_right , depth);\ in ff_h264_pred_init()
|
H A D | rv34.c | 955 DC_PRED, VERT_PRED, HOR_PRED, DIAG_DOWN_RIGHT_PRED, DIAG_DOWN_LEFT_PRED,
|
H A D | vp8.c | 1664 case DIAG_DOWN_RIGHT_PRED: in check_intra_pred4x4_mode_emuedge()
|
H A D | vp9dsp_template.c | 1104 dsp->intra_pred[tx][DIAG_DOWN_RIGHT_PRED] = diag_downright_##sz##_c; \ in ff_vp9dsp_intrapred_init()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | h264pred.c | 38 [DIAG_DOWN_RIGHT_PRED] = "down_right", 216 if ((pred_mode == DIAG_DOWN_RIGHT_PRED || pred_mode == VERT_RIGHT_PRED) && !has_topleft) in check_pred8x8l()
|
H A D | vp9dsp.c | 65 [DIAG_DOWN_RIGHT_PRED] = "diag_downright", in check_ipred()
|
Completed in 23 milliseconds