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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb_altivec.c231 #define vec_clip_s16(x) \ macro
839 Y0 = vec_clip_s16 (Y0);
840 Y1 = vec_clip_s16 (Y1);
841 U = vec_clip_s16 (U);
842 V = vec_clip_s16 (V);
917 Y0 = vec_clip_s16 (Y0);
918 Y1 = vec_clip_s16 (Y1);
919 U = vec_clip_s16 (U);
920 V = vec_clip_s16 (V);

Completed in 42 milliseconds