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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudio.h52 #define WFRAC_BITS 16 /* fractional bits for window */ macro
H A Dmpegaudioenc.c32 #define WFRAC_BITS 14 /* fractional bits for window */ macro
136 #if WFRAC_BITS != 16
137 v = (v + (1 << (16 - WFRAC_BITS - 1))) >> (16 - WFRAC_BITS);
309 #define WSHIFT (WFRAC_BITS + 15 - FRAC_BITS)
H A Dmpegaudiodsp_template.c52 #define OUT_SHIFT (WFRAC_BITS + FRAC_BITS - 15)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudio.h52 #define WFRAC_BITS 16 /* fractional bits for window */ macro
H A Dmpegaudioenc_template.c34 #define WFRAC_BITS 14 /* fractional bits for window */ macro
151 #if WFRAC_BITS != 16
152 v = (v + (1 << (16 - WFRAC_BITS - 1))) >> (16 - WFRAC_BITS);
321 #define WSHIFT (WFRAC_BITS + 15 - FRAC_BITS)
H A Dmpegaudiodsp_template.c52 #define OUT_SHIFT (WFRAC_BITS + FRAC_BITS - 15)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dmpegaudiodsp_neon.S24 #define WFRAC_BITS 16 // fractional bits for window define
25 #define OUT_SHIFT (WFRAC_BITS + FRAC_BITS - 15)

Completed in 74 milliseconds