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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcelp_math.h60 static inline int bidir_sal(int value, int offset) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcelp_math.h71 static inline int bidir_sal(int value, int offset) function
H A Dacelp_pitch_delay.c116 return bidir_sal(
H A Dg729postfilter.c587 gain_before = bidir_sal(gain_before, exp_before);
590 gain_after = bidir_sal(gain_after, exp_after);
594 gain = bidir_sal(gain, exp_after - exp_before - 1);
597 gain = bidir_sal(gain, exp_after - exp_before);

Completed in 30 milliseconds