Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264pred.h108 void(*pred8x8_add[3])(uint8_t *pix /*align 8*/, member
H A Dh264pred.c531 h->pred8x8_add[VERT_PRED8x8] = FUNCC(pred8x8_vertical_add, depth);\ in ff_h264_pred_init()
532 h->pred8x8_add[ HOR_PRED8x8] = FUNCC(pred8x8_horizontal_add, depth);\ in ff_h264_pred_init()
534 h->pred8x8_add [VERT_PRED8x8]= FUNCC(pred8x16_vertical_add , depth);\ in ff_h264_pred_init()
535 h->pred8x8_add [ HOR_PRED8x8]= FUNCC(pred8x16_horizontal_add , depth);\ in ff_h264_pred_init()
H A Dh264_mb_template.c200 h->hpc.pred8x8_add[sl->chroma_pred_mode](dest[0], in hl_decode_mb()
204 h->hpc.pred8x8_add[sl->chroma_pred_mode](dest[1], in hl_decode_mb()

Completed in 3 milliseconds