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

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.h 44 static inline float inv_q16_to_float(long q16)
46 return (float) q16 / (1L << 16);
49 static inline double inv_q16_to_double(long q16)
51 return (double) q16 / (1L << 16);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.h 44 static inline float inv_q16_to_float(long q16)
46 return (float) q16 / (1L << 16);
49 static inline double inv_q16_to_double(long q16)
51 return (double) q16 / (1L << 16);
  /external/gemmlowp/internal/
output_neon.h 160 int16x8_t q16 = vcombine_s16(vqmovn_s32(input), vdup_n_s16(0)); local
161 return vqmovun_s16(q16);
181 int16x8_t q16[2]; local
183 q16[i] = vcombine_s16(vqmovn_s32(input.data.val[2 * i]),
186 return vcombine_u8(vqmovun_s16(q16[0]), vqmovun_s16(q16[1]));
  /external/vixl/test/
test-assembler-a64.cc     [all...]
test-disasm-a64.cc     [all...]
  /external/opencv3/3rdparty/libwebp/enc/
quant.c 171 int q4, q16, quv; local
182 q16 = ExpandMatrix(&m->y2_, 1);
188 m->lambda_i16_ = (3 * q16 * q16);
192 m->lambda_trellis_i16_ = (q16 * q16) >> 2;
    [all...]
  /external/webp/src/enc/
quant.c 248 int q4, q16, quv; local
259 q16 = ExpandMatrix(&m->y2_, 1);
263 m->lambda_i16_ = (3 * q16 * q16);
267 m->lambda_trellis_i16_ = (q16 * q16) >> 2;
    [all...]
  /external/pcre/dist/
pcretest.c 4475 pcre_uint16 *q16; local
    [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-instructions.s     [all...]

Completed in 440 milliseconds