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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Dhpeldsp_alpha.c68 STORE(AVG2(pix1, pix2), block); \
81 STORE(AVG2(pix, next_pix), block); \
145 #define AVG2 avg2 macro
152 #define STORE(l, b) stq(AVG2(l, ldq(b)), b);
156 #undef AVG2 macro
160 #define AVG2 avg2_no_rnd macro
167 #define STORE(l, b) stq(AVG2(l, ldq(b)), b);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Ddsputil_alpha.c162 STORE(AVG2(pix1, pix2), block); \
175 STORE(AVG2(pix, next_pix), block); \
239 #define AVG2 avg2 macro
246 #define STORE(l, b) stq(AVG2(l, ldq(b)), b);
250 #undef AVG2 macro
254 #define AVG2 avg2_no_rnd macro
261 #define STORE(l, b) stq(AVG2(l, ldq(b)), b);

Completed in 59 milliseconds