Searched refs:avg2 (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/sh4/
H A Ddsputil_align.c94 #define OP_C(ofs,sz,avg2) \
116 #define OP_C0(sz,avg2) \
130 #define OP_X(ofs,sz,avg2) \
137 OP(LP(dest+0), avg2(MERGE1(t0,t1,ofs),MERGE2(t0,t1,ofs))); \
139 OP(LP(dest+4), avg2(MERGE1(t1,t0,ofs),MERGE2(t1,t0,ofs))); \
142 OP(LP(dest+8), avg2(MERGE1(t0,t1,ofs),MERGE2(t0,t1,ofs))); \
144 OP(LP(dest+12), avg2(MERGE1(t1,t0,ofs),MERGE2(t1,t0,ofs))); \
152 #define OP_Y0(sz,avg2) \
166 OP(LP(dest+0), avg2(t0,t)); t0 = t; \
168 OP(LP(dest+4), avg2(t
[all...]
H A Dqpel.c323 #define avg2(a,b) ((a+b+1)>>1) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dmotion_est_alpha.c70 static inline uint64_t avg2(uint64_t a, uint64_t b) function
179 p2_l = avg2(l, (l >> 8) | ((uint64_t) r << 56));
180 p2_r = avg2(r, (r >> 8) | ((uint64_t) pix2[16] << 56));
202 p2_l = avg2(extql(l, disalign) | extqh(m, disalign), m);
203 p2_r = avg2(extql(m, disalign) | extqh(r, disalign), r);
222 p2_l = avg2(extql(l, disalign) | extqh(m, disalign),
224 p2_r = avg2(extql(m, disalign) | extqh(r, disalign),
258 result += perr(p1_l, avg2(p2_l, np2_l))
259 + perr(p1_r, avg2(p2_r, np2_r));
279 result += perr(p1_l, avg2(p2_
[all...]
H A Ddsputil_alpha.c145 static inline uint64_t avg2(uint64_t a, uint64_t b) function
258 #define AVG2 avg2
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddsputil.c1266 #define avg2(a,b) ((a+b+1)>>1) macro
3151 s += abs(pix1[0] - avg2(pix2[0], pix2[1]));
3152 s += abs(pix1[1] - avg2(pix2[1], pix2[2]));
3153 s += abs(pix1[2] - avg2(pix2[2], pix2[3]));
3154 s += abs(pix1[3] - avg2(pix2[3], pix2[4]));
3155 s += abs(pix1[4] - avg2(pix2[4], pix2[5]));
3156 s += abs(pix1[5] - avg2(pix2[5], pix2[6]));
3157 s += abs(pix1[6] - avg2(pix2[6], pix2[7]));
3158 s += abs(pix1[7] - avg2(pix2[7], pix2[8]));
3159 s += abs(pix1[8] - avg2(pix
[all...]

Completed in 111 milliseconds