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

  /external/gemmlowp/internal/
fixedpoint.h 410 FixedPoint<tRawType, tIntegerBitsDst> Rescale(
473 Rescale<0>(a_mod_quarter_minus_one_quarter));
522 x = x + Rescale<2>(x * one_minus_half_denominator_times_x);
524 return Rescale<0>(x - F2::One());
  /prebuilts/go/darwin-x86/src/math/cmplx/
sqrt.go 79 // Rescale to avoid internal overflow or underflow.
  /prebuilts/go/linux-x86/src/math/cmplx/
sqrt.go 79 // Rescale to avoid internal overflow or underflow.
  /external/opencv3/3rdparty/libwebp/dec/
io.c 281 static int Rescale(const uint8_t* src, int src_stride,
296 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y);
297 Rescale(io->u, io->uv_stride, uv_mb_h, &p->scaler_u);
298 Rescale(io->v, io->uv_stride, uv_mb_h, &p->scaler_v);
304 Rescale(io->a, io->width, io->mb_h, &p->scaler_a);
  /external/webp/src/dec/
io.c 239 static int Rescale(const uint8_t* src, int src_stride,
264 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler);
265 Rescale(io->u, io->uv_stride, uv_mb_h, &p->scaler_u);
266 Rescale(io->v, io->uv_stride, uv_mb_h, &p->scaler_v);
276 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, &p->scaler_a);
  /external/lzma/C/
Ppmd7.c 572 static void Rescale(CPpmd7 *p)
680 Rescale(p);
691 Rescale(p);
707 Rescale(p);
  /external/gemmlowp/test/
test_fixedpoint.cc 18 FixedPoint<int32_t, tIntegerBits_b> actual = Rescale<tIntegerBits_b>(a);

Completed in 257 milliseconds