/external/libyuv/files/source/ |
row_table.cc | 18 SIMD_ALIGNED(const int16 NAME[256 * 3][4]) = {\ 215 static_cast<int16>(1.164 * 64 * (i - 16) + 0.5), \ 216 static_cast<int16>(1.164 * 64 * (i - 16) + 0.5), \ 217 static_cast<int16>(1.164 * 64 * (i - 16) + 0.5), \ 218 static_cast<int16>(256 * 64 - 1) \ 222 static_cast<int16>(2.018 * 64 * (i - 128) + 0.5), \ 223 static_cast<int16>(-0.391 * 64 * (i - 128) + 0.5), \ 230 static_cast<int16>(-0.813 * 64 * (i - 128) + 0.5), \ 231 static_cast<int16>(1.596 * 64 * (i - 128) + 0.5), \ 247 static_cast<int16>(256 * 64 - 1), [all...] |
row.h | 93 extern SIMD_ALIGNED(const int16 kCoefficientsRgbY[768][4]); 94 extern SIMD_ALIGNED(const int16 kCoefficientsBgraY[768][4]); 95 extern SIMD_ALIGNED(const int16 kCoefficientsAbgrY[768][4]); 97 extern SIMD_ALIGNED(const int16 _kCoefficientsRgbY[768][4]); 98 extern SIMD_ALIGNED(const int16 _kCoefficientsBgraY[768][4]); 99 extern SIMD_ALIGNED(const int16 _kCoefficientsAbgrY[768][4]);
|
/external/openfst/src/include/fst/ |
types.h | 29 typedef int16_t int16; typedef
|
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_AudioEffects.c | 106 /* we will cast each Int16 sample into this Int32 variable */ 117 * From buffer size (bytes) to number of sample (int16): divide by two */ 153 /* we will cast each Int16 sample into this Int32 variable */ 165 * From buffer size (bytes) to number of sample (int16): divide by two */
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
avc_types.h | 24 typedef int16_t int16; typedef
|
/frameworks/ex/variablespeed/jni/ |
integral_types.h | 25 typedef short int16; // NOLINT typedef
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
qpisf_2s.h | 86 extern const int16 mean_isf[ORDER]; 87 extern const int16 dico1_isf[SIZE_BK1*9]; 88 extern const int16 dico2_isf[SIZE_BK2*7]; 89 extern const int16 dico21_isf[SIZE_BK21*3]; 90 extern const int16 dico22_isf[SIZE_BK22*3]; 91 extern const int16 dico23_isf[SIZE_BK23*3]; 92 extern const int16 dico24_isf[SIZE_BK24*3]; 93 extern const int16 dico25_isf[SIZE_BK25*4]; 94 extern const int16 dico21_isf_36b[SIZE_BK21_36b*5]; 95 extern const int16 dico22_isf_36b[SIZE_BK22_36b*4] [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...] |
pvamrwbdecoder.cpp | 47 int16 mode, input : used mode 48 int16 prms[], input : parameter vector 49 int16 synth16k[], output: synthesis speech 50 int16 * frame_length, output: lenght of the frame 52 int16 frame_type, input : received frame type 53 int16 ScratchMem[] 111 static const int16 interpol_frac[NB_SUBFR] = {14746, 26214, 31457, 32767}; 116 static const int16 isp_init[M] = 122 static const int16 isf_init[M] = 152 void pvDecoder_AmrWb_Init(void **spd_state, void *pt_st, int16 **ScratchMem [all...] |
qpisf_2s.cpp | 47 int16 * seed seed for the random ng 131 int16 * indice, /* input: quantization indices */ 132 int16 * isf_q, /* output: quantized ISF in frequency domain (0..0.5) */ 133 int16 * past_isfq,/* i/0 : past ISF quantizer */ 134 int16 * isfold, /* input : past quantized ISF */ 135 int16 * isf_buf, /* input : isf buffer */ 136 int16 bfi, /* input : Bad frame indicator */ 137 int16 enc_dec 140 int16 ref_isf[M]; 141 int16 i, j, tmp [all...] |
synthesis_amr_wb.h | 77 int16 Aq[], /* A(z) : quantized Az */ 78 int16 exc[], /* (i) : excitation at 12kHz */ 79 int16 Q_new, /* (i) : scaling performed on exc */ 80 int16 synth16k[], /* (o) : 16kHz synthesis signal */ 81 int16 prms, /* (i) : parameter */ 82 int16 HfIsf[], 83 int16 nb_bits, 84 int16 newDTXState, 86 int16 bfi, /* (i) : bad frame indicator */ 87 int16 * ScratchMemor [all...] |
deemphasis_32.cpp | 47 int16 x_hi[], (i) : input signal (bit31..16) 48 int16 x_lo[], (i) : input signal (bit15..4) 49 int16 y[], (o) : output signal (x16) 50 int16 mu, (i) Q15 : deemphasis factor 51 int16 L, (i) : vector size 52 int16 * mem (i/o) : memory (y[-1]) 121 int16 x_hi[], /* (i) : input signal (bit31..16) */ 122 int16 x_lo[], /* (i) : input signal (bit15..4) */ 123 int16 y[], /* (o) : output signal (x16) */ 124 int16 mu, /* (i) Q15 : deemphasis factor * [all...] |
pred_lt4.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) 112 const int16 inter4_2[UP_SAMP][ 2*L_INTERPOL2] = 163 int16 exc[], /* in/out: excitation buffer */ 164 int16 T0, /* input : integer pitch lag */ 165 int16 frac, /* input : fraction of lag */ 166 int16 L_subfr /* input : subframe size */ 169 int16 i, j, *pt_exc [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Alt2D.h | 125 struct bts_Flt16Alt2D bts_Flt16Alt2D_create16( int16 xxA, 126 int16 xyA, 127 int16 yxA, 128 int16 yyA, 129 int16 matBbpA, 130 int16 xA, 131 int16 yA, 132 int16 vecBbpA );
|
Flt16Vec2D.h | 43 int16 xE; 46 int16 yE; 49 int16 bbpE; 81 struct bts_Flt16Vec2D bts_Flt16Vec2D_create16( int16 xA, int16 yA, int16 bbpA ); 84 struct bts_Flt16Vec2D bts_Flt16Vec2D_createVec16( struct bts_Int16Vec2D vecA, int16 bbpA ); 120 struct bts_Flt16Vec2D bts_Flt16Vec2D_mul( struct bts_Flt16Vec2D vecA, int16 factorA, int32 bbpFactorA );
|
Int16Rect.h | 42 int16 x1E; 45 int16 y1E; 48 int16 x2E; 51 int16 y2E; 73 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A );
|
/external/webkit/Source/WebCore/platform/graphics/brew/ |
IntPointBrew.cpp | 42 point.x = static_cast<int16>(m_x); 43 point.y = static_cast<int16>(m_y);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4lib_int.h | 70 int16 quantizer; /* VOP quantizer */ 132 typedef int16 typeMBStore[6][NCOEFF_BLOCK]; 176 int16 val; 177 int16 len; 193 typedef int16 typeDCStore[6]; /* ACDC */ 194 typedef int16 typeDCACStore[4][8]; 228 int16 *QPMB; /* Quantizer value for each MB */ 285 int16 QP_CHR; /* ANNEX_T */
|
packet_util.cpp | 39 int16 quantizer; 65 quantizer = (int16) BitstreamReadBits16(stream, currVol->quantPrecision); 150 int16 quantizer; 187 quantizer = (int16) BitstreamReadBits16(stream, quantPrecision); 201 int16 quantizer; 220 quantizer = (int16) BitstreamReadBits16(stream, 5);
|
idct.h | 48 void idctrow0(int16 *blk, uint8 *pred, uint8 *dst, int width); 49 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width); 50 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width); 51 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width); 52 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width); 53 void idctcol0(int16 *blk); 54 void idctcol1(int16 *blk); 55 void idctcol2(int16 *blk); 56 void idctcol3(int16 *blk); 57 void idctcol4(int16 *blk) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xproto.h | 361 INT16 x B16, y B16; 371 INT16 leftSideBearing B16, 465 INT16 x B16, y B16; 574 INT16 rootX B16, rootY B16, winX B16, winY B16; 599 INT16 dstX B16, dstY B16; 647 INT16 fontAscent B16, fontDescent B16; 656 INT16 fontAscent B16, fontDescent B16; 657 INT16 overallAscent B16, overallDescent B16; 696 INT16 fontAscent B16, fontDescent B16; 1009 INT16 rootX B16, rootY B16, eventX B16, eventY B16 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xproto.h | 361 INT16 x B16, y B16; 371 INT16 leftSideBearing B16, 465 INT16 x B16, y B16; 574 INT16 rootX B16, rootY B16, winX B16, winY B16; 599 INT16 dstX B16, dstY B16; 647 INT16 fontAscent B16, fontDescent B16; 656 INT16 fontAscent B16, fontDescent B16; 657 INT16 overallAscent B16, overallDescent B16; 696 INT16 fontAscent B16, fontDescent B16; 1009 INT16 rootX B16, rootY B16, eventX B16, eventY B16 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xproto.h | 361 INT16 x B16, y B16; 371 INT16 leftSideBearing B16, 465 INT16 x B16, y B16; 574 INT16 rootX B16, rootY B16, winX B16, winY B16; 599 INT16 dstX B16, dstY B16; 647 INT16 fontAscent B16, fontDescent B16; 656 INT16 fontAscent B16, fontDescent B16; 657 INT16 overallAscent B16, overallDescent B16; 696 INT16 fontAscent B16, fontDescent B16; 1009 INT16 rootX B16, rootY B16, eventX B16, eventY B16 [all...] |
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
mb_access.cpp | 192 int16 *mv, pmv_x, pmv_y; 254 mv = (int16*)(currMB->mvL0 + (block_y << 2) + block_x_1); 264 mv = (int16*)(MB_A->mvL0 + (block_y << 2) + 3); 274 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x); 285 mv = (int16*)(MB_B->mvL0 + 12 + block_x); 298 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + (new_block_x + 1)); 310 mv = (int16*)(MB_B->mvL0 + 12 + (new_block_x + 1)); 321 mv = (int16*)(MB_C->mvL0 + 12); 333 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x_1); 343 mv = (int16*)(MB_A->mvL0 + (block_y_1 << 2) + 3) [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
mp4dec_api.h | 112 int16 quantizer; 130 int16 width; /* Width */ 131 int16 height; /* Height */ 132 int16 realWidth; /* Non-padded width, not a multiple of 16. */ 133 int16 realHeight; /* Non-padded height, not a multiple of 16. */
|