/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_VNorm.c | 24 int16 AKFS_VbNorm( 25 const int16 ndata, /*!< Size of raw vector buffer */ 27 const int16 nbuf, /*!< Size of data to be buffered */ 31 const int16 nvec, /*!< Size of normalized vector buffer */ 68 int16 AKFS_VbAve( 69 const int16 nvec, /*!< Size of normalized vector buffer */ 71 const int16 nave, /*!< Number of averaeg */
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
synthesis_amr_wb.cpp | 47 int16 Aq[], A(z) : quantized Az 48 int16 exc[], (i) : excitation at 12kHz 49 int16 Q_new, (i) : scaling performed on exc 50 int16 synth16k[], (o) : 16kHz synthesis signal 51 int16 prms, (i) : compressed amr wb 52 int16 HfIsf[], 53 int16 nb_bits, 54 int16 newDTXState, 56 int16 bfi, (i) : bad frame indicator 57 int16 *ScratchMe [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...] |
wb_syn_filt.cpp | 49 int16 a[], (i) Q12 : a[m+1] prediction coefficients 50 int16 m, (i) : order of LP filter 51 int16 x[], (i) : input signal 52 int16 y[], (o) : output signal 53 int16 lg, (i) : size of filtering 54 int16 mem[], (i/o) : memory associated with this filtering. 55 int16 update, (i) : 0=no update, 1=update of memory. 56 int16 y_buf[] 60 int16 a[], (i) Q12 : a[m+1] prediction coefficients 61 int16 m, (i) : order of LP filte [all...] |
dec_gain2_amr_wb.cpp | 47 int16 index, (i) : index of quantization. 48 int16 nbits, (i) : number of bits (6 or 7) 49 int16 code[], (i) Q9 : Innovative vector. 50 int16 L_subfr, (i) : Subframe lenght. 51 int16 * gain_pit, (o) Q14 : Pitch gain. 53 int16 bfi, (i) : bad frame indicator 54 int16 prev_bfi, (i) : Previous BF indicator 55 int16 state, (i) : State of BFH 56 int16 unusable_frame, (i) : UF indicator 57 int16 vad_hist, (i) : number of non-speech frame [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...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
MathSSE2.c | 34 int32 bbs_dotProduct_64SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) 37 int16* vec1L = ( int16* )vec1A; 38 int16* vec2L = ( int16* )vec2A; 146 int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA ) 149 int16* vec1L = ( int16* )vec1A [all...] |
/hardware/akm/AK8975_FS/akmdfs/ |
AKFS_APIs.c | 40 int16 AKFS_Init( 80 int16 AKFS_Release(void) 92 int16 AKFS_Start( 123 int16 AKFS_Stop( 152 int16 AKFS_Get_MAGNETIC_FIELD( 153 const int16 mag[3], 154 const int16 status, 158 int16* accuracy 161 int16 akret; 162 int16 aocret [all...] |
AKFS_FileIO.h | 35 int16 AKFS_LoadParameters(AK8975PRMS *prms, const char* path); 37 int16 AKFS_SaveParameters(AK8975PRMS* prms, const char* path);
|
/prebuilts/go/darwin-x86/src/cmd/api/testdata/src/pkg/p1/ |
p1.go | 103 func (s *S2) SMethod(x int8, y int16, z int64) {} 113 func (s *S2) unexported(x int8, y int16, z int64) {} 115 func Bar(x int8, y int16, z int64) {} 116 func Bar1(x int8, y int16, z int64) uint64 {} 117 func Bar2(x int8, y int16, z int64) (uint8, uint64) {} 120 func unexported(x int8, y int16, z int64) {}
|
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
parser_test.go | 26 {id: "foo", typ: "<type 1 map [<type -1>] <type -2>>", want: "map[int8]int16"}, 30 {id: "foo", typ: "<type 1 struct { I8 <type -1>; I16 <type -2> \"i16\"; }>", want: "struct{I8 int8; I16 int16 \"i16\"}"}, 31 {id: "foo", typ: "<type 1 interface { Foo (a <type -1>, b <type -2>) <type -1>; Bar (? <type -2>, ? ...<type -1>) (? <type -2>, ? <type -1>); Baz (); }>", want: "interface{Bar(int16, ...int8) (int16, int8); Baz(); Foo(a int8, b int16) int8}"}, 32 {id: "foo", typ: "<type 1 (? <type -1>) <type -2>>", want: "func(int8) int16"},
|
/prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p1/ |
p1.go | 103 func (s *S2) SMethod(x int8, y int16, z int64) {} 113 func (s *S2) unexported(x int8, y int16, z int64) {} 115 func Bar(x int8, y int16, z int64) {} 116 func Bar1(x int8, y int16, z int64) uint64 {} 117 func Bar2(x int8, y int16, z int64) (uint8, uint64) {} 120 func unexported(x int8, y int16, z int64) {}
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
parser_test.go | 26 {id: "foo", typ: "<type 1 map [<type -1>] <type -2>>", want: "map[int8]int16"}, 30 {id: "foo", typ: "<type 1 struct { I8 <type -1>; I16 <type -2> \"i16\"; }>", want: "struct{I8 int8; I16 int16 \"i16\"}"}, 31 {id: "foo", typ: "<type 1 interface { Foo (a <type -1>, b <type -2>) <type -1>; Bar (? <type -2>, ? ...<type -1>) (? <type -2>, ? <type -1>); Baz (); }>", want: "interface{Bar(int16, ...int8) (int16, int8); Baz(); Foo(a int8, b int16) int8}"}, 32 {id: "foo", typ: "<type 1 (? <type -1>) <type -2>>", want: "func(int8) int16"},
|
/prebuilts/go/darwin-x86/pkg/bootstrap/pkg/darwin_amd64/bootstrap/internal/obj/ |
ppc64.a | 465 type @"".Optab struct { @"".as int16; @"".a1 uint8; @"".a2 uint8; @"".a3 uint8; @"".a4 uint8; @"".type_ int8; @"".size int8; @"".param int16 } [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/internal/obj/ |
ppc64.a | 465 type @"".Optab struct { @"".as int16; @"".a1 uint8; @"".a2 uint8; @"".a3 uint8; @"".a4 uint8; @"".type_ int8; @"".size int8; @"".param int16 } [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/ |
ppc64.a | 465 type @"".Optab struct { @"".as int16; @"".a1 uint8; @"".a2 uint8; @"".a3 uint8; @"".a4 uint8; @"".type_ int8; @"".size int8; @"".param int16 } [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/cmd/internal/obj/ |
ppc64.a | 465 type @"".Optab struct { @"".as int16; @"".a1 uint8; @"".a2 uint8; @"".a3 uint8; @"".a4 uint8; @"".type_ int8; @"".size int8; @"".param int16 } [all...] |
/external/vulkan-validation-layers/libs/glm/detail/ |
glm.cpp | 43 template struct tvec1<int16, lowp>; 55 template struct tvec1<int16, mediump>; 67 template struct tvec1<int16, highp>; 80 template struct tvec2<int16, lowp>; 91 template struct tvec2<int16, mediump>; 102 template struct tvec2<int16, highp>; 114 template struct tvec3<int16, lowp>; 125 template struct tvec3<int16, mediump>; 136 template struct tvec3<int16, highp>; 148 template struct tvec4<int16, lowp> [all...] |
/external/tpm2/ |
stubs_sym.c | 7 INT16 _cpri__GetSymmetricBlockSize(
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue5056.go | 11 type Foo int16
|
/prebuilts/go/darwin-x86/test/ken/ |
simpconv.go | 12 type short int16
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue5056.go | 11 type Foo int16
|
/prebuilts/go/linux-x86/test/ken/ |
simpconv.go | 12 type short int16
|
/external/dng_sdk/source/ |
dng_ref_counted_block.h | 173 /// Return pointer to allocated memory as a int16 *. 174 /// \retval int16 * valid for as many bytes as were allocated. 176 int16 * Buffer_int16 () 178 return (int16 *) Buffer (); 181 /// Return pointer to allocated memory as a const int16 *. 182 /// \retval const int16 * valid for as many bytes as were allocated. 184 const int16 * Buffer_int16 () const 186 return (const int16 *) Buffer ();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XKBproto.h | 90 INT16 pitch B16; 91 INT16 duration B16; 118 INT16 baseGroup B16; 119 INT16 latchedGroup B16; 145 INT16 groupLatch B16; 181 INT16 mkCurve B16; 222 INT16 mkCurve B16; 633 INT16 x B16; 634 INT16 y B16; 656 INT16 top B16 [all...] |