32 #ifndef AVCODEC_SBCDSP_DATA_H 33 #define AVCODEC_SBCDSP_DATA_H 37 #define SBC_PROTO_FIXED_SCALE 16 38 #define SBC_COS_TABLE_FIXED_SCALE 15 50 extern const int16_t ff_sbcdsp_analysis_consts_fixed4_simd_even[];
51 extern const int16_t ff_sbcdsp_analysis_consts_fixed4_simd_odd[];
52 extern const int16_t ff_sbcdsp_analysis_consts_fixed8_simd_even[];
53 extern const int16_t ff_sbcdsp_analysis_consts_fixed8_simd_odd[];
SBC common definitions for the encoder and decoder.