Searched defs:max_value (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv.c20 static WEBP_INLINE uint8_t clip(int v, int max_value) { argument
21 return v < 0 ? 0 : v > max_value ? max_value : v;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc66 const EnumValueDescriptor* max_value = descriptor_->value(0); local
80 if (descriptor_->value(i)->number() > max_value->number()) {
81 max_value = descriptor_->value(i);
89 vars["max_name"] = max_value->name();
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dmin_max_operations_mips.c230 int tmp1 = 0, max_value = 0x7fffffff; local
248 "slt %[tmp1], %[max_value], %[maximum] \n\t"
249 "movn %[maximum], %[max_value], %[tmp1] \n\t"
254 : [vector] "r" (vector), [length] "r" (length), [max_value] "r" (max_value)
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc66 const EnumValueDescriptor* max_value = descriptor_->value(0); local
80 if (descriptor_->value(i)->number() > max_value->number()) {
81 max_value = descriptor_->value(i);
89 vars["max_name"] = max_value->name();
/external/webp/src/dsp/
H A Dyuv.c20 static WEBP_INLINE uint8_t clip(int v, int max_value) { argument
21 return v < 0 ? 0 : v > max_value ? max_value : v;
/external/chromium_org/components/policy/core/common/
H A Dschema_internal.h94 // and |max_value| can be choosen. Note that integer type in base::Value
96 // |max_value| is stated. |max_value| being greater or equal to |min_value|
99 int max_value; member in struct:policy::internal::RestrictionNode::RangedRestriction
/external/ceres-solver/internal/ceres/
H A Dincomplete_lq_factorization.cc109 // the max_value * drop_tolerance. Of the remaining non-zero values,
130 const double max_value = dense_row.head(num_entries).cwiseAbs().maxCoeff(); local
131 const double threshold = drop_tolerance * max_value;
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule_unittest.cc110 int max_value; member in struct:extensions::FulfillableCondition
130 return match_data.value <= max_value;
146 if (!dict->GetInteger("max", &result->max_value))
358 EXPECT_EQ(3, conditions[0]->max_value);
359 EXPECT_EQ(5, conditions[1]->max_value);
/external/chromium_org/gpu/command_buffer/service/
H A Dbuffer_manager.cc160 GLuint max_value = 0; local
165 if (*element > max_value) {
166 max_value = *element;
169 return max_value;
173 GLuint offset, GLsizei count, GLenum type, GLuint* max_value) {
177 *max_value = it->second;
224 *max_value = max_v;
172 GetMaxValueForRange( GLuint offset, GLsizei count, GLenum type, GLuint* max_value) argument
H A Dbuffer_manager_unittest.cc248 GLuint max_value; local
251 0, 10, GL_UNSIGNED_BYTE, &max_value));
252 EXPECT_EQ(10u, max_value);
255 4, 3, GL_UNSIGNED_BYTE, &max_value));
256 EXPECT_EQ(6u, max_value);
260 4, 3, GL_UNSIGNED_BYTE, &max_value));
261 EXPECT_EQ(120u, max_value);
262 max_value = 0;
264 0, 10, GL_UNSIGNED_BYTE, &max_value));
265 EXPECT_EQ(120u, max_value);
284 GLuint max_value; local
323 GLuint max_value; local
397 GLuint max_value; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dquery.c499 void *min_value, void *max_value)
507 if (!(min_value && max_value))
515 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
519 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
524 *(uint32_t*)max_value = 4;
567 void *min_value, void *max_value)
569 if (!(min_value && max_value))
577 *(float*)max_value = 1.f;
581 *(float*)max_value = 1.f;
585 *(uint8_t*)max_value
498 vlVdpVideoMixerQueryParameterValueRange(VdpDevice device, VdpVideoMixerParameter parameter, void *min_value, void *max_value) argument
566 vlVdpVideoMixerQueryAttributeValueRange(VdpDevice device, VdpVideoMixerAttribute attribute, void *min_value, void *max_value) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c499 void *min_value, void *max_value)
507 if (!(min_value && max_value))
515 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_WIDTH);
519 *(uint32_t*)max_value = screen->get_video_param(screen, prof, PIPE_VIDEO_CAP_MAX_HEIGHT);
524 *(uint32_t*)max_value = 4;
567 void *min_value, void *max_value)
569 if (!(min_value && max_value))
577 *(float*)max_value = 1.f;
581 *(float*)max_value = 1.f;
585 *(uint8_t*)max_value
498 vlVdpVideoMixerQueryParameterValueRange(VdpDevice device, VdpVideoMixerParameter parameter, void *min_value, void *max_value) argument
566 vlVdpVideoMixerQueryAttributeValueRange(VdpDevice device, VdpVideoMixerAttribute attribute, void *min_value, void *max_value) argument
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc564 bool Tokenizer::ParseInteger(const string& text, uint64 max_value, argument
590 if (digit > max_value || result > (max_value - digit) / base) {
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvlib.h68 int max_value; member in struct:__anon29452
/external/chromium_org/apps/
H A Dsaved_files_service.cc443 void SavedFilesService::SetMaxSequenceNumberForTest(int max_value) { argument
444 g_max_sequence_number = max_value;
/external/chromium_org/third_party/libva/va/
H A Dva_vpp.h364 float max_value; member in struct:_VAProcFilterValueRange
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c175 int16_t *value_cost, int max_value) {
176 int i = -max_value;
216 } while (++i < max_value);
174 tokenize_init_one(TOKENVALUE *t, const vp9_extra_bit *const e, int16_t *value_cost, int max_value) argument
/external/chromium_org/third_party/libwebp/enc/
H A Danalysis.c114 int max_value = 0, last_non_zero = 1; local
120 if (value > max_value) max_value = value;
127 alpha = (max_value > 1) ? ALPHA_SCALE * last_non_zero / max_value : 0;
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc835 bool Tokenizer::ParseInteger(const string& text, uint64 max_value, argument
861 if (digit > max_value || result > (max_value - digit) / base) {
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc579 uint64_t max_value = (one << 48) - 1; local
585 CHECK_LE(x, max_value);
598 uint64_t max_value = (one << 48) - 1; local
601 CHECK_LE(rnd, max_value);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc579 uint64_t max_value = (one << 48) - 1; local
585 CHECK_LE(x, max_value);
598 uint64_t max_value = (one << 48) - 1; local
601 CHECK_LE(rnd, max_value);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_c.c186 int16_t max_value = 0; local
233 max_value = tmp16no1;
237 max_value = tmp16no2;
242 if ((max_value >> 2) > min_value)
246 } else if ((max_value >> 1) > min_value)
255 tmp16no1 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(max_value, alpha, 15);
/external/pcre/dist/
H A Dpcrecpp_unittest.cc945 static const int max_value = 0x7fffffff; local
946 static const int min_value = -max_value - 1;
949 CHECK(RE("(-?\\d+)").FullMatch("2147483647", &v)); CHECK_EQ(v, max_value);
956 static const unsigned int max_value = 0xfffffffful; local
958 CHECK(RE("(\\d+)").FullMatch("4294967295", &v)); CHECK_EQ(v, max_value);
971 static const long long max_value = 0x7fffffffffffffffLL; local
972 static const long long min_value = -max_value - 1;
978 sprintf(buf, LLD, max_value);
979 CHECK(RE("(-?\\d+)").FullMatch(buf,&v)); CHECK_EQ(v, max_value);
984 sprintf(buf, LLD, max_value);
999 static const unsigned long long max_value = 0xffffffffffffffffULL; local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc177 bool Parser::ConsumeInteger64(uint64 max_value, uint64* output, argument
180 if (!io::Tokenizer::ParseInteger(input_->current().text, max_value,
547 uint64 max_value = kint64max; local
551 max_value = kint32max;
558 ++max_value;
562 DO(ConsumeInteger64(max_value, &value, "Expected integer."));
572 uint64 max_value = kuint64max; local
575 max_value = kuint32max;
584 DO(ConsumeInteger64(max_value, &value, "Expected integer."));
719 uint64 max_value local
[all...]
/external/webp/src/enc/
H A Danalysis.c114 int max_value = 0, last_non_zero = 1; local
120 if (value > max_value) max_value = value;
127 alpha = (max_value > 1) ? ALPHA_SCALE * last_non_zero / max_value : 0;

Completed in 8338 milliseconds

12