OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opus_uint16
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/include/
opus_types.h
41
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
117
typedef unsigned short
opus_uint16
;
typedef
123
typedef unsigned short
opus_uint16
;
typedef
130
typedef unsigned short
opus_uint16
;
typedef
137
typedef unsigned short
opus_uint16
;
typedef
145
typedef unsigned short
opus_uint16
;
typedef
[
all
...]
/external/chromium_org/third_party/opus/src/celt/
fixed_generic.h
37
#define MULT16_16SU(a,b) ((opus_val32)(opus_val16)(a)*(opus_val32)(
opus_uint16
)(b))
70
#define SHL16(a,shift) ((opus_int16)((
opus_uint16
)(a)<<(shift)))
fixed_debug.h
44
#define MULT16_16SU(a,b) ((opus_val32)(opus_val16)(a)*(opus_val32)(
opus_uint16
)(b))
/external/chromium_org/third_party/opus/src/silk/float/
wrappers_FLP.c
128
(
opus_uint16
)silk_float2int( psEncCtrl->LF_MA_shp[ i ] * 16384.0f );
/external/chromium_org/third_party/opus/src/silk/fixed/
noise_shape_analysis_FIX.c
386
psEncCtrl->LF_shp_Q14[ k ] |= (
opus_uint16
)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) );
397
psEncCtrl->LF_shp_Q14[ 0 ] |= (
opus_uint16
)( b_Q14 - SILK_FIX_CONST( 1.0, 14 ) );
/external/chromium_org/third_party/opus/src/silk/
SigProc_FIX.h
467
#define silk_LSHIFT16(a, shift) ((opus_int16)((
opus_uint16
)(a)<<(shift))) /* shift >= 0, shift < 16 */
[
all
...]
Completed in 350 milliseconds