| /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
| inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
| /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
| inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
| /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
| inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
| /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
| inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
| /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
| inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
| /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
| inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
| /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
| inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
| /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
| inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
| /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
| inttypes.h | 44 #define PRId16 "d" /* int16_t */ 62 #define PRIi16 "i" /* int16_t */ 81 #define PRIo16 "o" /* int16_t */ 154 #define SCNd16 "hd" /* int16_t */ 172 #define SCNi16 "hi" /* int16_t */
|
| /external/libogg/include/ogg/ |
| os_types.h | 31 typedef int16_t ogg_int16_t; 72 typedef int16_t ogg_int16_t; 92 typedef int16_t ogg_int16_t;
|
| /external/libvpx/libvpx/test/ |
| subtract_test.cc | 49 be.src_diff = reinterpret_cast<int16_t*>( 61 int16_t *src_diff = be.src_diff; 64 src_diff[c] = static_cast<int16_t>(0xa5a5);
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_dct.c | 20 static void fdct4_1d(int16_t *input, int16_t *output) { 21 int16_t step[4]; 39 void vp9_short_fdct4x4_c(int16_t *input, int16_t *output, int pitch) { 49 int16_t intermediate[4 * 4]; 50 int16_t *in = input; 51 int16_t *out = intermediate; 105 static void fadst4_1d(int16_t *input, int16_t *output) [all...] |
| vp9_onyx_int.h | 308 DECLARE_ALIGNED(16, int16_t, y_quant[QINDEX_RANGE][8]); 309 DECLARE_ALIGNED(16, int16_t, y_quant_shift[QINDEX_RANGE][8]); 310 DECLARE_ALIGNED(16, int16_t, y_zbin[QINDEX_RANGE][8]); 311 DECLARE_ALIGNED(16, int16_t, y_round[QINDEX_RANGE][8]); 313 DECLARE_ALIGNED(16, int16_t, uv_quant[QINDEX_RANGE][8]); 314 DECLARE_ALIGNED(16, int16_t, uv_quant_shift[QINDEX_RANGE][8]); 315 DECLARE_ALIGNED(16, int16_t, uv_zbin[QINDEX_RANGE][8]); 316 DECLARE_ALIGNED(16, int16_t, uv_round[QINDEX_RANGE][8]); 319 DECLARE_ALIGNED(16, int16_t, a_quant[QINDEX_RANGE][8]); 320 DECLARE_ALIGNED(16, int16_t, a_quant_shift[QINDEX_RANGE][8]) [all...] |
| /external/webrtc/src/modules/audio_processing/ |
| level_estimator_impl.cc | 40 void Process(int16_t* data, int length) { 73 static double SumSquare(int16_t* data, int length) { 104 int16_t* mixed_data = audio->data(0);
|
| /external/webrtc/src/ |
| typedefs.h | 100 typedef signed short int16_t; typedef 118 typedef int16_t WebRtc_Word16; 133 typedef int16_t WebRtc_Word16;
|
| /frameworks/av/media/libstagefright/codecs/aacenc/ |
| AACEncoder.cpp | 151 mInputFrame = new int16_t[mChannels * kNumSamplesPerFrame]; 252 sizeof(int16_t) * (nSamples - mNumInputSamples)); 257 size_t align = mInputBuffer->range_length() % sizeof(int16_t); 271 size_t copy = (nSamples - mNumInputSamples) * sizeof(int16_t); 290 mNumInputSamples += copy / sizeof(int16_t); 300 inputData.Length = nSamples * sizeof(int16_t);
|
| /frameworks/av/media/libstagefright/codecs/g711/dec/ |
| SoftG711.cpp | 89 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t); 225 reinterpret_cast<int16_t *>(outHeader->pBuffer), 229 reinterpret_cast<int16_t *>(outHeader->pBuffer), 235 outHeader->nFilledLen = inHeader->nFilledLen * sizeof(int16_t); 254 int16_t *out, const uint8_t *in, size_t inSize) { 280 int16_t *out, const uint8_t *in, size_t inSize) {
|
| /frameworks/wilhelm/src/android/ |
| android_GenericPlayer.h | 76 void setBufferingUpdateThreshold(int16_t thresholdPercent); 155 void bufferingUpdate(int16_t fillLevelPerMille); 186 int16_t mPlaybackRatePermille; 189 int16_t mCacheFill; // cache fill level + played back level in permille 190 int16_t mLastNotifiedCacheFill; // last cache fill level communicated to the listener 191 int16_t mCacheFillNotifThreshold; // threshold in cache fill level for cache fill to be reported
|
| /cts/suite/audio_quality/lib/src/ |
| BuiltinProcessing.cpp | 57 int16_t* rawData = reinterpret_cast<int16_t*>(data->getData());
|
| /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
| InvokeDestroysPluginWithinNPP_New.cpp | 39 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *); 48 NPError InvokeDestroysPluginWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| nfrule.h | 82 int16_t expectedExponent() const; 97 int16_t exponent;
|
| /external/chromium_org/third_party/qcms/src/ |
| qcmstypes.h | 39 typedef PRInt16 int16_t; typedef 81 typedef __int16 int16_t; typedef
|
| /external/icu4c/i18n/ |
| nfrule.h | 82 int16_t expectedExponent() const; 97 int16_t exponent;
|
| /external/libvpx/libvpx/vp9/common/arm/neon/ |
| vp9_short_idct8x8_1_add_neon.asm | 18 ;void vp9_short_idct8x8_1_add_neon(int16_t *input, uint8_t *dest, 21 ; r0 int16_t input
|
| /external/libvpx/libvpx/vp9/common/ |
| vp9_idct.h | 82 typedef void (*transform_1d)(int16_t*, int16_t*);
|