clean up newlines from #467

This commit is contained in:
Cameron Kaiser 2018-01-23 22:30:50 -08:00
parent a417487bb1
commit f741a44223
4 changed files with 0 additions and 8 deletions

View File

@ -112,7 +112,6 @@ static OPUS_INLINE void silk_noise_shape_quantizer_del_dec(
__attribute__((optimize("no-tree-vectorize"))) __attribute__((optimize("no-tree-vectorize")))
#endif #endif
#endif #endif
void silk_NSQ_del_dec( void silk_NSQ_del_dec(
const silk_encoder_state *psEncC, /* I/O Encoder State */ const silk_encoder_state *psEncC, /* I/O Encoder State */
silk_nsq_state *NSQ, /* I/O NSQ state */ silk_nsq_state *NSQ, /* I/O NSQ state */

View File

@ -1122,7 +1122,6 @@ void I422ToARGB4444Row_C(const uint8* src_y,
__attribute__((optimize("no-tree-vectorize"))) __attribute__((optimize("no-tree-vectorize")))
#endif #endif
#endif #endif
void I422ToARGB1555Row_C(const uint8* src_y, void I422ToARGB1555Row_C(const uint8* src_y,
const uint8* src_u, const uint8* src_u,
const uint8* src_v, const uint8* src_v,
@ -1170,7 +1169,6 @@ __attribute__((optimize("no-tree-vectorize")))
#endif #endif
#endif #endif
#endif #endif
void I422ToRGB565Row_C(const uint8* src_y, void I422ToRGB565Row_C(const uint8* src_y,
const uint8* src_u, const uint8* src_u,
const uint8* src_v, const uint8* src_v,
@ -1303,8 +1301,6 @@ void NV21ToARGBRow_C(const uint8* src_y,
__attribute__((optimize("no-tree-vectorize"))) __attribute__((optimize("no-tree-vectorize")))
#endif #endif
#endif #endif
void NV12ToRGB565Row_C(const uint8* src_y, void NV12ToRGB565Row_C(const uint8* src_y,
const uint8* usrc_v, const uint8* usrc_v,
uint8* dst_rgb565, uint8* dst_rgb565,
@ -1346,7 +1342,6 @@ void NV12ToRGB565Row_C(const uint8* src_y,
__attribute__((optimize("no-tree-vectorize"))) __attribute__((optimize("no-tree-vectorize")))
#endif #endif
#endif #endif
void NV21ToRGB565Row_C(const uint8* src_y, void NV21ToRGB565Row_C(const uint8* src_y,
const uint8* vsrc_u, const uint8* vsrc_u,
uint8* dst_rgb565, uint8* dst_rgb565,

View File

@ -94,7 +94,6 @@ void ScaleRowDown4_C(const uint8* src_ptr, ptrdiff_t src_stride,
__attribute__((optimize("no-tree-vectorize"))) __attribute__((optimize("no-tree-vectorize")))
#endif #endif
#endif #endif
void ScaleRowDown4Box_C(const uint8* src_ptr, ptrdiff_t src_stride, void ScaleRowDown4Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
uint8* dst, int dst_width) { uint8* dst, int dst_width) {
intptr_t stride = src_stride; intptr_t stride = src_stride;

View File

@ -391,7 +391,6 @@ int WebRtcIsac_DecodeSpec(Bitstr* streamdata, int16_t AvgPitchGain_Q12,
__attribute__((optimize("no-tree-vectorize"))) __attribute__((optimize("no-tree-vectorize")))
#endif #endif
#endif #endif
int WebRtcIsac_EncodeSpec(const int16_t* fr, const int16_t* fi, int WebRtcIsac_EncodeSpec(const int16_t* fr, const int16_t* fi,
int16_t AvgPitchGain_Q12, enum ISACBand band, int16_t AvgPitchGain_Q12, enum ISACBand band,
Bitstr* streamdata) { Bitstr* streamdata) {