HomeSort by relevance Sort by last modified time
    Searched refs:value32 (Results 1 - 5 of 5) sorted by null

  /external/webrtc/src/common_audio/signal_processing/include/
spl_inl.h 22 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) {
23 WebRtc_Word16 out16 = (WebRtc_Word16) value32;
25 if (value32 > 32767)
27 else if (value32 < -32768)
spl_inl_armv7.h 130 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) {
133 __asm__("ssat %r0, #16, %r1" : "=r"(out16) : "r"(value32));
  /external/skia/src/core/
SkUtils.cpp 61 uint32_t value32 = ((uint32_t)value << 16) | value; local
69 assign_16_longs(dst32, value32);
81 *(uint32_t*)dst = value32;
SkStream.cpp 164 uint32_t value32 = value; local
166 memcpy(&data[1], &value32, 4);
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 1055 int32_t value32; local
    [all...]

Completed in 566 milliseconds