Home
last modified time | relevance | path

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

12

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DImageProcessor.java70 List<Integer> heights = new ArrayList<>(); in inverseTransform() local
75 heights.add(currentHeight); in inverseTransform()
84 ListIterator<Integer> heightIterator = heights.listIterator(heights.size()); in inverseTransform()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c59 int heights[N_LEVELS]; member
746 frm_pyr->heights[level] = frm_pyr->heights[level - 1] >> 1; in update_level_dims()
753 (2 * frm_pyr->pad_size + frm_pyr->heights[level - 1]); in update_level_dims()
769 frm_pyr->heights[0] = frm_height; in compute_flow_pyramids()
779 frm_pyr->heights[0], frm_pyr->widths[0], in compute_flow_pyramids()
784 cur_height = frm_pyr->heights[0]; in compute_flow_pyramids()
804 cur_height = frm_pyr->heights[level]; in compute_flow_pyramids()
809 frm_pyr->heights[level - 1], frm_pyr->widths[level - 1], in compute_flow_pyramids()
862 aom_malloc(frm_pyr->strides[0] * frm_pyr->heights[0] * sizeof(*flow_u)); in compute_flow_field()
864 aom_malloc(frm_pyr->strides[0] * frm_pyr->heights[0] * sizeof(*flow_v)); in compute_flow_field()
[all …]
Dtemporal_filter.c343 ref_frame->heights[is_y_plane ? 0 : 1], in tf_build_predictor()
693 const int frame_height = frame_to_filter->heights[0] in av1_apply_temporal_filter_planewise_c()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dslice.cc41 const int4 heights(attr.starts.h, attr.strides.h, attr.ends.h, 0); in GenerateCode() local
46 {"heights", heights}, in GenerateCode()
/external/libvpx/libvpx/vpx_dsp/
Dpsnr.c205 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in vpx_calc_highbd_psnr() local
219 const int h = heights[i]; in vpx_calc_highbd_psnr()
253 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in vpx_calc_psnr() local
265 const int h = heights[i]; in vpx_calc_psnr()
/external/libaom/libaom/aom_scale/generic/
Dyv12extend.c121 plane_border + ybf->heights[is_uv] - ybf->crop_heights[is_uv], in aom_yv12_extend_frame_borders_c()
134 plane_border + ybf->heights[is_uv] - ybf->crop_heights[is_uv], in aom_yv12_extend_frame_borders_c()
155 const int bottom = top + ybf->heights[is_uv] - ybf->crop_heights[is_uv]; in extend_frame()
169 const int bottom = top + ybf->heights[is_uv] - ybf->crop_heights[is_uv]; in extend_frame()
241 for (int row = 0; row < src_bc->heights[is_uv]; ++row) { in aom_yv12_copy_frame_c()
256 for (int row = 0; row < src_bc->heights[is_uv]; ++row) { in aom_yv12_copy_frame_c()
Daom_scale.c489 src->widths[is_uv], src->heights[is_uv], in aom_scale_frame()
500 if (plane_dh < dst->heights[is_uv]) in aom_scale_frame()
501 for (int i = plane_dh - 1; i < dst->heights[is_uv]; ++i) in aom_scale_frame()
/external/skia/tests/
DSwizzlerTest.cpp72 const uint32_t heights[] = { 1, 5, 10 }; in DEF_TEST() local
79 for (uint32_t height : heights) { in DEF_TEST()
/external/skqp/tests/
DSwizzlerTest.cpp72 const uint32_t heights[] = { 1, 5, 10 }; in DEF_TEST() local
79 for (uint32_t height : heights) { in DEF_TEST()
/external/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()
/external/libaom/libaom/aom_dsp/
Dpsnr.c367 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in aom_calc_highbd_psnr() local
379 const int h = heights[i]; in aom_calc_highbd_psnr()
413 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in aom_calc_psnr() local
423 const int h = heights[i]; in aom_calc_psnr()
/external/libaom/libaom/aom_scale/
Dyv12config.h45 int heights[2]; member
/external/skqp/gm/
Dblurrect.cpp178 const int heights[] = {100, 100, 5, 25, 150, 25}; variable
191 int height = heights[i];
/external/skqp/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp467 Sk2f heights = SkNx_fma(r, Sk2f(miterCapHeightOverWidth, -SK_ScalarRoot2Over2), Sk2f(0, 1)); in recordLeftJoinIfNotEmpty() local
468 float controlPointHeight = SkScalarAbs(heights[0]); in recordLeftJoinIfNotEmpty()
469 float curveHeight = heights[1]; in recordLeftJoinIfNotEmpty()
/external/libaom/libaom/test/
Dtemporal_filter_planewise_test.cc137 ref_frame->heights[0] = height; in RunTest()
/external/skia/gm/
Dblurrect.cpp192 const int heights[] = {100, 100, 5, 25, 150, 25}; variable
205 int height = heights[i];
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp3100 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; in prepareDstPxls() local
3104 …calculateDimmensions(desc.m_target, desc.m_level, desc.m_width, desc.m_height, widths, heights, de… in prepareDstPxls()
3109 const GLuint req_memory_per_layer = pixel_size * widths[i] * heights[i]; in prepareDstPxls()
3126 const GLuint n_pixels = widths[i] * heights[i]; in prepareDstPxls()
3160 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; in prepareSrcPxls() local
3164 …calculateDimmensions(desc.m_target, desc.m_level, desc.m_width, desc.m_height, widths, heights, de… in prepareSrcPxls()
3169 const GLuint req_memory_per_layer = pixel_size * widths[i] * heights[i]; in prepareSrcPxls()
3186 const GLuint req_memory_per_layer = line_size * heights[lvl]; in prepareSrcPxls()
3195 for (GLuint y = 0; y < heights[lvl]; ++y) in prepareSrcPxls()
3410 GLuint heights[FUNCTIONAL_TEST_N_LEVELS]; in prepareTexture() local
[all …]
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c230 const int frame_height = ref_frame->heights[0] << mbd->plane[0].subsampling_y; in av1_apply_temporal_filter_planewise_sse2()
Dtemporal_filter_avx2.c252 const int frame_height = ref_frame->heights[0] << mbd->plane[0].subsampling_y; in av1_apply_temporal_filter_planewise_avx2()
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py2261 heights = (y[:self.num_thresholds - 1] + y[1:]) / 2.
2263 heights = math_ops.minimum(y[:self.num_thresholds - 1], y[1:])
2265 heights = math_ops.maximum(y[:self.num_thresholds - 1], y[1:])
2270 heights)
2286 math_ops.multiply(x[:self.num_thresholds - 1] - x[1:], heights),
/external/skqp/src/ports/
DSkFontHost_mac.cpp1499 } heights; in generateFontMetrics() local
1502 sizeof(heights), &heights); in generateFontMetrics()
1503 if (bytesRead == sizeof(heights)) { in generateFontMetrics()
1508 uint16_t xHeight = SkEndian_SwapBE16(heights.sxHeight); in generateFontMetrics()
1512 uint16_t capHeight = SkEndian_SwapBE16(heights.sCapHeight); in generateFontMetrics()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp280 std::vector<float> heights; in GetHeightsForContentAreas() local
284 heights.push_back(CalculateLayoutItemHeight(pChild)); in GetHeightsForContentAreas()
286 return heights; in GetHeightsForContentAreas()
/external/llvm-project/polly/www/video-js/
Dvideo-js.css156 /* Creating differnt bar heights through height (transparent) and bottom border (visible). */
/external/freetype/docs/
Draster.txt369 pixel units, but its profiles' heights are computed in
/external/rust/crates/csv/examples/data/bench/
Dworldcitiespop.csv1845 us,flemington heights,Flemington Heights,AL,,34.6691667,-86.5594444
3861 us,highland heights,Highland Heights,KY,,39.0330556,-84.4519444
4736 us,coblentz heights,Coblentz Heights,MD,,39.4050000,-77.5086111
6870 us,woodfield heights,Woodfield Heights,SC,,34.7902778,-82.3830556
9692 us,mount gretna heights,Mount Gretna Heights,PA,,40.2480556,-76.4647222
10380 us,worthington heights,Worthington Heights,MD,,39.5277778,-76.3227778
11708 us,unionville heights,Unionville Heights,MD,,38.0625000,-75.5966667
11999 us,odessa heights,Odessa Heights,DE,,39.4522222,-75.6625000
16230 us,tilghmanton heights,Tilghmanton Heights,MD,,39.5416667,-77.7419444
16619 us,thompson heights,Thompson Heights,WV,,38.4169444,-82.0358333
[all …]

12