Home
last modified time | relevance | path

Searched refs:y_max (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_bars.sh109 y_max=0 # Used to scale the plot properly.
114 y_max=400
126 if (( $(bc <<< "$y > $y_max") == 1 )); then
127 y_max=$y
138 if (( $(bc <<< "$y > $y_max") == 1 )) ; then
139 y_max=$y
148 if (( $(bc <<< "$y > $y_max") == 1 )) ; then
149 y_max=$y
153 y_max=$(echo $y_max*1.1 | bc)
158 echo "set yrange[0:$y_max]"
[all …]
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
Dutil.py188 def EncodeData(chart, series, y_min, y_max, encoder): argument
204 assert (y_min is None) == (y_max is None)
207 series = ScaleData(series, y_min, y_max, encoder.min, encoder.max)
Dencoders.py116 y_min, y_max = chart.GetDependentAxis().min, chart.GetDependentAxis().max
130 result = util.EncodeData(chart, series_data, y_min, y_max, encoder)
/external/webrtc/talk/media/base/
Dfakevideorenderer.h110 uint8_t y_max, in CheckFrameColorYuv() argument
128 if (y_value < y_min || y_value > y_max) { in CheckFrameColorYuv()
/external/valgrind/massif/
Dms_print.in574 my $y_max = 0;
594 $y_max = $y;
597 $prev_y_max = $y_max;
/external/opencv3/apps/createsamples/
Dutility.cpp252 double y_max = 0; in cvWarpPerspective() local
388 y_max = MIN( q[next_left][1], q[next_right][1] ); in cvWarpPerspective()
391 int iy_max = MIN( cvRound(y_max), dst_size.height - 1 ); in cvWarpPerspective()
456 if( y_max == q[next_left][1] ) in cvWarpPerspective()
467 if( y_max == q[next_right][1] ) in cvWarpPerspective()
478 y_min = y_max; in cvWarpPerspective()
/external/pdfium/third_party/freetype/src/raster/
Dftraster.c383 Short y_max; /* band's maximum */ member
2903 ras.maxY = (Long)ras.band_stack[ras.band_top].y_max * ras.precision; in Render_Single_Pass()
2924 j = ras.band_stack[ras.band_top].y_max; in Render_Single_Pass()
2937 ras.band_stack[ras.band_top + 1].y_max = j; in Render_Single_Pass()
2939 ras.band_stack[ras.band_top].y_max = (Short)( k - 1 ); in Render_Single_Pass()
3003 ras.band_stack[0].y_max = (Short)( ras.target.rows - 1 ); in Render_Glyph()
3023 ras.band_stack[0].y_max = (Short)( ras.target.width - 1 ); in Render_Glyph()
/external/freetype/src/raster/
Dftraster.c383 Short y_max; /* band's maximum */ member
2903 ras.maxY = (Long)ras.band_stack[ras.band_top].y_max * ras.precision; in Render_Single_Pass()
2924 j = ras.band_stack[ras.band_top].y_max; in Render_Single_Pass()
2937 ras.band_stack[ras.band_top + 1].y_max = j; in Render_Single_Pass()
2939 ras.band_stack[ras.band_top].y_max = (Short)( k - 1 ); in Render_Single_Pass()
3003 ras.band_stack[0].y_max = (Short)( ras.target.rows - 1 ); in Render_Glyph()
3023 ras.band_stack[0].y_max = (Short)( ras.target.width - 1 ); in Render_Glyph()
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp1268 int y_max = INT_MIN, x_max = INT_MIN, y_min = INT_MAX, x_min = INT_MAX; in FillEdgeCollection() local
1282 y_max = std::max( y_max, e1.y1 ); in FillEdgeCollection()
1289 if( y_max < 0 || y_min >= size.height || x_max < 0 || x_min >= (size.width<<XY_SHIFT) ) in FillEdgeCollection()
1301 y_max = MIN( y_max, size.height ); in FillEdgeCollection()
1303 for( y = e->y0; y < y_max; y++ ) in FillEdgeCollection()
/external/opencv/cxcore/src/
Dcxdrawing.cpp1256 int y_max = INT_MIN; in icvFillEdgeCollection() local
1284 y_max = MAX( y_max, e1->y1 ); in icvFillEdgeCollection()
1297 y_max = MIN( y_max, size.height ); in icvFillEdgeCollection()
1299 for( y = e->y0; y < y_max; y++ ) in icvFillEdgeCollection()
/external/v8/test/cctest/
Dtest-macro-assembler-x64.cc779 int y_max = (x > 0) ? (Smi::kMaxValue + 0) : (Smi::kMinValue - x - 1); in SmiAddOverflowTest() local
833 __ Move(rdx, Smi::FromInt(y_max)); in SmiAddOverflowTest()
861 __ SmiAddConstant(r9, rcx, Smi::FromInt(y_max), constraints, &overflow_ok); in SmiAddOverflowTest()
873 __ SmiAddConstant(rcx, rcx, Smi::FromInt(y_max), constraints, &overflow_ok); in SmiAddOverflowTest()
994 int y_max = (x < 0) ? (Smi::kMaxValue + 0) : (Smi::kMinValue + 0); in SmiSubOverflowTest() local
1049 __ Move(rdx, Smi::FromInt(y_max)); in SmiSubOverflowTest()
1077 __ SmiSubConstant(rcx, rcx, Smi::FromInt(y_max), constraints, &overflow_ok); in SmiSubOverflowTest()
1090 __ SmiSubConstant(rcx, rcx, Smi::FromInt(y_max), constraints, &overflow_ok); in SmiSubOverflowTest()
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...