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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsipr16k.c172 #define DIVIDE_BY_3(x) ((x) * 10923 >> 15) macro
220 f.pitch_lag = DIVIDE_BY_3(pitch_delay_3x+1);
223 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsipr16k.c174 #define DIVIDE_BY_3(x) ((x) * 10923 >> 15) macro
222 f.pitch_lag = DIVIDE_BY_3(pitch_delay_3x+1);
225 pitch_delay_int = DIVIDE_BY_3(pitch_delay_3x + 2);

Completed in 78 milliseconds