Searched refs:pred8x8l_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.h81 void (*pred8x8l_add [2])(uint8_t *pix/*align 8*/, const DCTELEM *block/*align 16*/, int stride); member in struct:H264PredContext
H A Dh264pred.c1169 h->pred8x8l_add [VERT_PRED ]= pred8x8l_vertical_add_c;
1170 h->pred8x8l_add [ HOR_PRED ]= pred8x8l_horizontal_add_c;
H A Dh264.c2503 h->hpc.pred8x8l_add[dir](ptr, h->mb + i*16, linesize);

Completed in 64 milliseconds