Searched refs:pred8x8_add (Results 1 – 3 of 3) sorted by relevance
106 void(*pred8x8_add[3])(uint8_t *pix /*align 8*/, member
567 h->pred8x8_add [VERT_PRED8x8]= FUNCC(pred8x8_vertical_add , depth);\ in ff_h264_pred_init()568 h->pred8x8_add [ HOR_PRED8x8]= FUNCC(pred8x8_horizontal_add , depth);\ in ff_h264_pred_init()570 h->pred8x8_add [VERT_PRED8x8]= FUNCC(pred8x16_vertical_add , depth);\ in ff_h264_pred_init()571 h->pred8x8_add [ HOR_PRED8x8]= FUNCC(pred8x16_horizontal_add , depth);\ in ff_h264_pred_init()
200 h->hpc.pred8x8_add[sl->chroma_pred_mode](dest[0], in FUNC()204 h->hpc.pred8x8_add[sl->chroma_pred_mode](dest[1], in FUNC()