HomeSort by relevance Sort by last modified time
    Searched refs:y_max (Results 1 - 22 of 22) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_bars.sh 109 y_max=0 # Used to scale the plot properly.
114 y_max=400
115 else # Take y_max = 1.1 * highest plot value.
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
    [all...]
  /external/libxcam/modules/ocl/
cl_newtonemapping_handler.cpp 68 block_split_haleq(int* hist, int hist_bin_count, int pixel_num, int block_start_index, float* y_max, float* y_avg, float* map_hist)
76 y_max[block_id] = i;
86 y_max[block_id] = y_max[block_id] + 1;
96 int y_max0 = (y_max[block_id] > thres) ? thres : y_max[block_id];
97 int y_max1 = (y_max[block_id] - thres) > 0 ? (y_max[block_id] - thres) : 0;
107 if(y_max[block_id] < thres)
116 if(y_max[block_id] < thres
    [all...]
cl_tonemapping_handler.cpp 91 float y_max = 0.0f, y_target = 0.0f; local
181 y_max = hist_bin_count * (2 * y_saturated + y_target) / y_saturated - y_saturated - y_target;
184 y_max = y_max / pow(2, stats_ptr->info.bit_depth - 8);
189 args.push_back (new CLArgumentT<float> (y_max));
  /external/trappy/tests/
test_results.py 100 (_, _, y_min, y_max) = matplotlib.pyplot.axis()
108 self.assertTrue(data_max < y_max)
  /external/webrtc/talk/media/base/
fakevideorenderer.h 110 uint8_t y_max,
128 if (y_value < y_min || y_value > y_max) {
  /external/libxcam/cl_kernel/
kernel_newtonemapping.cl 14 __global float *y_max, __global float *y_avg, __global float *hist_leq,
73 s = fabs(src_y_data - (float4)y_avg[mad24(i, BLOCK_FACTOR, j)]) / (float4)y_max[mad24(i, BLOCK_FACTOR, j)] + 1.0f;
kernel_tonemapping.cl 14 __kernel void kernel_tonemapping (__read_only image2d_t input, __write_only image2d_t output, float y_max, float y_target, int image_height)
96 float4 gain = ((float4)(y_max + y_target) + src_ym_data) / (src_y_data + src_ym_data + (float4)y_target);
  /external/tensorflow/tensorflow/core/kernels/
quantized_add_op_test.cc 64 Output y_max = Const(root.WithOpName("y_max"), y_max_value); local
67 x_max, y_min, y_max);
152 Output y_max = Const(root.WithOpName("y_max"), 1.0f); local
155 y, x_min, x_max, y_min, y_max);
quantized_mul_op_test.cc 64 Output y_max = Const(root.WithOpName("y_max"), y_max_value); local
67 QuantizedMul(root.WithOpName("mul"), x, y, x_min, x_max, y_min, y_max);
152 Output y_max = Const(root.WithOpName("y_max"), 1.0f); local
155 x_max, y_min, y_max);
sample_distorted_bounding_box_op.cc 314 const int32 y_max = static_cast<int32>(boxes(b, 2) * height); variable
316 bounding_boxes.push_back(Rectangle(x_min, y_min, x_max, y_max));
quantized_instance_norm_test.cc 101 {instance_norm.y, instance_norm.y_min, instance_norm.y_max},
  /frameworks/base/core/java/android/widget/
Scroller.java 132 float y_max = 1.0f; external variable declarations
135 y = y_min + (y_max - y_min) / 2.0f;
139 if (dy > alpha) y_max = y;
OverScroller.java 622 float y_max = 1.0f; external variable declarations
625 y = y_min + (y_max - y_min) / 2.0f;
629 if (dy > alpha) y_max = y;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 100 float y_max = 1.0f; external variable declarations
103 y = y_min + (y_max - y_min) / 2.0f;
107 if (dy > alpha) y_max = y;
  /external/valgrind/massif/
ms_print.in 574 my $y_max = 0;
594 $y_max = $y;
597 $prev_y_max = $y_max;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 621 float y_max = 1.0f; external variable declarations
624 y = y_min + (y_max - y_min) / 2.0f;
628 if (dy > alpha) y_max = y;
    [all...]
  /external/lisa/libs/utils/analysis/
eas_analysis.py 259 y_max = df.cap_delta.max()
261 axes_max = max(x_max, y_max)
  /external/freetype/src/raster/
ftraster.c 385 Short y_max; /* band's maximum */ member in struct:black_TBand_
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1256 int y_max = INT_MIN; local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp 6677 int32_t y_max = frame_settings.find(tag).data.i32[3]; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp 9036 int32_t y_max = frame_settings.find(tag).data.i32[3]; local
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 783 milliseconds