Home
last modified time | relevance | path

Searched refs:int16 (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dbitfield.hpp97 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
111 GLM_FUNC_DECL int32 bitfieldInterleave(int16 x, int16 y);
153 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z);
195 GLM_FUNC_DECL int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w);
Dtype_precision.hpp54 typedef detail::int16 lowp_int16;
70 typedef detail::int16 lowp_int16_t;
86 typedef detail::int16 lowp_i16;
102 typedef detail::int16 mediump_int16;
118 typedef detail::int16 mediump_int16_t;
134 typedef detail::int16 mediump_i16;
150 typedef detail::int16 highp_int16;
166 typedef detail::int16 highp_int16_t;
182 typedef detail::int16 highp_i16;
199 typedef detail::int16 int16; typedef
[all …]
Dbitfield.inl301 GLM_FUNC_QUALIFIER int16 bitfieldInterleave(int8 x, int8 y)
311 int16 i;
327 GLM_FUNC_QUALIFIER int32 bitfieldInterleave(int16 x, int16 y)
331 int16 i;
406 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int16 x, int16 y, int16 z)
410 int16 i;
488 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int16 x, int16 y, int16 z, int16 w)
492 int16 i;
Drandom.inl123 struct compute_linearRand<int16, P, vecType>
125 …GLM_FUNC_QUALIFIER static vecType<int16, P> call(vecType<int16, P> const & Min, vecType<int16, P> …
127 …return (vecType<int16, P>(compute_rand<uint16, P, vecType>::call() % vecType<uint16, P>(Max + stat…
Dpacking.inl282 int16 const Unpack(detail::toFloat16(v.x));
301 tvec2<int16, P> const Unpack(detail::toFloat16(v.x), detail::toFloat16(v.y));
320 …tvec3<int16, P> const Unpack(detail::toFloat16(v.x), detail::toFloat16(v.y), detail::toFloat16(v.z…
339 …tvec4<int16, P> const Unpack(detail::toFloat16(v.x), detail::toFloat16(v.y), detail::toFloat16(v.z…
443 int16 const Topack = static_cast<int16>(round(clamp(v ,-1.0f, 1.0f) * 32767.0f));
451 int16 Unpack = 0;
477 int16 const Topack(detail::toFloat16(v));
485 int16 Unpack = 0;
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dglm.cpp16 template struct tvec1<int16, lowp>;
27 template struct tvec1<int16, mediump>;
38 template struct tvec1<int16, highp>;
50 template struct tvec2<int16, lowp>;
61 template struct tvec2<int16, mediump>;
72 template struct tvec2<int16, highp>;
84 template struct tvec3<int16, lowp>;
95 template struct tvec3<int16, mediump>;
106 template struct tvec3<int16, highp>;
118 template struct tvec4<int16, lowp>;
[all …]
Dtype_int.hpp20 typedef std::int16_t int16; typedef
53 typedef signed short int16;
207 typedef detail::int16 int16; typedef
296 GLM_STATIC_ASSERT(sizeof(glm::int16) == 2, "int16 size isn't 2 bytes on this platform");
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h38 typedef signed short int16; /* Signed 16 bit value */ typedef
164 int16 populateHeightNWidthFromShortHeader(mp4StreamType * psBits);
Dqtypes.h72 typedef signed short int16; /* Signed 16 bit value */ typedef
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h38 typedef signed short int16; /* Signed 16 bit value */ typedef
164 int16 populateHeightNWidthFromShortHeader(mp4StreamType * psBits);
Dqtypes.h72 typedef signed short int16; /* Signed 16 bit value */ typedef
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h38 typedef signed short int16; /* Signed 16 bit value */ typedef
164 int16 populateHeightNWidthFromShortHeader(mp4StreamType * psBits);
Dqtypes.h72 typedef signed short int16; /* Signed 16 bit value */ typedef
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dmp4_utils.h38 typedef signed short int16; /* Signed 16 bit value */ typedef
167 int16 populateHeightNWidthFromShortHeader(mp4StreamType * psBits);
Dqtypes.h72 typedef signed short int16; /* Signed 16 bit value */ typedef
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dqtypes.h72 typedef signed short int16; /* Signed 16 bit value */ typedef
/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp104 typedef detail::int16 lowp_int16;
120 typedef detail::int16 lowp_int16_t;
136 typedef detail::int16 lowp_i16;
152 typedef detail::int16 mediump_int16;
168 typedef detail::int16 mediump_int16_t;
184 typedef detail::int16 mediump_i16;
200 typedef detail::int16 highp_int16;
216 typedef detail::int16 highp_int16_t;
232 typedef detail::int16 highp_i16;
249 typedef detail::int16 int16; typedef
[all …]
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamInALSA.cpp826 fread(mRealCoeffs[0], sizeof(int16), FILT_SIZE, flt1r); in readCoeffsFromFile()
829 fread(mRealCoeffs[1], sizeof(int16), FILT_SIZE, flt2r); in readCoeffsFromFile()
832 fread(mRealCoeffs[2], sizeof(int16), FILT_SIZE, flt3r); in readCoeffsFromFile()
835 fread(mRealCoeffs[3], sizeof(int16), FILT_SIZE, flt4r); in readCoeffsFromFile()
840 fread(mImagCoeffs[0], sizeof(int16), FILT_SIZE, flt1i); in readCoeffsFromFile()
843 fread(mImagCoeffs[1], sizeof(int16), FILT_SIZE, flt2i); in readCoeffsFromFile()
846 fread(mImagCoeffs[2], sizeof(int16), FILT_SIZE, flt3i); in readCoeffsFromFile()
849 fread(mImagCoeffs[3], sizeof(int16), FILT_SIZE, flt4i); in readCoeffsFromFile()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dtypedefs.h217 typedef signed short int16; typedef
Dwlioctl.h131 int16 RSSI; /* receive signal strength (in dBm) */
164 int16 RSSI; /* receive signal strength (in dBm) */
206 int16 RSSI; /* receive signal strength (in dBm) */
222 int16 SNR; /* average SNR of during frame reception */
2154 int16 cur_test_cnt; /* test phase */
3902 int16 RSSI; /* receive signal strength (in dBm) */
3920 int16 flags; /* Bit field to control features
3924 int16 rssi_margin; /* Margin to avoid jitter for choosing a
4327 int16 passive_dwell;
4328 int16 active_dwell;
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dtype_aligned.hpp192 GLM_ALIGNED_TYPEDEF(int16, aligned_int16, 2);
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dfast_idiv_by_const_test.cpp380 TEST(fast_idiv_by_const, int16) in TEST() argument