Searched refs:opus_uint16 (Results 1 – 8 of 8) sorted by relevance
41 typedef uint16_t opus_uint16; typedef51 typedef _G_uint16 opus_uint16; typedef54 typedef unsigned short opus_uint16; typedef61 typedef unsigned short opus_uint16; typedef67 typedef unsigned __int16 opus_uint16; typedef74 typedef UInt16 opus_uint16; typedef82 typedef u_int16_t opus_uint16; typedef91 typedef u_int16 opus_uint16; typedef99 typedef unsigned short opus_uint16; typedef107 typedef unsigned short opus_uint16; typedef[all …]
54 typedef uint16_t opus_uint16; typedef66 typedef _G_uint16 opus_uint16; typedef69 typedef unsigned short opus_uint16; typedef76 typedef unsigned short opus_uint16; typedef82 typedef unsigned __int16 opus_uint16; typedef89 typedef UInt16 opus_uint16; typedef97 typedef u_int16_t opus_uint16; typedef106 typedef u_int16 opus_uint16; typedef114 typedef unsigned short opus_uint16; typedef122 typedef unsigned short opus_uint16; typedef[all …]
37 #define MULT16_16SU(a,b) ((opus_val32)(opus_val16)(a)*(opus_val32)(opus_uint16)(b))86 #define SHL16(a,shift) ((opus_int16)((opus_uint16)(a)<<(shift)))
44 #define MULT16_16SU(a,b) ((opus_val32)(opus_val16)(a)*(opus_val32)(opus_uint16)(b))
278 psEncCtrl->LF_shp_Q14[ k ] |= (opus_uint16)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) ); in silk_noise_shape_analysis_FIX()289 psEncCtrl->LF_shp_Q14[ 0 ] |= (opus_uint16)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) ); in silk_noise_shape_analysis_FIX()
359 psEncCtrl->LF_shp_Q14[ k ] |= (opus_uint16)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) ); in silk_noise_shape_analysis_FIX()370 psEncCtrl->LF_shp_Q14[ 0 ] |= (opus_uint16)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) ); in silk_noise_shape_analysis_FIX()
129 … (opus_uint16)silk_float2int( psEncCtrl->LF_MA_shp[ i ] * 16384.0f ); in silk_NSQ_wrapper_FLP()
523 #define silk_LSHIFT16(a, shift) ((opus_int16)((opus_uint16)(a)<<(shift))) /* shif…