HomeSort by relevance Sort by last modified time
    Searched refs:den (Results 126 - 150 of 193) sorted by null

1 2 3 4 56 7 8

  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpMath.java 446 int den = 1; local
450 den = den + 2;
451 t = num.divide(den);
  /external/deqp/framework/common/
tcuInterval.hpp 165 Interval operator/ (const Interval& nom, const Interval& den);
  /external/libvpx/libvpx/examples/
set_maps.c 211 cfg.g_timebase.den = info.time_base.denominator;
vpx_temporal_svc_encoder.c 87 const double framerate = cfg->g_timebase.den / cfg->g_timebase.num;
591 cfg.g_timebase.den = strtol(argv[7], NULL, 0);
653 framerate = cfg.g_timebase.den / cfg.g_timebase.num;
662 info.time_base.denominator = cfg.g_timebase.den;
  /external/libvpx/libvpx/test/
decode_perf_test.cc 231 timebase.den, timebase.num, 0,
datarate_test.cc 62 timebase_ = static_cast<double>(tb.num) / tb.den;
382 timebase_ = static_cast<double>(tb.num) / tb.den;
789 timebase_ = static_cast<double>(tb.num) / tb.den;
    [all...]
svc_test.cc 59 codec_enc_.g_timebase.den = 60;
118 codec_enc_.g_timebase.den,
187 codec_enc_.g_timebase.den,
resize_test.cc 50 mem_put_le32(header + 16, cfg->g_timebase.den); /* rate */
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 26 unsigned int iw = cpi->oxcf.Width*cpi->oxcf.mr_down_sampling_factor.den
pickinter.c 527 parent_mb_row = mb_row*cpi->oxcf.mr_down_sampling_factor.den
529 parent_mb_col = mb_col*cpi->oxcf.mr_down_sampling_factor.den
551 /cpi->oxcf.mr_down_sampling_factor.den;
554 /cpi->oxcf.mr_down_sampling_factor.den;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 365 const int num, const int den,
369 if (width_out == NULL || height_out == NULL || den == 0)
372 w = width_org * num / den;
373 h = height_org * num / den;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
set_maps.c 203 cfg.g_timebase.den = info.time_base.denominator;
twopass_encoder.c 180 cfg.g_timebase.den = info.time_base.denominator;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
resize_test.cc 50 mem_put_le32(header + 16, cfg->g_timebase.den); /* rate */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mr_dissim.c 24 unsigned int iw = cpi->oxcf.Width*cpi->oxcf.mr_down_sampling_factor.den
pickinter.c 428 parent_mb_row = mb_row*cpi->oxcf.mr_down_sampling_factor.den
430 parent_mb_col = mb_col*cpi->oxcf.mr_down_sampling_factor.den
452 /cpi->oxcf.mr_down_sampling_factor.den;
455 /cpi->oxcf.mr_down_sampling_factor.den;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 828 struct IT_den den; local
839 den.end = 0;
840 den.neg = 0x1001;
841 den.spare = 0;
842 sysroff_swap_den_out (file, &den);
849 den.end = 1;
850 sysroff_swap_den_out (file, &den);
1451 0x80, /* den */
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1675 float den; \/* = 0.0F; *\/ local
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 159 RANGE_CHECK(cfg, g_timebase.den, 1, 1000000000);
160 RANGE_CHECK(cfg, g_timebase.num, 1, cfg->g_timebase.den);
400 oxcf->init_framerate = (double)cfg->g_timebase.den / cfg->g_timebase.num;
852 (uint64_t)cfg->g_timebase.num /(uint64_t)cfg->g_timebase.den;
    [all...]
  /external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.cpp 191 float den = sqrt(1.0f+inv_k*(Lx_row[x]*Lx_row[x] + Ly_row[x]*Ly_row[x])); local
192 dst_row[x] = 1.0f / den;
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 234 BigInteger den = BigInteger.TEN.pow(mFraction.length()); local
239 den = den.multiply(BigInteger.TEN.pow(-mExponent));
241 return new BoundedRational(num, den);
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 418 downsampling_factors_[i].den = inst->simulcastStream[idx - 1].width / gcd;
424 downsampling_factors_[number_of_streams - 1].den = 1;
446 configurations_[0].g_timebase.den = 90000;
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avformat.h 319 * The exact value of the fractional number is: 'val + num / den'.
320 * num is assumed to be 0 <= num < den.
323 int64_t val, num, den; member in struct:AVFrac
    [all...]
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 915 double den = 1.+b[1]*x[i]; local
916 fjac(i,0) = b[1]*x[i] / den;
917 fjac(i,1) = b[0]*x[i]*(den-b[1]*x[i])/den/den;
    [all...]
levenberg_marquardt.cpp 521 double den = 1.+b[1]*x[i]; local
522 fjac(i,0) = b[1]*x[i] / den;
523 fjac(i,1) = b[0]*x[i]*(den-b[1]*x[i])/den/den;
    [all...]

Completed in 2247 milliseconds

1 2 3 4 56 7 8