/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
band_pass_6k_7k.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) 111 const int16 fir_6k_7k[L_FIR] = 138 void band_pass_6k_7k_init(int16 mem[]) /* mem[30] */ 150 int16 signal[], /* input: signal */ 151 int16 lg, /* input: length of input */ 152 int16 mem[], /* in/out: memory (size=30) */ 153 int16 x[ [all...] |
weight_amrwb_lpc.cpp | 47 int16 a[], (i) Q12 : a[m+1] LPC coefficients 48 int16 ap[], (o) Q12 : Spectral expanded LPC coefficients 49 int16 gamma, (i) Q15 : Spectral expansion factor. 50 int16 m (i) : LPC order. 117 int16 a[], /* (i) Q12 : a[m+1] LPC coefficients */ 118 int16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */ 119 int16 gamma, /* (i) Q15 : Spectral expansion factor. */ 120 int16 m /* (i) : LPC order. */ 123 int16 i, fac; 129 ap[i] = (int16)(fxp_mac_16by16(a[i], fac, roundFactor) >> 15) [all...] |
qisf_ns.h | 83 extern const int16 mean_isf_noise[ORDER]; 84 extern const int16 dico1_isf_noise[SIZE_BK_NOISE1*2]; 85 extern const int16 dico2_isf_noise[SIZE_BK_NOISE2*3]; 86 extern const int16 dico3_isf_noise[SIZE_BK_NOISE3*3]; 87 extern const int16 dico4_isf_noise[SIZE_BK_NOISE4*4]; 88 extern const int16 dico5_isf_noise[SIZE_BK_NOISE5*4]; 90 extern const int16 t_qua_gain6b[NB_QUA_GAIN6B*2]; 91 extern const int16 t_qua_gain7b[NB_QUA_GAIN7B*2];
|
low_pass_filt_7k.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) 103 const int16 fir_7k[L_FIR+1] = 129 void low_pass_filt_7k_init(int16 mem[]) /* mem[30] */ 143 int16 signal[], /* input: signal */ 144 int16 lg, /* input: length of input */ 145 int16 mem[], /* in/out: memory (size=30) */ 146 int16 x[ [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...] |
dtx_decoder_amr_wb.cpp | 117 int16 dtx_dec_amr_wb_reset(dtx_decState * st, const int16 isf_init[]) 119 int16 i; 196 int16 dtx_dec_amr_wb( 198 int16 * exc2, /* o : CN excitation */ 199 int16 new_state, /* i : New DTX state */ 200 int16 isf[], /* o : CN ISF vector */ 201 int16 ** prms 204 int16 log_en_index; 205 int16 ind[7] [all...] |
dec_acelp_4p_in_64.cpp | 47 int16 index[], (i) : index (20): 5+5+5+5 = 20 bits. 54 int16 nbbits, (i) : 20, 36, 44, 52, 64, 72 or 88 bits 55 int16 code[] (o) Q9: algebraic (fixed) codebook excitation 123 void add_pulses(int16 pos[], int16 nb_pulse, int16 track, int16 code[]); 149 int16 index[], /* (i) : index (20): 5+5+5+5 = 20 bits. */ 156 int16 nbbits, /* (i) : 20, 36, 44, 52, 64, 72 or 88 bits */ 157 int16 code[] /* (o) Q9: algebraic (fixed) codebook excitation * [all...] |
get_amr_wb_bits.cpp | 47 int16 no_of_bits, input : number of bits 48 int16 ** prms bitstream pointer 116 int16 Serial_parm( /* Return the parameter */ 117 int16 no_of_bits, /* input : number of bits */ 118 int16 ** prms 121 int16 value = 0; 122 int16 i; 155 int16 Serial_parm_1bit(int16 ** prms) /* Return the parameter */ 157 int16 value = 0 [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...] |
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...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_m4v_config_parser.cpp | 84 int16 SearchNextM4VFrame(mp4StreamType *psBits) 86 int16 status = 0; 102 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height) 104 int16 status; 126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel) 128 int16 iErrorStat; 195 int16 status = 0; 239 int16 status = 0; 421 int16 status = 0; 443 int16 iDecodeShortHeader(mp4StreamType *psBits [all...] |
/cts/suite/audio_quality/test_description/processing/ |
example.py | 45 stereo = stereoInt.astype(np.int16) 48 mono = monoInt.astype(np.int16)
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_at.h | 53 INT16 max; /* maximum value for int arg */ 58 char *p_arg, INT16 int_arg);
|
/external/bluetooth/bluedroid/gki/ulinux/ |
data_types.h | 35 typedef signed short INT16;
|
/external/libyuv/files/include/libyuv/ |
basic_types.h | 28 typedef short int16; typedef
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Alt3D.c | 161 struct bts_Flt16Alt3D bts_Flt16Alt3D_create16( int16 xxA, int16 xyA, int16 xzA, 162 int16 yxA, int16 yyA, int16 yzA, 163 int16 zxA, int16 zyA, int16 zzA, 164 int16 matBbpA [all...] |
Int16Mat2D.h | 43 int16 xxE; 46 int16 xyE; 49 int16 yxE; 52 int16 yyE; 55 int16 bbpE;
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/beos/ |
SDL_bejoystick.cc | 49 int16 *new_axes; 127 joystick->hwdata->new_axes = (int16 *) 128 SDL_malloc(joystick->naxes*sizeof(int16)); 163 int16 *axes;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
shmstr.h | 134 INT16 dstX B16; 135 INT16 dstY B16; 150 INT16 x B16; 151 INT16 y B16;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
shmstr.h | 134 INT16 dstX B16; 135 INT16 dstY B16; 150 INT16 x B16; 151 INT16 y B16;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
shmstr.h | 134 INT16 dstX B16; 135 INT16 dstY B16; 150 INT16 x B16; 151 INT16 y B16;
|
/external/jpeg/ |
jdct.h | 158 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT16) (const))) 161 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT32) (const))) 171 #define MULTIPLY16V16(var1,var2) (((INT16) (var1)) * ((INT16) (var2)))
|
/external/qemu/distrib/jpeg-6b/ |
jdct.h | 158 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT16) (const))) 161 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT32) (const))) 171 #define MULTIPLY16V16(var1,var2) (((INT16) (var1)) * ((INT16) (var2)))
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 56 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/ 82 int16 *dcac_row, *dcac_col; 389 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/ 506 int16 *datablock = video->mblock->block[comp]; /* 10/20/2000, assume it has been reset of all-zero !!!*/ 534 int16 *dcac_row, *dcac_col; 599 datablock[k] = (int16) temp; 648 datablock[k] = (int16) temp; 664 datablock[k] = (int16) temp; 718 datablock[k] = (int16) temp; 753 datablock[k] = (int16) temp [all...] |
dcac_prediction.cpp | 31 int16 *q_block, 43 int16 *AC_tmp; 45 int16 *QP_store = video->QPMB + mbnum; 158 q_block[i] = (val < 0) ? (int16)((val - QP_half) / QP) : (int16)((val + QP_half) / QP); 187 q_block[i<<3] = (val < 0) ? (int16)((val - QP_half) / QP) : (int16)((val + QP_half) / QP); 197 q_block[0] += (int16)((DC_pred + (QP_tmp >> 1)) * scale[QP_tmp] >> 18); 209 int16 *q_block 219 int16 *AC_tmp [all...] |