OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_max
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone.cc
64
int x_min = 0,
x_max
= 0;
local
67
x_max
= abs.maximum;
78
if (
x_max
&& y_max && SurfaceFactoryOzone::GetInstance()) {
84
x_scale_ = (double)screen_width / (
x_max
- x_min);
/external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc
170
int
x_max
= std::min(
local
176
for (int x = 0; x <
x_max
&& !snapshot_different_; ++x) {
/external/chromium_org/third_party/opus/src/silk/fixed/
pitch_analysis_core_FIX.c
726
opus_int32 nbits,
x_max
;
local
[
all
...]
/external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c
307
const __m128
x_max
= _mm_max_ps(x_min, *((__m128 *)min_input));
local
311
const __m128 x_minus_half = _mm_sub_ps(
x_max
, *((__m128 *)half));
322
const __m128 y = _mm_sub_ps(
x_max
, _mm_cvtepi32_ps(x_minus_half_floor));
/frameworks/base/core/java/android/widget/
Scroller.java
120
float
x_max
= 1.0f;
typedefs
123
x = x_min + (
x_max
- x_min) / 2.0f;
127
if (tx > alpha)
x_max
= x;
OverScroller.java
610
float
x_max
= 1.0f;
typedefs
613
x = x_min + (
x_max
- x_min) / 2.0f;
617
if (tx > alpha)
x_max
= x;
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java
79
float
x_max
= 1.0f;
typedefs
82
x = x_min + (
x_max
- x_min) / 2.0f;
86
if (tx > t)
x_max
= x;
OverScroller.java
612
float
x_max
= 1.0f;
typedefs
615
x = x_min + (
x_max
- x_min) / 2.0f;
619
if (tx > alpha)
x_max
= x;
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java
614
float
x_max
= 1.0f;
typedefs
617
x = x_min + (
x_max
- x_min) / 2.0f;
621
if (tx > alpha)
x_max
= x;
[
all
...]
/external/chromium_org/third_party/ots/src/
woff2.cc
389
int
x_max
= 0;
local
396
if (i == 0 || x >
x_max
)
x_max
= x;
403
offset = Store16(dst, offset,
x_max
);
[
all
...]
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp
1507
int32_t
x_max
= frame_settings.find(tag).data.i32[2];
local
[
all
...]
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp
2270
int32_t
x_max
= frame_settings.find(tag).data.i32[2];
local
[
all
...]
Completed in 3411 milliseconds