Searched defs:scale_ (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Drate_statistics.h49 const float scale_; member in class:webrtc::RateStatistics
/external/opencv3/modules/superres/test/
H A Dtest_superres.cpp60 int scale_; member in class:AllignedFrameSource
64 base_(base), scale_(scale)
73 if (origFrame_.rows % scale_ == 0 && origFrame_.cols % scale_ == 0)
77 cv::Rect ROI(0, 0, (origFrame_.cols / scale_) * scale_, (origFrame_.rows / scale_) * scale_);
/external/webp/src/utils/
H A Dquant_levels_dec.c52 int scale_; // normalization factor, in FIX bits precision member in struct:__anon21144
111 const uint32_t scale = p->scale_;
239 p->scale_ = (1 << (FIX + LFIX)) / (R * R); // normalization constant
/external/v8/src/compiler/
H A Dnode-matchers.h263 : scale_(-1), power_of_two_plus_one_(false) {
271 scale_ = static_cast<int>(value);
279 scale_ = 0;
281 scale_ = 1;
283 scale_ = 2;
285 scale_ = 3;
288 scale_ = 1;
291 scale_ = 2;
294 scale_ = 3;
302 bool matches() const { return scale_ !
307 int scale_; member in struct:v8::internal::compiler::ScaleMatcher
374 int scale_; member in struct:v8::internal::compiler::AddMatcher
413 int scale_; member in struct:v8::internal::compiler::BaseWithIndexAndDisplacementMatcher
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp149 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_) : scale(scale_), bias(bias_) {} argument
159 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(face_) {} argument
/external/opencv3/modules/features2d/src/
H A Dbrisk.cpp186 return scale_;
210 float scale_; member in class:cv::BriskLayer
2072 scale_ = scale_in;
2086 scale_ = layer.scale() * 2;
2087 offset_ = 0.5f * scale_ - 0.5f;
2093 scale_ = layer.scale() * 1.5f;
2094 offset_ = 0.5f * scale_ - 0.5f;
/external/opencv3/modules/superres/src/
H A Dbtv_l1.cpp473 CV_IMPL_PROPERTY(int, Scale, scale_)
485 int scale_; member in class:__anon16121::BTVL1_Base
546 scale_ = 4;
595 upscaleMotions(ulowResForwardMotions_, uhighResForwardMotions_, scale_);
596 upscaleMotions(ulowResBackwardMotions_, uhighResBackwardMotions_, scale_);
605 const Size highResSize(lowResSize.width * scale_, lowResSize.height * scale_);
631 upscale(uc_, ua_, scale_);
661 CV_Assert( scale_ > 1 );
696 upscaleMotions(lowResForwardMotions_, highResForwardMotions_, scale_);
[all...]
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediaencoder_jni.cc228 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_) {
919 scale_ ? quality_scaler_.downscale_shift() : -1;
967 if (codecType_ == kVideoCodecVP8 && scale_) {
973 if (scale_) {
1068 if (scale_)
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp183 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_) : scale(scale_), bias(bias_) {} argument
193 TexTypeCoordParams (const Vec2& scale_, const Vec2& bias_, tcu::CubeFace face_) : scale(scale_), bias(bias_), face(face_) {} argument
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h350 DecompositionResult() : base_(NULL), offset_(0), scale_(0) {}
354 int scale() { return scale_; }
360 scale_ = other_scale;
363 if (scale_ == 0) {
366 scale_ = other_scale;
377 swap(&scale_, other_scale);
389 int scale_;
3688 int scale() const { return scale_; }
3714 int scale_; member in class:final::final
3724 base_(NULL), offset_(0), scale_(
[all...]

Completed in 620 milliseconds