HomeSort by relevance Sort by last modified time
    Searched full:int16 (Results 151 - 175 of 416) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/media/libstagefright/codecs/amrwb/src/
noise_gen_amrwb.cpp 47 int16 * seed seed for the random ng
112 int16 noise_gen_amrwb(int16 * seed)
114 /* int16 seed = 21845; */
115 *seed = (int16)fxp_mac_16by16(*seed, 31821, 13849L);
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
qisf_ns.cpp 47 int16 indice[] : indices of the selected codebook entries
48 int16 isf[] : quantized ISFs (in frequency domain)
117 int16 * indice, /* input: quantization indices */
118 int16 * isf_q /* input: ISF in the frequency domain (0..0.5)*/
121 int16 i;
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);
median5.cpp 118 int16 median5(int16 x[])
120 int16 x1, x2, x3, x4, x5;
121 int16 tmp;
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c 42 const int16* inVecA,
46 const int16* rowPtrL = ptrA->cpsArrE.arrPtrE + ptrA->wordsPerRowE * rowA;
58 const int16* inPtrL = inVecA + offsL;
230 sumL += ( ( int16 )( ( bfL >> srL ) & mkL ) * ( int32 )inPtrL[ iL ] ) >> adjL;
304 sumL += ( ( int16 )( ( bfL >> srL ) & mkL ) * ( int32 )inPtrL[ iL ] + lRoundL ) >> lAdjL;
519 const int16* inVecA,
520 int16* outVecA,
521 int16* outExpPtrA )
526 int16* expArrL = ( ( struct bts_CompactMat* )ptrA )->expArrE.arrPtrE;
527 int16 maxExpL = -32767
    [all...]
Flt16Mat3D.c 159 struct bts_Flt16Mat3D bts_Flt16Mat3D_create16( int16 xxA, int16 xyA, int16 xzA,
160 int16 yxA, int16 yyA, int16 yzA,
161 int16 zxA, int16 zyA, int16 zzA,
162 int16 bbpA
    [all...]
Flt16Alt2D.c 217 altL = bts_Flt16Alt2D_createRigid( angleL, ( int16 )scaleL, scaleBbpL, &centerInL );
226 struct bts_Flt16Alt2D bts_Flt16Alt2D_create16( int16 xxA,
227 int16 xyA,
228 int16 yxA,
229 int16 yyA,
230 int16 matBbpA,
231 int16 xA,
232 int16 yA,
233 int16 vecBbpA )
Flt16Vec.h 51 int16 expE;
83 int16 bts_Flt16Vec_avg( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA );
139 void bts_Flt16Vec_mul( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA, int32 valA, int16 expA );
  /external/neven/Embedded/common/src/b_BasicEm/
Int16Arr.c 84 bbs_memcpy16( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF16( int16 ) );
94 const int16* ptr1L = ptrA->arrPtrE;
95 const int16* ptr2L = srcPtrA->arrPtrE;
118 return sizeA * bbs_SIZEOF16( int16 ) + bbs_MEM_BLOCK_OVERHD;
144 ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( int16 ) );
222 ptrA->sizeE * bbs_SIZEOF16( int16 );
274 int16 valA )
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_get_scale_data.cpp 135 int16 i;
136 int16 j;
137 int16 k;
138 int16 blocktypenumber = 0;
139 int16 blocknumber = 0;
230 for (j = 0; j < (int16)nr_of_sfb_block[blocknumber][blocktypenumber][i]; j++)
239 for (j = 0; j < (int16)nr_of_sfb_block[blocknumber][blocktypenumber][i]; j++)
pvmp3_poly_phase_synthesis.cpp 42 int16 *outPcm pointer to the PCM output data
45 int16 *outPcm pointer to the PCM output data
125 int16 *outPcm)
135 int16 * ptr_out = outPcm;
  /external/chromium/base/
shared_memory_unittest.cc 27 explicit MultipleThreadMain(int16 id) : id_(id) {}
57 int16 id_;
240 for (int16 index = 0; index < numthreads; index++) {
  /device/moto/stingray/recovery/
masterclear_bp.h 62 typedef signed short int INT16; /**< Signed 16 bit integer */
  /external/bluetooth/bluez/tools/
ubcsp.h 50 typedef signed short int16; typedef
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 49 typedef short int16; typedef
  /external/dbus/tools/
dbus-send.1 46 <type> ::= string | int16 | uint 16 | int32 | uint32 | int64 | uint64 | double | byte | boolean | objpath
  /external/qemu/gdb-xml/
power-altivec.xml 12 <vector id="v8i16" type="int16" count="8"/>
  /frameworks/base/media/libstagefright/codecs/aacdec/
calc_sbr_synfilterbank.h 71 Int16 * timeSig,
72 Int16 V[1280],
80 Int16 * timeSig,
81 Int16 V[1280],
fxp_mul32_arm_v4_gcc.h 166 static inline Int32 fxp_mac_16_by_16(Int16 L_var1, Int16 L_var2, Int32 L_add)
186 static inline Int32 fxp_mac_16_by_16_bb(Int16 L_var1, Int32 L_var2, Int32 L_add)
210 static inline Int32 fxp_mac_16_by_16_bt(Int16 L_var1, Int32 L_var2, Int32 L_add)
huffman.h 187 Int16 quantSpec[],
188 Int16 tmp_spec[],
200 Int16 interleaved[],
201 Int16 deinterleaved[],
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 193 typedef signed short int16; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 193 typedef signed short int16; typedef
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
types.h 114 typedef short int16; typedef in namespace:__gnu_parallel
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibufst.h 263 INT16 x B16;
264 INT16 y B16;
283 INT16 x B16;
284 INT16 y B16;

Completed in 90 milliseconds

1 2 3 4 5 67 8 91011>>