Home
last modified time | relevance | path

Searched refs:opus_uint16 (Results 1 – 8 of 8) sorted by relevance

/external/rnnoise/src/
Dopus_types.h41 typedef uint16_t opus_uint16; typedef
51 typedef _G_uint16 opus_uint16; typedef
54 typedef unsigned short opus_uint16; typedef
61 typedef unsigned short opus_uint16; typedef
67 typedef unsigned __int16 opus_uint16; typedef
74 typedef UInt16 opus_uint16; typedef
82 typedef u_int16_t opus_uint16; typedef
91 typedef u_int16 opus_uint16; typedef
99 typedef unsigned short opus_uint16; typedef
107 typedef unsigned short opus_uint16; typedef
[all …]
/external/libopus/include/
Dopus_types.h54 typedef uint16_t opus_uint16; typedef
66 typedef _G_uint16 opus_uint16; typedef
69 typedef unsigned short opus_uint16; typedef
76 typedef unsigned short opus_uint16; typedef
82 typedef unsigned __int16 opus_uint16; typedef
89 typedef UInt16 opus_uint16; typedef
97 typedef u_int16_t opus_uint16; typedef
106 typedef u_int16 opus_uint16; typedef
114 typedef unsigned short opus_uint16; typedef
122 typedef unsigned short opus_uint16; typedef
[all …]
/external/libopus/celt/
Dfixed_generic.h37 #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)))
Dfixed_debug.h44 #define MULT16_16SU(a,b) ((opus_val32)(opus_val16)(a)*(opus_val32)(opus_uint16)(b))
/external/libopus/silk/fixed/mips/
Dnoise_shape_analysis_FIX_mipsr1.h278 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()
/external/libopus/silk/fixed/
Dnoise_shape_analysis_FIX.c359 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()
/external/libopus/silk/float/
Dwrappers_FLP.c129 … (opus_uint16)silk_float2int( psEncCtrl->LF_MA_shp[ i ] * 16384.0f ); in silk_NSQ_wrapper_FLP()
/external/libopus/silk/
DSigProc_FIX.h523 #define silk_LSHIFT16(a, shift) ((opus_int16)((opus_uint16)(a)<<(shift))) /* shif…