Searched refs:DC_PRED8x8 (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.h56 #define DC_PRED8x8 0 macro
H A Dh264pred.c1134 h->pred8x8[DC_PRED8x8 ]= pred8x8_dc_c;
1142 h->pred8x8[DC_PRED8x8 ]= pred8x8_dc_rv40_c;
1148 h->pred16x16[DC_PRED8x8 ]= pred16x16_dc_c;
H A Drv34.c861 DC_PRED8x8, VERT_PRED8x8, HOR_PRED8x8, PLANE_PRED8x8,
910 if(itype == DC_PRED8x8) itype = LEFT_DC_PRED8x8;
914 if(itype == DC_PRED8x8) itype = TOP_DC_PRED8x8;
983 if(itype == PLANE_PRED8x8) itype = DC_PRED8x8;
H A Dsvq3.c688 h->chroma_pred_mode = check_intra_pred_mode(h, DC_PRED8x8);

Completed in 71 milliseconds