Searched refs:out16 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
H A Dspl_inl.h28 int16_t out16 = (int16_t) value32; local
31 out16 = 32767;
33 out16 = -32768;
35 return out16;
H A Dspl_inl_mips.h77 int16_t out16 = (int16_t)value32; local
78 return out16;
/external/webrtc/src/common_audio/signal_processing/include/
H A Dspl_inl.h23 WebRtc_Word16 out16 = (WebRtc_Word16) value32; local
26 out16 = 32767;
28 out16 = -32768;
30 return out16;
H A Dspl_inl_armv7.h131 WebRtc_Word16 out16; local
133 __asm__("ssat %0, #16, %1" : "=r"(out16) : "r"(value32));
135 return out16;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dcodec.h94 WebRtc_Word16 *out16,
106 WebRtc_Word16 *out16,
H A Dfilterbanks.c264 WebRtc_Word16 *out16,
293 out16[k] = in[k];
320 WebRtc_Word16 *out16,
350 out16[k] = in[k];
262 WebRtcIsacfix_FilterAndCombine1(WebRtc_Word16 *tempin_ch1, WebRtc_Word16 *tempin_ch2, WebRtc_Word16 *out16, PostFiltBankstr *postfiltdata) argument
318 WebRtcIsacfix_FilterAndCombine2(WebRtc_Word16 *tempin_ch1, WebRtc_Word16 *tempin_ch2, WebRtc_Word16 *out16, PostFiltBankstr *postfiltdata, WebRtc_Word16 len) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks.c320 int16_t *out16,
353 out16[k] = in[k];
380 int16_t *out16,
414 out16[k] = in[k];
318 WebRtcIsacfix_FilterAndCombine1(int16_t *tempin_ch1, int16_t *tempin_ch2, int16_t *out16, PostFiltBankstr *postfiltdata) argument
378 WebRtcIsacfix_FilterAndCombine2(int16_t *tempin_ch1, int16_t *tempin_ch2, int16_t *out16, PostFiltBankstr *postfiltdata, int16_t len) argument
H A Dcodec.h124 int16_t* out16,
136 int16_t* out16,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c684 UChar out16[10]; local
690 (err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withLead8, LENGTHOF(withLead8), &err), err!=U_INVALID_CHAR_FOUND) ||
691 (err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err), err!=U_INVALID_CHAR_FOUND)
701 out16[0]=0x55aa;
703 u_strFromUTF8WithSub(out16, LENGTHOF(out16), &uDestLen,
708 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) ||
716 out16[
855 UChar out16[10]; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c684 UChar out16[10]; local
690 (err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withLead8, LENGTHOF(withLead8), &err), err!=U_INVALID_CHAR_FOUND) ||
691 (err=U_ZERO_ERROR, u_strFromUTF8(out16, LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err), err!=U_INVALID_CHAR_FOUND)
701 out16[0]=0x55aa;
703 u_strFromUTF8WithSub(out16, LENGTHOF(out16), &uDestLen,
708 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) ||
716 out16[
855 UChar out16[10]; local
[all...]
/external/chromium_org/net/base/
H A Dnet_util_icu.cc378 base::string16 out16; local
388 size_t new_component_start = out16.length();
394 &out16);
396 size_t new_component_length = out16.length() - new_component_start;
405 out16.push_back('.');
408 return out16;
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S102 #define M15_ out16

Completed in 361 milliseconds