Searched refs:AVG2 (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/alpha/
H A Ddsputil_alpha.c181 STORE(AVG2(pix1, pix2), block); \
194 STORE(AVG2(pix, next_pix), block); \
258 #define AVG2 avg2 macro
265 #define STORE(l, b) stq(AVG2(l, ldq(b)), b);
269 #undef AVG2 macro
273 #define AVG2 avg2_no_rnd macro
280 #define STORE(l, b) stq(AVG2(l, ldq(b)), b);

Completed in 138 milliseconds