Searched refs:out16 (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | spl_inl.h | 28 int16_t out16 = (int16_t) value32; in WebRtcSpl_SatW32ToW16() local 31 out16 = 32767; in WebRtcSpl_SatW32ToW16() 33 out16 = -32768; in WebRtcSpl_SatW32ToW16() 35 return out16; in WebRtcSpl_SatW32ToW16()
|
D | spl_inl_mips.h | 77 int16_t out16 = (int16_t)value32; in WebRtcSpl_SatW32ToW16() local 78 return out16; in WebRtcSpl_SatW32ToW16()
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 682 UChar out16[10]; in Test_UChar_UTF8_API() local 688 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withLead8, UPRV_… in Test_UChar_UTF8_API() 689 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withTrail8, -1, … in Test_UChar_UTF8_API() 699 out16[0]=0x55aa; in Test_UChar_UTF8_API() 701 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API() 706 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) || in Test_UChar_UTF8_API() 714 out16[0]=0x55aa; in Test_UChar_UTF8_API() 716 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API() 721 0!=u_memcmp(withTrail16SubFFFD, out16, uDestLen+1) || in Test_UChar_UTF8_API() 729 out16[0]=0x55aa; in Test_UChar_UTF8_API() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filterbanks.c | 320 int16_t *out16, in WebRtcIsacfix_FilterAndCombine1() argument 353 out16[k] = in[k]; in WebRtcIsacfix_FilterAndCombine1() 380 int16_t *out16, in WebRtcIsacfix_FilterAndCombine2() argument 414 out16[k] = in[k]; in WebRtcIsacfix_FilterAndCombine2()
|
D | codec.h | 124 int16_t* out16, 136 int16_t* out16,
|