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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drnd_avg.h36 static inline uint32_t no_rnd_avg32(uint32_t a, uint32_t b) function
H A Dbit_depth_template.c76 # define no_rnd_avg_pixel4 no_rnd_avg32
H A Dqpel_template.c44 no_rnd_avg32(a, b)); \
48 no_rnd_avg32(a, b)); \
H A Dvp3dsp.c273 AV_WN32A(&dst[i * stride], no_rnd_avg32(a, b));
276 AV_WN32A(&dst[i * stride + 4], no_rnd_avg32(a, b));
H A Dhpeldsp.c54 no_rnd_avg32(a, b)); \
58 no_rnd_avg32(a, b)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbit_depth_template.c74 # define no_rnd_avg_pixel4 no_rnd_avg32
H A Ddsputil.h607 static inline uint32_t no_rnd_avg32(uint32_t a, uint32_t b) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sh4/
H A Dqpel.c49 OP(LP(dst ),no_rnd_avg32(AV_RN32(src1 ),LPC(src2 )) ); \
50 OP(LP(dst+4),no_rnd_avg32(AV_RN32(src1+4),LPC(src2+4)) ); \
51 OP(LP(dst+8),no_rnd_avg32(AV_RN32(src1+8),LPC(src2+8)) ); \
52 OP(LP(dst+12),no_rnd_avg32(AV_RN32(src1+12),LPC(src2+12)) ); \
75 OP(LP(dst ),no_rnd_avg32(AV_RN32(src1 ),LPC(src2 )) ); \
76 OP(LP(dst+4),no_rnd_avg32(AV_RN32(src1+4),LPC(src2+4)) ); \
97 OP(LP(dst ),no_rnd_avg32(LPC(src1 ),LPC(src2 )) ); \
98 OP(LP(dst+4),no_rnd_avg32(LPC(src1+4),LPC(src2+4)) ); \
119 OP(LP(dst ),no_rnd_avg32(LPC(src1 ),LPC(src2 )) ); \
120 OP(LP(dst+4),no_rnd_avg32(LP
[all...]

Completed in 136 milliseconds