Lines Matching refs:pred16x16
515 h->pred16x16[DC_PRED8x8 ]= FUNCC(pred16x16_dc , depth);\
516 h->pred16x16[VERT_PRED8x8 ]= FUNCC(pred16x16_vertical , depth);\
517 h->pred16x16[HOR_PRED8x8 ]= FUNCC(pred16x16_horizontal , depth);\
518 h->pred16x16[PLANE_PRED8x8 ]= FUNCC(pred16x16_plane , depth);\
519 h->pred16x16[LEFT_DC_PRED8x8]= FUNCC(pred16x16_left_dc , depth);\
520 h->pred16x16[TOP_DC_PRED8x8 ]= FUNCC(pred16x16_top_dc , depth);\
521 h->pred16x16[DC_128_PRED8x8 ]= FUNCC(pred16x16_128_dc , depth);\
559 h->pred16x16[PLANE_PRED8x8 ] = FUNCD(pred16x16_plane_svq3);
568 h->pred16x16[PLANE_PRED8x8 ] = FUNCD(pred16x16_plane_rv40);
583 h->pred16x16[PLANE_PRED8x8 ] = FUNCD(pred16x16_tm_vp8);
584 h->pred16x16[DC_127_PRED8x8] = FUNCC(pred16x16_127_dc, 8);
585 h->pred16x16[DC_129_PRED8x8] = FUNCC(pred16x16_129_dc, 8);