Home
last modified time | relevance | path

Searched refs:heights (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/boost/boost/accumulators/statistics/
Dextended_p_square.hpp91 , heights(2 * probabilities.size() + 3) in extended_p_square_impl()
92 , actual_positions(heights.size()) in extended_p_square_impl()
93 , desired_positions(heights.size()) in extended_p_square_impl()
94 , positions_increments(heights.size()) in extended_p_square_impl()
97 std::size_t num_markers = this->heights.size(); in extended_p_square_impl()
135 this->heights[cnt - 1] = args[sample]; in operator ()()
140 std::sort(this->heights.begin(), this->heights.end()); in operator ()()
148 if(args[sample] < this->heights[0]) in operator ()()
150 this->heights[0] = args[sample]; in operator ()()
153 else if(args[sample] >= this->heights[num_markers - 1]) in operator ()()
[all …]
Dweighted_extended_p_square.hpp89 , heights(2 * probabilities.size() + 3) in weighted_extended_p_square_impl()
90 , actual_positions(heights.size()) in weighted_extended_p_square_impl()
91 , desired_positions(heights.size()) in weighted_extended_p_square_impl()
108 this->heights[cnt - 1] = args[sample]; in operator ()()
119 it_begin = this->heights.begin(); in operator ()()
120 it_end = this->heights.end(); in operator ()()
143 if(args[sample] < this->heights[0]) in operator ()()
145 this->heights[0] = args[sample]; in operator ()()
149 else if(args[sample] >= this->heights[num_markers - 1]) in operator ()()
151 this->heights[num_markers - 1] = args[sample]; in operator ()()
[all …]
Dweighted_p_square_quantile.hpp66 , heights() in weighted_p_square_quantile_impl()
80 this->heights[cnt - 1] = args[sample]; in operator ()()
95 it_begin = this->heights.begin(); in operator ()()
96 it_end = this->heights.end(); in operator ()()
122 if (args[sample] < this->heights[0]) in operator ()()
124 this->heights[0] = args[sample]; in operator ()()
128 else if (this->heights[4] <= args[sample]) in operator ()()
130 this->heights[4] = args[sample]; in operator ()()
137 this->heights.begin() in operator ()()
138 , this->heights.end() in operator ()()
[all …]
Dp_square_cumul_dist.hpp68 , heights(num_cells + 1) in p_square_cumulative_distribution_impl()
97 this->heights[cnt - 1] = args[sample]; in operator ()()
102 std::sort(this->heights.begin(), this->heights.end()); in operator ()()
108 if (args[sample] < this->heights[0]) in operator ()()
110 this->heights[0] = args[sample]; in operator ()()
113 else if (this->heights[b] <= args[sample]) in operator ()()
115 this->heights[b] = args[sample]; in operator ()()
122 this->heights.begin() in operator ()()
123 , this->heights.end() in operator ()()
127 sample_cell = std::distance(this->heights.begin(), it); in operator ()()
[all …]
Dp_square_quantile.hpp66 , heights() in p_square_quantile_impl()
98 this->heights[cnt - 1] = args[sample]; in operator ()()
103 std::sort(this->heights.begin(), this->heights.end()); in operator ()()
111 if (args[sample] < this->heights[0]) in operator ()()
113 this->heights[0] = args[sample]; in operator ()()
116 else if (this->heights[4] <= args[sample]) in operator ()()
118 this->heights[4] = args[sample]; in operator ()()
125 this->heights.begin() in operator ()()
126 , this->heights.end() in operator ()()
130 sample_cell = std::distance(this->heights.begin(), it); in operator ()()
[all …]
Dweighted_p_square_cumul_dist.hpp65 , heights(num_cells + 1) in weighted_p_square_cumulative_distribution_impl()
85 this->heights[cnt - 1] = args[sample]; in operator ()()
98 it_begin = this->heights.begin(); in operator ()()
99 it_end = this->heights.end(); in operator ()()
123 if (args[sample] < this->heights[0]) in operator ()()
125 this->heights[0] = args[sample]; in operator ()()
129 else if (this->heights[b] <= args[sample]) in operator ()()
131 this->heights[b] = args[sample]; in operator ()()
138 this->heights.begin() in operator ()()
139 , this->heights.end() in operator ()()
[all …]
Dextended_p_square_quantile.hpp95 array_type heights(some_extended_p_square(args).size()); in result() local
96 …d::copy(some_extended_p_square(args).begin(), some_extended_p_square(args).end(), heights.begin()); in result()
102 typename array_type::const_iterator iter_heights = heights.begin() + dist; in result()
124 return heights[dist]; in result()
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/
Dgenerate_height.comp16 uint heights[];
54 …_225.heights[_281] = packHalf2x16(((_137.distribution[_281] * _391) + vec2(-_399.x, _399.y)) + vec…
/third_party/ffmpeg/libavcodec/
Dvideotoolboxenc.c2039 size_t *heights, in get_cv_pixel_info() argument
2079 heights[0] = avctx->height; in get_cv_pixel_info()
2083 heights[1] = (avctx->height + 1) / 2; in get_cv_pixel_info()
2091 heights[0] = avctx->height; in get_cv_pixel_info()
2095 heights[1] = (avctx->height + 1) / 2; in get_cv_pixel_info()
2099 heights[2] = (avctx->height + 1) / 2; in get_cv_pixel_info()
2107 heights[0] = avctx->height; in get_cv_pixel_info()
2114 heights[0] = avctx->height; in get_cv_pixel_info()
2118 heights[1] = (avctx->height + 1) / 2; in get_cv_pixel_info()
2136 frame->data[i] + strides[i] * heights[i] != frame->data[i + 1]) { in get_cv_pixel_info()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/dc1394/
Dgstdc1394src.c948 GValue heights = { 0 }; in gst_dc1394_src_build_caps() local
1041 g_value_init (&heights, G_TYPE_INT); in gst_dc1394_src_build_caps()
1042 g_value_set_int (&heights, height_min); in gst_dc1394_src_build_caps()
1044 g_value_init (&heights, GST_TYPE_INT_RANGE); in gst_dc1394_src_build_caps()
1045 gst_value_set_int_range (&heights, height_min, height_max); in gst_dc1394_src_build_caps()
1047 g_value_init (&heights, GST_TYPE_LIST); in gst_dc1394_src_build_caps()
1051 gst_value_list_append_value (&heights, &height); in gst_dc1394_src_build_caps()
1056 gst_caps_set_value (caps, "height", &heights); in gst_dc1394_src_build_caps()
1058 g_value_unset (&heights); in gst_dc1394_src_build_caps()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/
Dgenerate_height.comp16 uint heights[];
88 _225.heights[(i.y * N.x) + i.x] = pack2(param_9);
/third_party/skia/tests/
DSwizzlerTest.cpp72 const uint32_t heights[] = { 1, 5, 10 }; in DEF_TEST() local
79 for (uint32_t height : heights) { in DEF_TEST()
/third_party/flutter/skia/tests/
DSwizzlerTest.cpp72 const uint32_t heights[] = { 1, 5, 10 }; in DEF_TEST() local
79 for (uint32_t height : heights) { in DEF_TEST()
/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp704 } heights; in generateFontMetrics() local
707 sizeof(heights), &heights); in generateFontMetrics()
708 if (bytesRead == sizeof(heights)) { in generateFontMetrics()
713 uint16_t xHeight = SkEndian_SwapBE16(heights.sxHeight); in generateFontMetrics()
717 uint16_t capHeight = SkEndian_SwapBE16(heights.sCapHeight); in generateFontMetrics()
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/
Dgenerate_height.comp12 uint heights[];
90 heights[i.y * N.x + i.x] = pack2(res);
/third_party/flutter/skia/gm/
Dblurrect.cpp183 const int heights[] = {100, 100, 5, 25, 150, 25}; variable
196 int height = heights[i];
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dcell.js92 this.heights = tableOptions.rowHeights.slice(y, y + this.rowSpan);
94 this.height = this.heights.reduce(sumPlusOne, -1);
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcamerabin.c1068 gint heights[] = { 600, 480, 1024 }; in GST_START_TEST() local
1093 widths[i], "height", G_TYPE_INT, heights[i], NULL); in GST_START_TEST()
1111 check_file_validity (image_filename, i, NULL, widths[i], heights[i], in GST_START_TEST()
1174 gint heights[] = { 600, 480, 1024 }; in GST_START_TEST() local
1200 widths[i], "height", G_TYPE_INT, heights[i], "framerate", in GST_START_TEST()
1234 check_file_validity (video_filename, i, NULL, widths[i], heights[i], in GST_START_TEST()
1314 gint heights[] = { 600, 480, 1024 }; in GST_START_TEST() local
1337 widths[i], "height", G_TYPE_INT, heights[i], NULL); in GST_START_TEST()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp466 Sk2f heights = SkNx_fma(r, Sk2f(miterCapHeightOverWidth, -SK_ScalarRoot2Over2), Sk2f(0, 1)); in recordLeftJoinIfNotEmpty() local
467 float controlPointHeight = SkScalarAbs(heights[0]); in recordLeftJoinIfNotEmpty()
468 float curveHeight = heights[1]; in recordLeftJoinIfNotEmpty()
/third_party/weston/clients/
Dfullscreen.c259 int heights[] = { 480, 240, 600, 300 }; in key_handler() local
288 fullscreen->height = heights[current_size]; in key_handler()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp3087 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; in prepareDstPxls() local
3091 …calculateDimmensions(desc.m_target, desc.m_level, desc.m_width, desc.m_height, widths, heights, de… in prepareDstPxls()
3096 const GLuint req_memory_per_layer = pixel_size * widths[i] * heights[i]; in prepareDstPxls()
3113 const GLuint n_pixels = widths[i] * heights[i]; in prepareDstPxls()
3147 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; in prepareSrcPxls() local
3151 …calculateDimmensions(desc.m_target, desc.m_level, desc.m_width, desc.m_height, widths, heights, de… in prepareSrcPxls()
3156 const GLuint req_memory_per_layer = pixel_size * widths[i] * heights[i]; in prepareSrcPxls()
3173 const GLuint req_memory_per_layer = line_size * heights[lvl]; in prepareSrcPxls()
3182 for (GLuint y = 0; y < heights[lvl]; ++y) in prepareSrcPxls()
3397 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; in prepareTexture() local
[all …]
/third_party/skia/gm/
Dblurrect.cpp192 const int heights[] = {100, 100, 5, 25, 150, 25}; variable
205 int height = heights[i];
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davsamplevideosink.m561 gsize heights[GST_VIDEO_MAX_PLANES] = { 0, };
567 heights[i] = GST_VIDEO_INFO_COMP_HEIGHT (&v_frame->info, i);
579 widths, heights, strides,
/third_party/flutter/flutter/packages/flutter/test/widgets/
Danimated_list_test.dart156 // Items 0, 1, 2 at 0, 100, 200. All heights 100.
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp1526 } heights; in generateFontMetrics() local
1529 sizeof(heights), &heights); in generateFontMetrics()
1530 if (bytesRead == sizeof(heights)) { in generateFontMetrics()
1535 uint16_t xHeight = SkEndian_SwapBE16(heights.sxHeight); in generateFontMetrics()
1539 uint16_t capHeight = SkEndian_SwapBE16(heights.sCapHeight); in generateFontMetrics()

12345