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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264pred.h82 void (*pred8x8_add [3])(uint8_t *pix/*align 8*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride); member in struct:H264PredContext
H A Dh264pred.c1171 h->pred8x8_add [VERT_PRED8x8]= pred8x8_vertical_add_c;
1172 h->pred8x8_add [ HOR_PRED8x8]= pred8x8_horizontal_add_c;
H A Dh264.c2623 h->hpc.pred8x8_add[h->chroma_pred_mode](dest[0], block_offset + 16, h->mb + 16*16, uvlinesize);
2624 h->hpc.pred8x8_add[h->chroma_pred_mode](dest[1], block_offset + 20, h->mb + 20*16, uvlinesize);

Completed in 201 milliseconds