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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dmotion_est_mmx.c198 static inline void sad8_2_mmx(uint8_t *blk1a, uint8_t *blk1b, uint8_t *blk2, int stride, int h) function
317 sad8_2_mmx(blk1, blk1+1, blk2, stride, h);
321 sad8_2_mmx(blk1, blk1+stride, blk2, stride, h);

Completed in 43 milliseconds