Mark functions static if they are only used in their own translation unit.
This allows the compiler to perform more optimization on them as it
knows how the functions are being called.
Signed-off-by:
Diego Elio Pettenò <flameeyes@flameeyes.eu>
Showing
- silk/API.h 0 additions, 8 deletionssilk/API.h
- silk/control_codec.c 6 additions, 6 deletionssilk/control_codec.c
- silk/enc_API.c 9 additions, 1 deletionsilk/enc_API.c
- silk/float/prefilter_FLP.c 1 addition, 1 deletionsilk/float/prefilter_FLP.c
- src/opus_encoder.c 1 addition, 1 deletionsrc/opus_encoder.c
Loading
Please register or sign in to comment