/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/common/x86/ |
vp9_asm_stubs.c | 64 const int16_t *filter_x, int x_step_q4, 65 const int16_t *filter_y, int y_step_q4, 67 /* Ensure the filter can be compressed to int16_t. */ 103 const int16_t *filter_x, int x_step_q4, 104 const int16_t *filter_y, int y_step_q4, 141 const int16_t *filter_x, int x_step_q4, 142 const int16_t *filter_y, int y_step_q4, 179 const int16_t *filter_x, int x_step_q4, 180 const int16_t *filter_y, int y_step_q4, 217 const int16_t *filter_x, int x_step_q4 [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_rtcd_defs.sh | 244 prototype void vp9_convolve_copy "const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h" 247 prototype void vp9_convolve_avg "const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h" 250 prototype void vp9_convolve8 "const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h" 253 prototype void vp9_convolve8_horiz "const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h" 256 prototype void vp9_convolve8_vert "const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h [all...] |
vp9_convolve.h | 18 const int16_t *filter_x, int x_step_q4, 19 const int16_t *filter_y, int y_step_q4,
|
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);
|
/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/libvpx/libvpx/vp9/encoder/ |
vp9_quantize.c | 25 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count, 27 const int16_t *zbin_ptr, const int16_t *round_ptr, 28 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, 29 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, 30 const int16_t *dequant_ptr, 32 const int16_t *scan, const int16_t *iscan) [all...] |
vp9_quantize.h | 17 const int16_t *scan, const int16_t *iscan);
|
vp9_tokenize.h | 20 int16_t token; 21 int16_t extra; 26 int16_t extra;
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
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,
|
/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_idct16x16_256_add_c(const 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)(const int16_t *in, int16_t *out, int stride); 261 typedef void (*idct_t)(const int16_t *in, uint8_t *out, int stride); 262 typedef void (*fht_t) (const int16_t *in, int16_t *out, int stride, 264 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride, 267 void fdct16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) [all...] |
/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 | 18 static const int16_t data1[] = {-1, 0, -3, 4, 5, 6, 7, 0, 0, 0, 8, 0, 0, 0, 0}; 23 static const int16_t data2[] = {0, 0, 0, 100, 100, 100, 100, 100, 100, 100, 0, 0}; 28 static const int16_t data3[] = {1, 2, 0, 0, 0, 3, 4, 0, 0, 0, 0, 5}; 33 static const int16_t data4[] = {1, 0, 0, 0, 1, 2, 2, 2, 3, 0, 0, 0, 0, 3, 4}; 38 static const int16_t data5[] = {1, 1, 2, 3, 0, 0, 0, 0, 5, 5, 6, 7, 0, 0, 0, 0, 8, 0}; 43 static const int16_t data6[] = {1, 0, 0, 0, 0, 1, 2, 3, 3, 4, 5, 5, 5, 6}; 48 static const int16_t data7[] = {1, 2, 10, 11, 2, 3}; 55 static const int16_t data8[] = {1, 2, 10, 11, 12, 2, 3}; 62 static const int16_t data9[] = {1, 1, 10, 2, 3}; 69 static const int16_t data10[] = {1, 2, 10, 11, 12, 3} [all...] |
/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/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/chromium_org/third_party/skia/src/core/ |
SkAlphaRuns.cpp | 31 const int16_t* runs = fRuns; 42 const int16_t* runs = fRuns; 63 const int16_t* runs = fRuns;
|
/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>("
|