HomeSort by relevance Sort by last modified time
    Searched refs:int16 (Results 76 - 100 of 288) sorted by null

1 2 34 5 6 7 8 91011>>

  /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...]
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 );
Int16Rect.c 82 struct bts_Int16Rect bts_Int16Rect_create( int16 x1A, int16 y1A, int16 x2A, int16 y2A )
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 40 typedef short int16; typedef in namespace:le_fx
67 int16 *data;
98 class WaveData : public vector<int16> {
103 void Set(int number_samples, int sampling_rate, int16 *data);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 118 int16 median5(int16 x[])
120 int16 x1, x2, x3, x4, x5;
121 int16 tmp;
agc2_amr_wb.cpp 47 int16 * sig_in, (i) : postfilter input signal
48 int16 * sig_out, (i/o) : postfilter output signal
49 int16 l_trm (i) : subframe size
118 int16 * sig_in, /* (i) : postfilter input signal */
119 int16 * sig_out, /* (i/o) : postfilter output signal */
120 int16 l_trm /* (i) : subframe size */
124 int16 i, exp;
125 int16 gain_in, gain_out, g0;
128 int16 temp;
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...]
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...]
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...]
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...]
normalize_amr_wb.cpp 50 Int16 i number of leading zeros on x
123 int16 normalize_amr_wb(int32 x)
128 int16 i;
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...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 24 typedef int16_t int16; typedef
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.h 61 int16 ShowBits(
67 int16 FlushBits(
72 int16 ReadBits(
80 int16 ByteAlign(
85 OSCL_IMPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *, int32 *profilelevel);
86 OSCL_IMPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *);
87 int16 DecodeUserData(mp4StreamType *pStream);
88 OSCL_IMPORT_REF int16 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *, int32 *);
89 OSCL_IMPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *, int32 *profile, int32 *level);
92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display (…)
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 72 int16 ShowBits(
78 int16 FlushBits(
83 int16 ReadBits(
89 int16 ByteAlign(
93 OSCL_IMPORT_REF int16 iDecodeVOLHeader(
100 OSCL_IMPORT_REF int16 iGetM4VConfigInfo(
108 int16 DecodeUserData(mp4StreamType *pStream);
110 OSCL_IMPORT_REF int16 iDecodeShortHeader(
116 OSCL_IMPORT_REF int16 iGetAVCConfigInfo(
128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display (…)
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
ToneDownBGSupp.c 88 int16 rectExpansionA,
92 int16 iL, jL;
100 int16 rectXMinL, rectXMaxL, rectYMinL, rectYMaxL;
101 int16 rectIxXMinL, rectIxXMaxL, rectIxYMinL, rectIxYMaxL;
111 rectIxXMinL = bbs_max( rectXMinL, ( int16 ) 0 );
112 rectIxXMaxL = bbs_max( rectXMaxL, ( int16 ) 0 );
113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE );
114 rectIxYMinL = bbs_max( rectYMinL, ( int16 ) 0 );
115 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) 0 );
116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE )
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 183 int16 num_channels;
189 int16 version;
209 * In: Inform decoder how much more room is available in the output buffer in int16 samples
235 int16 *pOutputBuffer;
pvmp3_audio_type_defs.h 68 typedef int16_t int16; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_tables.h 71 int16 l[23];
72 int16 s[14];
89 extern const int16 mp3_bitrate[3][15];
  /system/extras/perfprofd/quipper/base/
basictypes.h 24 typedef int16_t int16; typedef
51 const int16 kint16min = -0x7FFF - 1;
52 const int16 kint16max = 0x7FFF;
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c 37 extern int32 bbs_dotProduct_128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA );
38 extern int32 bbs_dotProduct_u128SSE2( const int16* vec1A, const int16* vec2A, uint32 sizeA );
42 int32 bbs_dotProduct_fr71( const int16* vec1A, const int16* vec2A, uint32 sizeA );
324 int16 bbs_satS16( int32 valA )
344 int32 bbs_dotProduct_intelMMX16( const int16* vec1A, const int16* vec2A, uint32 sizeA )
418 int32 bbs_dotProduct_intelMMX16( const int16* vec1A, const int16* vec2A, uint32 sizeA
    [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...]
  /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 ();
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 38 typedef int16_t int16; typedef
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
readPCM.m 9 %file: The PCM file where the signal is stored in int16 format.
12 x = fread(fid, inf, 'int16');

Completed in 461 milliseconds

1 2 34 5 6 7 8 91011>>