Home
last modified time | relevance | path

Searched defs:rescale (Results 1 – 23 of 23) sorted by relevance

/external/libjpeg-turbo/
Drdppm.c67 JSAMPLE *rescale; /* => maxval-remapping array, or NULL */ member
141 register JSAMPLE *rescale = source->rescale; in get_text_gray_row() local
169 register JSAMPLE *rescale = source->rescale; in get_text_gray_rgb_row() local
204 register JSAMPLE *rescale = source->rescale; in get_text_gray_cmyk_row() local
243 register JSAMPLE *rescale = source->rescale; in get_text_rgb_row() local
278 register JSAMPLE *rescale = source->rescale; in get_text_rgb_cmyk_row() local
311 register JSAMPLE *rescale = source->rescale; in get_scaled_gray_row() local
333 register JSAMPLE *rescale = source->rescale; in get_gray_rgb_row() local
369 register JSAMPLE *rescale = source->rescale; in get_gray_cmyk_row() local
401 register JSAMPLE *rescale = source->rescale; in get_rgb_row() local
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_nir_attribute_workarounds.c68 bool rescale = i < (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK); in apply_attr_wa_block() local
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_context.cc336 auto &rescale = GetResultRequantizeState(op, res_index); in SetResultParams() local
353 auto &rescale = GetOperandRequantizeState(op, index); in SetOperandParams() local
Dquantization_driver.cc467 auto &rescale = GetResultRequantizeState(op, res_index); in SetResultParams() local
502 auto &rescale = GetOperandRequantizeState(op, index); in SetOperandParams() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DNordsieckStepInterpolator.java143 public void rescale(final double stepSize) { in rescale() method in NordsieckStepInterpolator
/external/aac/libSBRdec/src/
Dlpp_tran.cpp222 const int rescale = -fixMin(0, dynamicScale - 1) + 1; in calc_qmfBufferReal() local
773 const int rescale = -fixMin(0, dynamicScale - 2) + 1; in lppTransposer() local
Dsbr_dec.cpp604 int rescale; in sbr_dec() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGraggBulirschStoerIntegrator.java428 private void rescale(final double[] y1, final double[] y2, final double[] scale) { in rescale() method in GraggBulirschStoerIntegrator
/external/ImageMagick/coders/
Ddcm.c2716 rescale; member
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage.py780 rescale=None, argument
/external/libxaac/decoder/
Dixheaacd_ps_dec.c723 const WORD32 rescale = (0x0517cc1b << 1); in ixheaacd_init_rot_env() local
/external/freetype/src/pshinter/
Dpshalgo.c2124 FT_Bool rescale = FALSE; in ps_hints_apply() local
/external/skia/src/gpu/
DGrSurfaceContext.cpp1135 std::unique_ptr<GrSurfaceFillContext> GrSurfaceContext::rescale(const GrImageInfo& info, in rescale() function in GrSurfaceContext
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c803 struct ureg rescale = register_param2(p, STATE_INTERNAL, in get_transformed_normal() local
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c264 static int rescale(int val, int num, int denom) { in rescale() function
/external/zstd/lib/legacy/
Dzstd_v02.c1991 const int rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ in HUF_readDTableX4() local
2325 const int rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ in HUF_readDTableX6() local
Dzstd_v03.c1988 const int rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ in HUF_readDTableX4() local
Dzstd_v04.c2138 const int rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ in HUF_readDTableX4() local
Dzstd_v05.c2257 const int rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ in HUFv05_readDTableX4() local
Dzstd_v06.c2382 { int const rescale = (memLog-tableLog) - 1; /* tableLog <= memLog */ in HUFv06_readDTableX4() local
Dzstd_v07.c2190 { int const rescale = (maxTableLog-tableLog) - 1; /* tableLog <= maxTableLog */ in HUFv07_readDTableX4() local
/external/zstd/lib/decompress/
Dhuf_decompress.c683 { int const rescale = (maxTableLog-tableLog) - 1; /* tableLog <= maxTableLog */ in HUF_readDTableX2_wksp() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc850 XlaOp rescale = Gt(Abs(pk), Reciprocal(Epsilon(builder, type))); in IgammacContinuedFraction() local