HomeSort by relevance Sort by last modified time
    Searched refs:int16 (Results 26 - 50 of 229) sorted by null

12 3 4 5 6 7 8 910

  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Alt3D.h 99 struct bts_Flt16Alt3D bts_Flt16Alt3D_create16( int16 xxA, int16 xyA, int16 xzA,
100 int16 yxA, int16 yyA, int16 yzA,
101 int16 zxA, int16 zyA, int16 zzA,
102 int16 matBbpA
    [all...]
Int16Mat2D.h 43 int16 xxE;
46 int16 xyE;
49 int16 yxE;
52 int16 yyE;
55 int16 bbpE;
Flt16Mat2D.h 44 int16 xxE;
47 int16 xyE;
50 int16 yxE;
53 int16 yyE;
56 int16 bbpE;
109 struct bts_Flt16Mat2D bts_Flt16Mat2D_create16( int16 xxA, int16 xyA, int16 yxA, int16 yyA, int16 bbpA )
    [all...]
Flt16Vec3D.h 43 int16 xE;
46 int16 yE;
49 int16 zE;
52 int16 bbpE;
95 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA );
119 struct bts_Flt16Vec3D bts_Flt16Vec3D_mul( struct bts_Flt16Vec3D vecA, int16 factorA, int32 bbpFactorA );
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op_cequivalent.h 73 16 bit short signed integer (int16) whose value falls in the
77 16 bit short signed integer (int16) whose value falls in the
84 16 bit short signed integer (int16) whose value falls in the
88 __inline int16 add_int16(int16 var1, int16 var2)
97 return ((int16)(L_sum));
112 16 bit short signed integer (int16) whose value falls in the
116 16 bit short signed integer (int16) whose value falls in the
123 16 bit short signed integer (int16) whose value falls in th
    [all...]
dec_acelp_2p_in_64.cpp 47 int16 index, (i): 12 bits index
48 int16 code[] (o): Q9 algebraic (fixed) codebook excitation
125 int16 index, /* (i): 12 bits index */
126 int16 code[] /* (o): Q9 algebraic (fixed) codebook excitation */
129 int16 i;
pvamrwbdecoder_cnst.h 131 #define EHF_MASK (int16)0x0008 /* homing frame pattern */
133 #define BIT_0 (int16)-127
134 #define BIT_1 (int16)127
135 #define BIT_0_ITU (int16)0x007F
136 #define BIT_1_ITU (int16)0x0081
pvamrwbdecoder_basic_op.h 59 #define MAX_16 (int16)+32767 /* 0x7fff */
60 #define MIN_16 (int16)-32768 /* 0x8000 */
73 16 bit short signed integer (int16) whose value falls in the
80 16 bit short signed integer (int16) whose value falls in the
84 __inline int16 negate_int16(int16 var1)
101 16 bit short signed integer (int16) whose value falls in the
105 16 bit short signed integer (int16) whose value falls in the
110 16 bit short signed integer (int16) whose value falls in the
114 __inline int16 shl_int16(int16 var1, int16 var2
    [all...]
oversamp_12k8_to_16k.cpp 47 int16 signal[], input signal / output is divided by 16
48 int16 lg, lenght of signal
49 int16 mem[] in/out: memory (size=30)
50 int16 x[] scratch mem ( size= 60)
116 int16 * sig_d, /* input: signal to oversampling */
117 int16 * sig_u, /* output: oversampled signal */
118 int16 L_frame /* input: length of output */
122 int16 AmrWbInterpol( /* return result of interpolation */
123 int16 * x, /* input vector */
124 const int16 * fir, /* filter coefficient *
    [all...]
scale_signal.cpp 47 int16 signal[], (i/o) : signal to scale
48 int16 lg, (i) : size of x[]
49 int16 exp (i) : exponent: x = round(x << exp)
116 int16 x[], /* (i/o) : signal to scale */
117 int16 lg, /* (i) : size of x[] */
118 int16 exp /* (i) : exponent: x = round(x << exp) */
121 int16 i;
122 int16 tmp;
123 int16 *pt_x;
141 tmp = (int16)(0x00008000 >> (16 - exp))
    [all...]
homing_amr_wb_dec.cpp 51 int16 input_frame[], 16-bit input frame
52 int16 mode 16-bit mode
53 int16 nparms 16-bit number of parameters
55 Int16 i number of leading zeros on x
63 int16 dhf_test(int16 input_frame[], int16 mode, int16 nparms)
64 int16 decoder_homing_frame_test(int16 input_frame[], int16 mode
    [all...]
lagconceal.cpp 47 int16 gain_hist[], (i) : Gain history
48 int16 lag_hist[], (i) : Subframe size
49 int16 * T0, (i/o): current lag
50 int16 * old_T0, (i/o): previous lag
51 int16 * seed,
52 int16 unusable_frame
101 void insertion_sort(int16 array[], int16 n);
102 void insert(int16 array[], int16 num, int16 x)
    [all...]
interpolate_isp.cpp 47 int16 isp_old[], input : isps from past frame
48 int16 isp_new[], input : isps from present frame
49 const int16 frac[], input : fraction for 3 first subfr (Q15)
50 int16 Az[] output: LP coefficients in 4 subframes
116 int16 isp_old[], /* input : isps from past frame */
117 int16 isp_new[], /* input : isps from present frame */
118 const int16 frac[], /* input : fraction for 3 first subfr (Q15) */
119 int16 Az[] /* output: LP coefficients in 4 subframes */
122 int16 i, k, fac_old, fac_new;
123 int16 isp[M]
    [all...]
pvamrwbdecoder_basic_op_armv5.h 62 __inline int16 add_int16(int16 var1, int16 var2)
79 __inline int16 sub_int16(int16 var1, int16 var2)
108 __inline int32 mac_16by16_to_int32(int32 L_var3, int16 var1, int16 var2)
132 __inline int32 msu_16by16_from_int32(int32 L_var3, int16 var1, int16 var2
    [all...]
normalize_amr_wb.h 73 __inline int16 normalize_amr_wb(int32 x)
88 __inline int16 normalize_amr_wb(int32 x)
110 int16 normalize_amr_wb(int32 x);
highpass_400hz_at_12k8.cpp 47 int16 signal[], input signal / output is divided by 16
48 int16 lg, lenght of signal
49 int16 mem[] filter memory [6]
67 int16 b[3] = {3660, -7320, 3660}; in Q12
68 int16 a[3] = {4096, 7320, -3540}; in Q12
134 void highpass_400Hz_at_12k8_init(int16 mem[])
144 int16 signal[], /* input signal / output is divided by 16 */
145 int16 lg, /* lenght of signal */
146 int16 mem[] /* filter memory [6] */
149 int16 i, x2
    [all...]
highpass_50hz_at_12k8.cpp 47 int16 signal[], input signal / output is divided by 16
48 int16 lg, lenght of signal
49 int16 mem[] filter memory [6]
67 int16 b[3] = {4053, -8106, 4053}; in Q12
68 int16 a[3] = {8192, 16211, -8021}; in Q12
136 void highpass_50Hz_at_12k8_init(int16 mem[])
146 int16 signal[], /* input/output signal */
147 int16 lg, /* lenght of signal */
148 int16 mem[] /* filter memory [6] */
151 int16 i, x2
    [all...]
voice_factor.cpp 47 int16 exc[], (i) Q_exc : pitch excitation
48 int16 Q_exc, (i) : exc format
49 int16 gain_pit, (i) Q14 : gain of pitch
50 int16 code[], (i) Q9 : Fixed codebook excitation
51 int16 gain_code, (i) Q0 : gain of code
52 int16 L_subfr (i) : subframe length
118 int16 voice_factor( /* (o) Q15 : factor (-1=unvoiced to 1=voiced) */
119 int16 exc[], /* (i) Q_exc : pitch excitation */
120 int16 Q_exc, /* (i) : exc format */
121 int16 gain_pit, /* (i) Q14 : gain of pitch *
    [all...]
isp_az.cpp 47 int16 isp[], (i) Q15 : Immittance spectral pairs
48 int16 a[], (o) Q12 : predictor coefficients (order=M)
49 int16 m, (i) : order
50 int16 adaptive_scaling (i) 0 : adaptive scaling disabled
107 void Get_isp_pol(int16 * isp, int32 * f, int16 n);
108 void Get_isp_pol_16kHz(int16 * isp, int32 * f, int16 n);
134 int16 isp[], /* (i) Q15 : Immittance spectral pairs */
135 int16 a[], /* (o) Q12 : predictor coefficients (order=M) *
    [all...]
phase_dispersion.cpp 47 int16 gain_code, (i) Q0 : gain of code
48 int16 gain_pit, (i) Q14 : gain of pitch
49 int16 code[], (i/o) : code vector
50 int16 mode, (i) : level, 0=hi, 1=lo, 2=off
51 int16 disp_mem[], (i/o) : static memory (size = 8)
52 int16 ScratchMem[]
112 static const int16 ph_imp_low[L_SUBFR] =
125 static const int16 ph_imp_mid[L_SUBFR] =
152 int16 gain_code, /* (i) Q0 : gain of code */
153 int16 gain_pit, /* (i) Q14 : gain of pitch *
    [all...]
  /external/ceres-solver/include/ceres/
cost_function.h 100 const vector<int16>& parameter_block_sizes() const {
109 vector<int16>* mutable_parameter_block_sizes() {
120 vector<int16> parameter_block_sizes_;
  /external/neven/Embedded/common/src/b_BasicEm/
Math.h 111 int16 bbs_satS16( int32 valA );
122 int32 bbs_dotProductInt16( const int16* vec1A, const int16* vec2A, uint32 sizeA );
147 int32 bbs_vecPowerFlt16( const int16 *xA, int16 nxA );
160 void bbs_vecSqrNorm16( const int16* vecA, uint32 sizeA, uint32* manPtrA, uint32* expPtrA );
165 uint32 bbs_vecNorm16( const int16* vecA, uint32 sizeA );
180 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A,
    [all...]
Phase.h 42 typedef int16 phase16;
105 int16 bbs_sin16( phase16 phaseA );
112 int16 bbs_cos16( phase16 phaseA );
116 * The function approximates ( int16 )( atan( double( valA ) / ( ( 1 << 16 ) ) / M_PI ) * ( 1 << 15 ) )
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_poly_phase_synthesis.h 92 int16 *outPcm);
  /frameworks/ex/variablespeed/jni/
integral_types.h 25 typedef short int16; // NOLINT typedef

Completed in 204 milliseconds

12 3 4 5 6 7 8 910