Home
last modified time | relevance | path

Searched refs:Rescale (Results 1 – 7 of 7) sorted by relevance

/external/gemmlowp/fixedpoint/
Dfixedpoint.h570 FixedPoint<tRawType, tIntegerBitsDst> Rescale(
639 Rescale<0>(a_mod_quarter_minus_one_quarter));
695 x = x + Rescale<2>(x * one_minus_half_denominator_times_x);
697 return Rescale<0>(x - F2::One());
742 x = x + Rescale<2>(x * one_minus_half_denominator_times_x);
744 return Rescale<0>(ExactMulByPot<-1>(x));
/external/webp/src/dec/
Dio_dec.c244 static int Rescale(const uint8_t* src, int src_stride, in Rescale() function
269 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler); in EmitRescaledYUV()
270 Rescale(io->u, io->uv_stride, uv_mb_h, p->scaler_u); in EmitRescaledYUV()
271 Rescale(io->v, io->uv_stride, uv_mb_h, p->scaler_v); in EmitRescaledYUV()
281 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, p->scaler_a); in EmitRescaledAlphaYUV()
/external/lzma/C/
DPpmd7.c572 static void Rescale(CPpmd7 *p) in Rescale() function
680 Rescale(p); in Ppmd7_Update1()
691 Rescale(p); in Ppmd7_Update1_0()
707 Rescale(p); in Ppmd7_Update2()
/external/gemmlowp/test/
Dtest_fixedpoint.cc301 FixedPoint<std::int32_t, tIntegerBits_b> actual = Rescale<tIntegerBits_b>(a); in test_Rescale()
/external/skia/src/effects/
DGrCircleBlurFragmentProcessor.fp238 // Rescale params to the size of the texture we're creating.
/external/python/cpython2/Lib/test/decimaltestdata/
Dquantize.decTest827 -- some extremes derived from Rescale testcases
/external/ImageMagick/
Dconfigure.ac2419 # Check for the LQR (Liquid Rescale) delegate library.
2423 [disable Liquid Rescale support])],