Searched refs:int16_t (Results 1 - 25 of 717) sorted by relevance

1234567891011>>

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbank_tables.c25 const int16_t WebRtcIsacfix_kHpStCoeffInQ30[8] = {
36 const int16_t WebRtcIsacfix_kHPStCoeffOut1Q30[8] = {
47 const int16_t WebRtcIsacfix_kHPStCoeffOut2Q30[8] = {
55 const int16_t WebRtcIsacfix_kUpperApFactorsQ15[2] = {
60 const int16_t WebRtcIsacfix_kLowerApFactorsQ15[2] = {
H A Dfilterbank_tables.h32 extern const int16_t WebRtcIsacfix_kHpStCoeffInQ30[8];
36 extern const int16_t WebRtcIsacfix_kHPStCoeffOut1Q30[8];
40 extern const int16_t WebRtcIsacfix_kHPStCoeffOut2Q30[8];
43 extern const int16_t WebRtcIsacfix_kUpperApFactorsQ15[2];
46 extern const int16_t WebRtcIsacfix_kLowerApFactorsQ15[2];
H A Dfilterbank_internal.h26 void WebRtcIsacfix_HighpassFilterFixDec32(int16_t *io,
27 int16_t len,
28 const int16_t *coefficient,
H A Dlattice_c.c24 void WebRtcIsacfix_FilterArLoop(int16_t* ar_g_Q0, // Input samples
25 int16_t* ar_f_Q0, // Input samples
26 int16_t* cth_Q15, // Filter coefficients
27 int16_t* sth_Q15, // Filter coefficients
28 int16_t order_coef) { // order of the filter
33 int16_t tmpAR = 0;
/external/webrtc/src/common_audio/vad/
H A Dvad_filterbank.h38 void WebRtcVad_HpOutput(int16_t* in_vector,
40 int16_t* filter_state,
41 int16_t* out_vector);
62 void WebRtcVad_Allpass(int16_t* in_vector,
63 int16_t filter_coefficients,
65 int16_t* filter_state,
66 int16_t* outw16);
87 void WebRtcVad_SplitFilter(int16_t* in_vector,
89 int16_t* upper_state,
90 int16_t* lower_stat
[all...]
H A Dvad_gmm.h34 int32_t WebRtcVad_GaussianProbability(int16_t input,
35 int16_t mean,
36 int16_t std,
37 int16_t* delta);
H A Dvad_sp.h33 void WebRtcVad_Downsampling(int16_t* signal_in,
34 int16_t* signal_out,
50 int16_t WebRtcVad_FindMinimum(VadInstT* handle,
51 int16_t feature_value,
H A Dvad_gmm.c17 static const int16_t kLog2Exp = 5909; // log2(exp(1)) in Q12.
30 int32_t WebRtcVad_GaussianProbability(int16_t input,
31 int16_t mean,
32 int16_t std,
33 int16_t* delta) {
34 int16_t tmp16, inv_std, inv_std2, exp_value = 0;
41 inv_std = (int16_t) WebRtcSpl_DivW32W16(tmp32, std);
46 inv_std2 = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(tmp16, tmp16, 2);
48 // |inv_std2| = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(|inv_std|, |inv_std|, 6);
57 *delta = (int16_t) WEBRTC_SPL_MUL_16_16_RSF
[all...]
H A Dvad_filterbank.c23 static const int16_t kLogConst = 24660;
26 static const int16_t kHpZeroCoefs[3] = { 6631, -13262, 6631 };
27 static const int16_t kHpPoleCoefs[3] = { 16384, -7756, 5620 };
31 static const int16_t kAllPassCoefsQ15[2] = { 20972, 5571 };
34 static const int16_t kOffsetVector[6] = { 368, 368, 272, 176, 176, 176 };
36 void WebRtcVad_HpOutput(int16_t* in_vector,
38 int16_t* filter_state,
39 int16_t* out_vector) {
41 int16_t* in_ptr = in_vector;
42 int16_t* out_pt
[all...]
/external/chromium_org/third_party/ots/src/
H A Dos2.h14 int16_t avg_char_width;
18 int16_t subscript_x_size;
19 int16_t subscript_y_size;
20 int16_t subscript_x_offset;
21 int16_t subscript_y_offset;
22 int16_t superscript_x_size;
23 int16_t superscript_y_size;
24 int16_t superscript_x_offset;
25 int16_t superscript_y_offset;
26 int16_t strikeout_siz
[all...]
H A Dmetrics.h17 int16_t ascent;
18 int16_t descent;
19 int16_t linegap;
21 int16_t min_sb1;
22 int16_t min_sb2;
23 int16_t max_extent;
24 int16_t caret_slope_rise;
25 int16_t caret_slope_run;
26 int16_t caret_offset;
31 std::vector<std::pair<uint16_t, int16_t> > entrie
[all...]
H A Dhead.h19 int16_t xmin, xmax;
20 int16_t ymin, ymax;
24 int16_t index_to_loc_format;
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_neon.c14 extern void idct32_transpose_and_transform(int16_t *transpose_buffer,
15 int16_t *output, int16_t *input);
16 extern void idct32_combine_add(uint8_t *dest, int16_t *out, int dest_stride);
23 void vp9_short_idct32x32_add_neon(int16_t *input, uint8_t *dest,
27 int16_t transpose_buffer[32 * 8];
29 int16_t pass1[32 * 32];
31 int16_t pass2[32 * 32];
H A Dvp9_idct16x16_neon.c14 extern void vp9_short_idct16x16_add_neon_pass1(int16_t *input,
15 int16_t *output,
17 extern void vp9_short_idct16x16_add_neon_pass2(int16_t *src,
18 int16_t *output,
19 int16_t *pass1Output,
20 int16_t skip_adding,
23 extern void vp9_short_idct10_16x16_add_neon_pass1(int16_t *input,
24 int16_t *output,
26 extern void vp9_short_idct10_16x16_add_neon_pass2(int16_t *src,
27 int16_t *outpu
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_filter.c15 DECLARE_ALIGNED(256, const int16_t,
36 DECLARE_ALIGNED(256, const int16_t,
57 DECLARE_ALIGNED(256, const int16_t,
78 DECLARE_ALIGNED(256, const int16_t,
H A Dvp9_convolve.h20 const int16_t *filter_x, int x_step_q4,
21 const int16_t *filter_y, int y_step_q4,
25 const int16_t (*filter_x)[8];
26 const int16_t (*filter_y)[8];
H A Dvp9_filter.h22 extern const int16_t vp9_bilinear_filters[SUBPEL_SHIFTS][SUBPEL_TAPS];
23 extern const int16_t vp9_sub_pel_filters_6[SUBPEL_SHIFTS][SUBPEL_TAPS];
24 extern const int16_t vp9_sub_pel_filters_8[SUBPEL_SHIFTS][SUBPEL_TAPS];
25 extern const int16_t vp9_sub_pel_filters_8s[SUBPEL_SHIFTS][SUBPEL_TAPS];
26 extern const int16_t vp9_sub_pel_filters_8lp[SUBPEL_SHIFTS][SUBPEL_TAPS];
H A Dvp9_entropy.h99 extern DECLARE_ALIGNED(16, const int16_t, vp9_default_scan_4x4[16]);
101 extern DECLARE_ALIGNED(16, const int16_t, vp9_col_scan_4x4[16]);
102 extern DECLARE_ALIGNED(16, const int16_t, vp9_row_scan_4x4[16]);
104 extern DECLARE_ALIGNED(16, const int16_t, vp9_default_scan_8x8[64]);
106 extern DECLARE_ALIGNED(16, const int16_t, vp9_col_scan_8x8[64]);
107 extern DECLARE_ALIGNED(16, const int16_t, vp9_row_scan_8x8[64]);
109 extern DECLARE_ALIGNED(16, const int16_t, vp9_default_scan_16x16[256]);
111 extern DECLARE_ALIGNED(16, const int16_t, vp9_col_scan_16x16[256]);
112 extern DECLARE_ALIGNED(16, const int16_t, vp9_row_scan_16x16[256]);
114 extern DECLARE_ALIGNED(16, const int16_t, vp9_default_scan_32x3
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_idct_blk.h18 void vp9_idct_add_lossless_c(int16_t *input, unsigned char *dest, int stride,
21 void vp9_iht_add_c(TX_TYPE tx_type, int16_t *input, unsigned char *dest,
24 void vp9_iht_add_8x8_c(TX_TYPE tx_type, int16_t *input, unsigned char *dest,
27 void vp9_iht_add_16x16_c(TX_TYPE tx_type, int16_t *input, unsigned char *dest,
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x-fixits.cpp6 typedef short int16_t; typedef
14 struct {int16_t i;} i16 = {70000};
16 // CHECK: fix-it:{{.*}}:30}:"static_cast<int16_t>("
/external/compiler-rt/lib/ubsan/lit_tests/Integer/
H A Dmul-overflow.cpp8 (void)(int16_t(0x7fff) * int16_t(0x7fff));
9 (void)(uint16_t(0xffff) * int16_t(0x7fff));
H A Dumul-overflow.cpp8 (void)(int16_t(0x7fff) * int16_t(0x7fff));
9 (void)(uint16_t(0xffff) * int16_t(0x7fff));
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dstdint.h22 typedef __int16 int16_t; typedef
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dstdint.h22 typedef __int16 int16_t; typedef
/external/chromium_org/third_party/skia/include/config/
H A Dsk_stdint.h13 typedef short int16_t; typedef

Completed in 290 milliseconds

1234567891011>>