Searched refs:pred4x4_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.h80 void (*pred4x4_add [2])(uint8_t *pix/*align 4*/, const DCTELEM *block/*align 16*/, int stride); member in struct:H264PredContext
H A Dh264pred.c1167 h->pred4x4_add [VERT_PRED ]= pred4x4_vertical_add_c;
1168 h->pred4x4_add [ HOR_PRED ]= pred4x4_horizontal_add_c;
H A Dh264.c2529 h->hpc.pred4x4_add[dir](ptr, h->mb + i*16, linesize);

Completed in 53 milliseconds