Home
last modified time | relevance | path

Searched refs:y_max (Results 1 – 24 of 24) 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/libxcam/modules/ocl/
Dcl_newtonemapping_handler.cpp68 block_split_haleq(int* hist, int hist_bin_count, int pixel_num, int block_start_index, float* y_max in block_split_haleq() argument
76 y_max[block_id] = i; in block_split_haleq()
86 y_max[block_id] = y_max[block_id] + 1; in block_split_haleq()
96 int y_max0 = (y_max[block_id] > thres) ? thres : y_max[block_id]; in block_split_haleq()
97 int y_max1 = (y_max[block_id] - thres) > 0 ? (y_max[block_id] - thres) : 0; in block_split_haleq()
107 if(y_max[block_id] < thres) in block_split_haleq()
116 if(y_max[block_id] < thres) in block_split_haleq()
118 for(int i = 0; i < y_max[block_id]; i++) in block_split_haleq()
134 for(int i = y_max0; i < y_max[block_id]; i++) in block_split_haleq()
136 int r = y_max[block_id] - i; in block_split_haleq()
[all …]
Dcl_tonemapping_handler.cpp91 float y_max = 0.0f, y_target = 0.0f; in prepare_parameters() local
181 y_max = hist_bin_count * (2 * y_saturated + y_target) / y_saturated - y_saturated - y_target; in prepare_parameters()
184 y_max = y_max / pow(2, stats_ptr->info.bit_depth - 8); in prepare_parameters()
189 args.push_back (new CLArgumentT<float> (y_max)); in prepare_parameters()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_QuantizedInstanceNorm.pbtxt34 name: "y_max"
56 Output in `y_max` if `output_range_given` is True.
68 Minimum value of `y_max - y_min`
Dapi_def_DrawBoundingBoxes.pbtxt27 bounding box in `boxes` are encoded as `[y_min, x_min, y_max, x_max]`. The
Dapi_def_SampleDistortedBoundingBox.pbtxt105 Bounding boxes are supplied and returned as `[y_min, x_min, y_max, x_max]`. The
Dapi_def_SampleDistortedBoundingBoxV2.pbtxt105 Bounding boxes are supplied and returned as `[y_min, x_min, y_max, x_max]`. The
/external/freetype/src/sfnt/
Dttcolr.c309 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
318 y_max = FT_MAX( dstSlot->bitmap_top, srcSlot->bitmap_top ); in tt_face_colr_blend_layer()
323 y_max != dstSlot->bitmap_top ) in tt_face_colr_blend_layer()
328 FT_UInt rows = (FT_UInt)( y_max - y_min ); in tt_face_colr_blend_layer()
342 (int)pitch * ( y_max - dstSlot->bitmap_top ) + in tt_face_colr_blend_layer()
355 dstSlot->bitmap_top = y_max; in tt_face_colr_blend_layer()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_mul_op_test.cc64 Output y_max = Const(root.WithOpName("y_max"), y_max_value); in TestMul() local
67 QuantizedMul(root.WithOpName("mul"), x, y, x_min, x_max, y_min, y_max); in TestMul()
152 Output y_max = Const(root.WithOpName("y_max"), 1.0f); in TimeMul() local
155 x_max, y_min, y_max); in TimeMul()
Dquantized_add_op_test.cc64 Output y_max = Const(root.WithOpName("y_max"), y_max_value); in TestAdd() local
67 x_max, y_min, y_max); in TestAdd()
152 Output y_max = Const(root.WithOpName("y_max"), 1.0f); in TimeAdd() local
155 y, x_min, x_max, y_min, y_max); in TimeAdd()
Dsample_distorted_bounding_box_op.cc314 const int32 y_max = static_cast<int32>(boxes(b, 2) * height); in Compute() local
316 bounding_boxes.push_back(Rectangle(x_min, y_min, x_max, y_max)); in Compute()
Dquantized_instance_norm_test.cc101 {instance_norm.y, instance_norm.y_min, instance_norm.y_max}, in Expect()
/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/libxcam/cl_kernel/
Dkernel_newtonemapping.cl14 __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_FAC…
Dkernel_tonemapping.cl14 …apping (__read_only image2d_t input, __write_only image2d_t output, float y_max, float y_target, i…
96 …float4 gain = ((float4)(y_max + y_target) + src_ym_data) / (src_y_data + src_ym_data + (float4)y_t…
/external/freetype/src/raster/
Dftraster.c384 Short y_max; /* band's maximum */ member
3017 ras.maxY = (Long)ras.band_stack[ras.band_top].y_max * ras.precision; in Render_Single_Pass()
3038 j = ras.band_stack[ras.band_top].y_max; in Render_Single_Pass()
3051 ras.band_stack[ras.band_top + 1].y_max = j; in Render_Single_Pass()
3053 ras.band_stack[ras.band_top].y_max = (Short)( k - 1 ); in Render_Single_Pass()
3116 ras.band_stack[0].y_max = (Short)( ras.target.rows - 1 ); in Render_Glyph()
3139 ras.band_stack[0].y_max = (Short)( ras.target.width - 1 ); in Render_Glyph()
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl1509 SKC_RASTERIZE_FLOAT const y_max = ceil (fmax(l0y,l1y) * SKC_SUBPIXEL_Y_SCALE_DOWN);
1510 SKC_RASTERIZE_FLOAT const y_base = y_lt ? y_min : y_max;
1511 SKC_RASTERIZE_FLOAT y_segs = y_max - y_min;
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl1509 SKC_RASTERIZE_FLOAT const y_max = ceil (fmax(l0y,l1y) * SKC_SUBPIXEL_Y_SCALE_DOWN);
1510 SKC_RASTERIZE_FLOAT const y_base = y_lt ? y_min : y_max;
1511 SKC_RASTERIZE_FLOAT y_segs = y_max - y_min;
/external/tensorflow/tensorflow/go/op/
Dwrappers.go2662 …tf.Output, optional ...QuantizedInstanceNormAttr) (y tf.Output, y_min tf.Output, y_max tf.Output) {
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt21350 name: "y_max"
Dops_history.v1.pbtxt50206 name: "y_max"
50281 name: "y_max"
Dops_history.v2.pbtxt49623 name: "y_max"
49698 name: "y_max"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt25474 name: "y_max"
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...