Home
last modified time | relevance | path

Searched defs:denom (Results 1 – 25 of 137) sorted by relevance

123456

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJScalingFactor.java44 public TJScalingFactor(int num, int denom) { in TJScalingFactor()
114 private int denom = 1; field in TJScalingFactor
/external/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c46 nir_ssa_def *numer, *denom, *af, *bf, *a, *b, *q, *r, *rt; in convert_instr() local
139 emit_udiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, bool modulo) in emit_udiv()
176 emit_idiv(nir_builder *bld, nir_ssa_def *numer, nir_ssa_def *denom, nir_op op) in emit_idiv()
224 nir_ssa_def *denom = nir_ssa_for_alu_src(bld, alu, 1); in convert_instr_precise() local
/external/libyuv/files/unit_test/
Dscale_test.cc497 #define DX(x, nom, denom) static_cast<int>(((Abs(x) / nom + 1) / 2) * nom * 2) argument
498 #define SX(x, nom, denom) static_cast<int>(((x / nom + 1) / 2) * denom * 2) argument
500 #define TEST_FACTOR1(name, filter, nom, denom, max_diff) \ argument
536 #define TEST_FACTOR(name, nom, denom, boxdiff) \ argument
873 #define DX(x, nom, denom) static_cast<int>(((Abs(x) / nom + 1) / 2) * nom * 2) argument
874 #define SX(x, nom, denom) static_cast<int>(((x / nom + 1) / 2) * denom * 2) argument
876 #define TEST_FACTOR1(name, filter, nom, denom, max_diff) \ argument
888 #define TEST_FACTOR(name, nom, denom, boxdiff) \ argument
Dscale_argb_test.cc232 #define DX(x, nom, denom) static_cast<int>((Abs(x) / nom) * nom) argument
233 #define SX(x, nom, denom) static_cast<int>((x / nom) * denom) argument
235 #define TEST_FACTOR1(name, filter, nom, denom, max_diff) \ argument
254 #define TEST_FACTOR(name, nom, denom) \ argument
/external/webrtc/webrtc/modules/video_coding/utility/
Dframe_dropper.cc195 float denom = 1.0f - _dropRatio.filtered(); in DropFrame() local
228 float denom = _dropRatio.filtered(); in DropFrame() local
/external/u-boot/lib/
Dldiv.c12 ldiv (long int numer, long int denom) in ldiv()
/external/libvpx/libvpx/vpx_util/
Dvpx_timestamp.h36 const int denom = gcd(ratio->num, ratio->den); in reduce_ratio() local
/external/skia/src/pathops/
DSkPathOpsLine.cpp38 double denom = len.fX * len.fX + len.fY * len.fY; // see DLine intersectRay in nearPoint() local
68 double denom = len.fX * len.fX + len.fY * len.fY; // see DLine intersectRay in nearRay() local
DSkDLineIntersection.cpp51 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX; in intersectRay() local
120 double denom = axByLen - ayBxLen; in intersect() local
/external/skqp/src/pathops/
DSkPathOpsLine.cpp38 double denom = len.fX * len.fX + len.fY * len.fY; // see DLine intersectRay in nearPoint() local
68 double denom = len.fX * len.fX + len.fY * len.fY; // see DLine intersectRay in nearRay() local
DSkDLineIntersection.cpp51 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX; in intersectRay() local
120 double denom = axByLen - ayBxLen; in intersect() local
/external/compiler-rt/lib/builtins/ppc/
Ddivtc3.c36 const long double denom = __gcc_qadd(__gcc_qmul(cDD.ld, cDD.ld), __gcc_qmul(dDD.ld, dDD.ld)); in __divtc3() local
/external/skia/src/core/
DSkCubicSolver.h55 float denom = sk_fmaf(2*fp, fp, -(f*fpp)); in cubic_solver() local
DSkDrawShadowInfo.h37 static inline float divide_and_pin(float numer, float denom, float min, float max) { in divide_and_pin()
/external/skia/src/utils/
DSkCharToGlyphCache.cpp52 static int find_with_slope(const SkUnichar base[], int count, SkUnichar value, double denom) { in find_with_slope()
/external/autotest/client/common_lib/
Dsmogcheck_ina219.py175 def _convertHexToFloat(self, hex_str, denom): argument
/external/adhd/cras/src/server/
Drate_estimator.c29 double num, denom; in least_square_best_fit_slope() local
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth.c36 int32_t B_W32, denom, num; in WebRtcIlbcfix_Smooth() local
/external/skqp/src/core/
DSkCubicMap.cpp72 float denom = 2 * fp * fp - f * fpp; in solve_nice_cubic_halley() local
117 float denom = 6 * (fp2 * fp - f * fp * fpp) + f2 * fppp; in solve_nice_cubic_householder() local
DSkDrawShadowInfo.h37 static inline float divide_and_pin(float numer, float denom, float min, float max) { in divide_and_pin()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Doveruse_estimator.cc87 const double denom = var_noise_ + h[0]*Eh[0] + h[1]*Eh[1]; in Update() local
/external/jdiff/src/jdiff/
DAPIComparator.java123 Long denom = new Long(oldAPI.packages_.size() + newAPI.packages_.size()); in compareAPIs() local
226 Long denom = new Long(oldPkg.classes_.size() + newPkg.classes_.size()); in comparePackages() local
326 Long denom = new Long( in compareClasses() local
/external/aac/libFDK/src/
Dfixpoint_math.cpp481 FIXP_DBL fDivNorm(FIXP_DBL num, FIXP_DBL denom) { in fDivNorm()
502 FIXP_DBL fDivNormSigned(FIXP_DBL num, FIXP_DBL denom) { in fDivNormSigned()
566 FIXP_DBL fDivNormHighPrec(FIXP_DBL num, FIXP_DBL denom, INT *result_e) { in fDivNormHighPrec()
/external/skqp/src/effects/
DSkEmbossMask.cpp81 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta); in Emboss() local
/external/skia/src/effects/
DSkEmbossMask.cpp81 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta); in Emboss() local

123456