mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-06 02:30:56 +00:00
clean up newlines from #467
This commit is contained in:
parent
a417487bb1
commit
f741a44223
@ -112,7 +112,6 @@ static OPUS_INLINE void silk_noise_shape_quantizer_del_dec(
|
||||
__attribute__((optimize("no-tree-vectorize")))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void silk_NSQ_del_dec(
|
||||
const silk_encoder_state *psEncC, /* I/O Encoder State */
|
||||
silk_nsq_state *NSQ, /* I/O NSQ state */
|
||||
|
@ -1122,7 +1122,6 @@ void I422ToARGB4444Row_C(const uint8* src_y,
|
||||
__attribute__((optimize("no-tree-vectorize")))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void I422ToARGB1555Row_C(const uint8* src_y,
|
||||
const uint8* src_u,
|
||||
const uint8* src_v,
|
||||
@ -1170,7 +1169,6 @@ __attribute__((optimize("no-tree-vectorize")))
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void I422ToRGB565Row_C(const uint8* src_y,
|
||||
const uint8* src_u,
|
||||
const uint8* src_v,
|
||||
@ -1303,8 +1301,6 @@ void NV21ToARGBRow_C(const uint8* src_y,
|
||||
__attribute__((optimize("no-tree-vectorize")))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
void NV12ToRGB565Row_C(const uint8* src_y,
|
||||
const uint8* usrc_v,
|
||||
uint8* dst_rgb565,
|
||||
@ -1346,7 +1342,6 @@ void NV12ToRGB565Row_C(const uint8* src_y,
|
||||
__attribute__((optimize("no-tree-vectorize")))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void NV21ToRGB565Row_C(const uint8* src_y,
|
||||
const uint8* vsrc_u,
|
||||
uint8* dst_rgb565,
|
||||
|
@ -94,7 +94,6 @@ void ScaleRowDown4_C(const uint8* src_ptr, ptrdiff_t src_stride,
|
||||
__attribute__((optimize("no-tree-vectorize")))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void ScaleRowDown4Box_C(const uint8* src_ptr, ptrdiff_t src_stride,
|
||||
uint8* dst, int dst_width) {
|
||||
intptr_t stride = src_stride;
|
||||
|
@ -391,7 +391,6 @@ int WebRtcIsac_DecodeSpec(Bitstr* streamdata, int16_t AvgPitchGain_Q12,
|
||||
__attribute__((optimize("no-tree-vectorize")))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int WebRtcIsac_EncodeSpec(const int16_t* fr, const int16_t* fi,
|
||||
int16_t AvgPitchGain_Q12, enum ISACBand band,
|
||||
Bitstr* streamdata) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user