Lines Matching refs:pred8x8l
473 h->pred8x8l[VERT_PRED ]= FUNCC(pred8x8l_vertical , depth);\ in ff_h264_pred_init()
474 h->pred8x8l[HOR_PRED ]= FUNCC(pred8x8l_horizontal , depth);\ in ff_h264_pred_init()
475 h->pred8x8l[DC_PRED ]= FUNCC(pred8x8l_dc , depth);\ in ff_h264_pred_init()
476 h->pred8x8l[DIAG_DOWN_LEFT_PRED ]= FUNCC(pred8x8l_down_left , depth);\ in ff_h264_pred_init()
477 h->pred8x8l[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred8x8l_down_right , depth);\ in ff_h264_pred_init()
478 h->pred8x8l[VERT_RIGHT_PRED ]= FUNCC(pred8x8l_vertical_right , depth);\ in ff_h264_pred_init()
479 h->pred8x8l[HOR_DOWN_PRED ]= FUNCC(pred8x8l_horizontal_down , depth);\ in ff_h264_pred_init()
480 h->pred8x8l[VERT_LEFT_PRED ]= FUNCC(pred8x8l_vertical_left , depth);\ in ff_h264_pred_init()
481 h->pred8x8l[HOR_UP_PRED ]= FUNCC(pred8x8l_horizontal_up , depth);\ in ff_h264_pred_init()
482 h->pred8x8l[LEFT_DC_PRED ]= FUNCC(pred8x8l_left_dc , depth);\ in ff_h264_pred_init()
483 h->pred8x8l[TOP_DC_PRED ]= FUNCC(pred8x8l_top_dc , depth);\ in ff_h264_pred_init()
484 h->pred8x8l[DC_128_PRED ]= FUNCC(pred8x8l_128_dc , depth);\ in ff_h264_pred_init()