Home
last modified time | relevance | path

Searched refs:pred8x8_add (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264pred.h106 void(*pred8x8_add[3])(uint8_t *pix /*align 8*/, member
Dh264pred.c567 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()
Dh264_mb_template.c200 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()