Searched refs:pred16x16 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264pred.h78 void (*pred16x16[4+3])(uint8_t *src, int stride); member in struct:H264PredContext
H A Dh264pred.c1148 h->pred16x16[DC_PRED8x8 ]= pred16x16_dc_c;
1149 h->pred16x16[VERT_PRED8x8 ]= pred16x16_vertical_c;
1150 h->pred16x16[HOR_PRED8x8 ]= pred16x16_horizontal_c;
1151 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_c;
1154 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_svq3_c;
1157 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_rv40_c;
1160 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_c;
1162 h->pred16x16[LEFT_DC_PRED8x8]= pred16x16_left_dc_c;
1163 h->pred16x16[TOP_DC_PRED8x8 ]= pred16x16_top_dc_c;
1164 h->pred16x16[DC_128_PRED8x
[all...]
H A Drv34.c975 r->h.pred16x16[itype](Y, s->linesize);
H A Dh264.c2560 h->hpc.pred16x16[ h->intra16x16_pred_mode ](dest_y , linesize);

Completed in 121 milliseconds