HomeSort by relevance Sort by last modified time
    Searched full:int16_t (Results 51 - 75 of 1335) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbank_tables.c 25 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] = {
codec.h 140 void WebRtcIsacfix_FilterMaLoopC(int16_t input0,
141 int16_t input1,
154 void WebRtcIsacfix_FilterMaLoopNeon(int16_t input0,
155 int16_t input1,
171 typedef void (*FilterMaLoopFix)(int16_t input0,
172 int16_t input1,
lpc_masking_model.h 44 int16_t* a_polynomial,
52 int16_t* a_polynomial,
60 int16_t* a_polynomial,
  /frameworks/av/cmds/stagefright/
SineSource.cpp 71 size_t frameSize = mNumChannels * sizeof(int16_t);
74 int16_t *ptr = (int16_t *)buffer->data();
80 int16_t amplitude = (int16_t)(32767.0 * sin(x));
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 65 DECLARE_ALIGNED(16, int16_t, src_diff[64*64]);
66 DECLARE_ALIGNED(16, int16_t, coeff[64*64]);
70 int16_t *quant;
71 int16_t *quant_shift;
72 int16_t *zbin;
73 int16_t *round;
76 int16_t zbin_extra;
182 void (*fwd_txm4x4)(int16_t *input, int16_t *output, int pitch);
183 void (*fwd_txm8x4)(int16_t *input, int16_t *output, int pitch)
    [all...]
vp9_quantize.c 24 void vp9_quantize_b_c(int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block,
25 int16_t *zbin_ptr, int16_t *round_ptr, int16_t *quant_ptr,
26 int16_t *quant_shift_ptr, int16_t *qcoeff_ptr,
27 int16_t *dqcoeff_ptr, int16_t *dequant_ptr,
28 int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan,
29 const int16_t *iscan)
    [all...]
vp9_tokenize.h 20 int16_t token;
21 int16_t extra;
26 int16_t extra;
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.h 47 virtual void setVolume(int16_t left, int16_t right);
55 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL);
61 int32_t lerp, const int16_t* samples);
64 inline void read(int16_t*& impulse, uint32_t& phaseFraction,
65 const int16_t* in, size_t inputIndex);
67 int16_t *mState;
68 int16_t *mImpulse;
69 int16_t *mRingFull;
  /external/webrtc/src/common_audio/vad/
vad_unittest.cc 27 const int16_t kModes[] = { 0, 1, 2, 3 };
31 const int16_t kRates[] = { 8000, 12000, 16000, 24000, 32000 };
34 const int16_t kMaxFrameLength = 960;
35 const int16_t kFrameLengths[] = { 80, 120, 160, 240, 320, 480, 640,
40 bool ValidRatesAndFrameLengths(int16_t rate, int16_t frame_length) {
83 int16_t zeros[kMaxFrameLength] = { 0 };
87 int16_t speech[kMaxFrameLength];
88 for (int16_t i = 0; i < kMaxFrameLength; i++) {
164 int16_t delta = 0
    [all...]
vad_sp.h 33 void WebRtcVad_Downsampling(int16_t* signal_in,
34 int16_t* signal_out,
50 int16_t WebRtcVad_FindMinimum(VadInstT* handle,
51 int16_t feature_value,
  /external/webrtc/src/modules/audio_processing/
audio_buffer.cc 24 void StereoToMono(const int16_t* left, const int16_t* right,
25 int16_t* out, int samples_per_channel) {
41 int16_t data[kSamplesPer32kHzChannel];
54 int16_t low_pass_data[kSamplesPer16kHzChannel];
55 int16_t high_pass_data[kSamplesPer16kHzChannel];
97 int16_t* AudioBuffer::data(int channel) const {
106 int16_t* AudioBuffer::low_pass_split_data(int channel) const {
115 int16_t* AudioBuffer::high_pass_split_data(int channel) const {
124 int16_t* AudioBuffer::mixed_data(int channel) const
    [all...]
  /external/chromium_org/ppapi/generators/test_cgen/
interface.idl 22 * int8_t (*mem1)(int16_t x, int32_t y);
31 int8_t mem1([in] int16_t x, [in] int32_t y);
  /external/chromium_org/third_party/skia/src/animator/
SkBoundable.h 22 bool hasBounds() { return fBounds.fLeft != (int16_t)0x8000U; }
25 void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
  /external/libvpx/libvpx/test/
dct16x16_test.cc 24 void vp9_short_idct16x16_add_c(int16_t *input, uint8_t *output, int pitch);
238 void reference_16x16_dct_2d(int16_t input[256], double output[256]) {
260 typedef void (*fdct_t)(int16_t *in, int16_t *out, int stride);
261 typedef void (*idct_t)(int16_t *in, uint8_t *out, int stride);
262 typedef void (*fht_t) (int16_t *in, int16_t *out, int stride, int tx_type);
263 typedef void (*iht_t) (int16_t *in, uint8_t *dst, int stride, int tx_type);
265 void fdct16x16_ref(int16_t *in, int16_t *out, int stride, int tx_type)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 19 int16_t row;
20 int16_t col;
vp9_quant_common.h 23 int16_t vp9_dc_quant(int qindex, int delta);
24 int16_t vp9_ac_quant(int qindex, int delta);
  /external/skia/src/animator/
SkBoundable.h 22 bool hasBounds() { return fBounds.fLeft != (int16_t)0x8000U; }
25 void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
  /external/skia/tests/
WArrayTest.cpp 19 const int16_t data1[] = {-1, 0, -3, 4, 5, 6, 7, 0, 0, 0, 8, 0, 0, 0, 0};
24 const int16_t data2[] = {0, 0, 0, 100, 100, 100, 100, 100, 100, 100, 0, 0};
29 const int16_t data3[] = {1, 2, 0, 0, 0, 3, 4, 0, 0, 0, 0, 5};
34 const int16_t data4[] = {1, 0, 0, 0, 1, 2, 2, 2, 3, 0, 0, 0, 0, 3, 4};
39 const int16_t data5[] = {1, 1, 2, 3, 0, 0, 0, 0, 5, 5, 6, 7, 0, 0, 0, 0, 8, 0};
44 const int16_t data6[] = {1, 0, 0, 0, 0, 1, 2, 3, 3, 4, 5, 5, 5, 6};
49 const int16_t data7[] = {1, 2, 10, 11, 2, 3};
56 const int16_t data8[] = {1, 2, 10, 11, 12, 2, 3};
63 const int16_t data9[] = {1, 1, 10, 2, 3};
70 const int16_t data10[] = {1, 2, 10, 11, 12, 3}
    [all...]
  /external/chromium_org/third_party/skia/include/config/
sk_stdint.h 13 typedef short int16_t; typedef
  /external/chromium_org/third_party/skia/include/gpu/
GrPoint.h 22 int16_t fX, fY;
  /external/clang/test/Sema/
2010-05-31-palignr.c 11 typedef int16_t vSInt16 __attribute__ ((__vector_size__ (16)));
  /external/skia/include/config/
sk_stdint.h 13 typedef short int16_t; typedef
  /external/skia/include/gpu/
GrPoint.h 22 int16_t fX, fY;
  /frameworks/opt/net/voip/src/jni/rtp/
GsmCodec.cpp 46 int encode(void *payload, int16_t *samples);
47 int decode(int16_t *samples, int count, void *payload, int length);
54 int GsmCodec::encode(void *payload, int16_t *samples)
60 int GsmCodec::decode(int16_t *samples, int count, void *payload, int length)
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x-fixits.cpp 6 typedef short int16_t; typedef
14 struct {int16_t i;} i16 = {70000};
16 // CHECK: fix-it:{{.*}}:30}:"static_cast<int16_t>("

Completed in 1062 milliseconds

1 23 4 5 6 7 8 91011>>