Searched refs:DC_128_PRED (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264pred.h50 #define DC_128_PRED 11 macro
H A Dh264pred.c1098 h->pred4x4[DC_128_PRED ]= pred4x4_128_dc_c;
1111 h->pred4x4[DC_128_PRED ]= pred4x4_128_dc_c;
1128 h->pred8x8l[DC_128_PRED ]= pred8x8l_128_dc_c;
H A Dsvq3.c568 } else { /* mb_type == 33, DC_128_PRED block type */
583 memset(&h->intra4x4_pred_mode_cache[scan8[0] + 8*i], DC_128_PRED, 4);
H A Drv34.c873 itype = DC_128_PRED;
H A Dh264.c567 static const int8_t left[12]= { 0,-1, TOP_DC_PRED, 0,-1,-1,-1, 0,-1,DC_128_PRED};

Completed in 103 milliseconds