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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
rate_statistics.h 49 const float scale_; member in class:webrtc::RateStatistics
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_thunk.h 67 BufferAllocation::Slice scale_; member in class:xla::gpu::CudnnBatchNormForwardInferenceThunk
97 BufferAllocation::Slice scale_; member in class:xla::gpu::CudnnBatchNormForwardTrainingThunk
130 BufferAllocation::Slice scale_; member in class:xla::gpu::CudnnBatchNormBackwardThunk
  /device/google/cuttlefish_common/common/libs/time/
monotonic_time.h 29 scale_(scale), truncated_(false) {
32 if (scale_ == kNanosecondsPerSecond) {
39 scale_(scale), truncated_(false) {
41 if (scale_ == kNanosecondsPerSecond) {
44 } else if ((in.scale_ % scale_) == 0) {
51 ts_(in), scale_(scale), truncated_(false) { }
72 return TimeDifference(ret, scale_ < other.scale_ ? scale_: other.scale_)
114 int64_t scale_; member in class:cvd::time::TimeDifference
    [all...]
  /external/webp/src/utils/
quant_levels_dec_utils.c 53 int scale_; // normalization factor, in FIX bits precision member in struct:__anon43785
113 const uint32_t scale = p->scale_;
245 p->scale_ = (1 << (FIX + LFIX)) / (R * R); // normalization constant
  /external/v8/src/compiler/
node-matchers.h 286 : scale_(-1), power_of_two_plus_one_(false) {
294 scale_ = static_cast<int>(value);
302 scale_ = 0;
304 scale_ = 1;
306 scale_ = 2;
308 scale_ = 3;
311 scale_ = 1;
314 scale_ = 2;
317 scale_ = 3;
325 bool matches() const { return scale_ != -1;
330 int scale_; member in struct:v8::internal::compiler::ScaleMatcher
401 int scale_; member in struct:v8::internal::compiler::AddMatcher
459 int scale_; member in struct:v8::internal::compiler::AddressOption::BaseWithIndexAndDisplacementMatcher
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 228 bool scale_; member in class:webrtc_jni::MediaCodecVideoEncoder
343 scale_ = (codecType_ != kVideoCodecVP9) && (webrtc::field_trial::FindFullName(
345 ALOGD << "Encoder automatic resize " << (scale_ ? "enabled" : "disabled");
346 if (scale_) {
412 if (scale_)
582 if (scale_) {
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 347 DecompositionResult() : base_(NULL), offset_(0), scale_(0) {}
351 int scale() { return scale_; }
357 scale_ = other_scale;
360 if (scale_ == 0) {
363 scale_ = other_scale;
374 swap(&scale_, other_scale);
386 int scale_;
3577 int scale_; member in class:final::final
    [all...]

Completed in 147 milliseconds