HomeSort by relevance Sort by last modified time
    Searched full:out16 (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/include/
spl_inl.h 28 int16_t out16 = (int16_t) value32; local
31 out16 = 32767;
33 out16 = -32768;
35 return out16;
spl_inl_mips.h 77 int16_t out16 = (int16_t)value32; local
78 return out16;
signal_processing_library.h     [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
codec.h 124 int16_t* out16,
136 int16_t* out16,
filterbanks.c 320 int16_t *out16,
353 out16[k] = in[k];
380 int16_t *out16,
414 out16[k] = in[k];
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 682 UChar out16[10]; local
688 (err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withLead8, UPRV_LENGTHOF(withLead8), &err), err!=U_INVALID_CHAR_FOUND) ||
689 (err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err), err!=U_INVALID_CHAR_FOUND)
699 out16[0]=0x55aa;
701 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen,
706 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) ||
714 out16[0]=0x55aa
853 UChar out16[10]; local
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmslut.c 454 cmsUInt16Number In16[MAX_STAGE_CHANNELS], Out16[MAX_STAGE_CHANNELS];
460 Data -> Params ->Interpolation.Lerp16(In16, Out16, Data->Params);
461 From16ToFloat(Out16, Out, mpe ->OutputChannels);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
regs.s 251 { .mii; mov out16 = r0; nop.i 0; nop.i 0;; }
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c     [all...]

Completed in 2652 milliseconds