Searched refs:pow4 (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/
H A Dxan.c463 static inline unsigned pow4(unsigned a) function
471 return mul(pow4(a), a);
490 return (pow4((lo + hi) >> 1) + 0x80) >> 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxan.c418 static inline unsigned pow4(unsigned a) function
426 return mul(pow4(a), a);
445 return (pow4((lo + hi) >> 1) + 0x80) >> 8;

Completed in 32 milliseconds