Searched defs:SHR (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudiodec_fixed.c28 #define SHR(a,b) ((a)>>(b)) macro
H A Dmpegaudiodec_float.c29 #define SHR(a,b) ((a)*(1.0f/(1<<(b)))) macro
H A Dmpegaudiodsp_template.c47 #define SHR(a,b) ((a)*(1.0f/(1<<(b)))) macro
67 # define SHR(a,b) ((a)>>(b)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcrypt_sha2.c30 #define SHR(x,n) (x >> n) /* SHR(x)^n, right shift n bits , x is w-bit word, 0 <= n <= w */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodsp_template.c47 #define SHR(a,b) ((a)*(1.0f/(1<<(b)))) macro
67 # define SHR(a,b) ((a)>>(b)) macro
H A Dmpegaudiodec.c87 # define SHR(a,b) ((a)*(1.0f/(1<<(b)))) macro
96 # define SHR(a,b) ((a)>>(b)) macro

Completed in 114 milliseconds