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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264pred.c430 h->pred4x4[DC_PRED ]= FUNCC(pred4x4_dc , depth);\
458 h->pred4x4[DC_PRED ]= FUNCC(pred4x4_dc , depth);\
H A Dh264pred_template.c58 static void FUNCC(pred4x4_dc)(uint8_t *_src, const uint8_t *topright, function
720 FUNCC(pred4x4_dc)(src, NULL, stride);
726 FUNCC(pred4x4_dc)(src, NULL, stride);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264pred.c382 h->pred4x4[DC_PRED ]= FUNCC(pred4x4_dc , depth);\
409 h->pred4x4[DC_PRED ]= FUNCC(pred4x4_dc , depth);\
H A Dh264pred_template.c52 static void FUNCC(pred4x4_dc)(uint8_t *_src, const uint8_t *topright, int _stride){ function
662 FUNCC(pred4x4_dc)(src, NULL, stride);
667 FUNCC(pred4x4_dc)(src, NULL, stride);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_intrapred_10bit.asm176 ; void pred4x4_dc(pixel *src, const pixel *topright, int stride)

Completed in 165 milliseconds