Home
last modified time | relevance | path

Searched defs:half_width (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/libyuv/unit_test/
H A Dconvert_test.cc1262 int half_width = (width + 1) / 2; in TEST_F() local
1299 int half_width = (width + 1) / 2; in TEST_F() local
1361 int half_width = (width + 1) / 2; in TEST_F() local
1423 int half_width = (width + 1) / 2; in TEST_F() local
1456 int half_width = (width + 1) / 2; in TEST_F() local
1494 int half_width = (width + 1) / 2; in TEST_F() local
1527 int half_width = (width + 1) / 2; in TEST_F() local
1564 int half_width = (width + 1) / 2; in TEST_F() local
1597 int half_width = (width + 1) / 2; in TEST_F() local
1634 int half_width = (width + 1) / 2; in TEST_F() local
[all …]
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dsad_impl_avx2.c42 unsigned int half_width = 32; in sad64x32() local
61 unsigned int half_width = 64; in aom_sad128x64_avx2() local
89 const uint32_t half_width = 64; in aom_sad_skip_128x64_avx2() local
159 unsigned int half_width = 64; in aom_sad128x64_avg_avx2() local
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_path.cpp152 float half_width, in UpdateLineJoinPoints()
337 float half_width = line_width; in GetBoundingBoxForStrokePath() local
/aosp_15_r20/external/webrtc/test/
H A Dframe_utils.cc75 int half_width = (width + 1) / 2; in ReadI420Buffer() local
/aosp_15_r20/external/webrtc/test/testsupport/
H A Dyuv_frame_reader.cc25 int half_width = (width + 1) / 2; in FrameSizeBytes() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_line.c53 const float half_width = 0.5f * stage->draw->rasterizer->line_width; in wideline_line() local
H A Ddraw_pipe_aaline.c415 const float half_width = aaline->half_line_width; in aaline_line() local
/aosp_15_r20/external/libgav1/src/dsp/
H A Dfilm_grain.cc245 const int half_width = DivideBy2(width + 1); in ConstructNoiseStripes_C() local
308 const int half_width = DivideBy2(width + 1); in ConstructNoiseStripesWithOverlap_C() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp71 float half_width = width / 2.0f; in SetViewports() local
/aosp_15_r20/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c176 float half_width = (float)WIDTH / 2.0f; in init_prog() local
H A Dquad-tex.c232 float half_width = (float)WIDTH / 2.0f; in init_prog() local
/aosp_15_r20/external/libyuv/util/
H A Dyuvconvert.cc323 int half_width = (dst_width + 1) / 2; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dgeom.h234 const float half_width = GetWidth() / 2.0f; in Scale() local
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/rasterizer/
Dcircle.rs11 let half_width = (radius as f64 * radius as f64 in draw_part_a() localVariable
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textobject.cpp334 const float half_width = m_GraphState.GetLineWidth() / 2; in CalcPositionDataInternal() local
/aosp_15_r20/external/webrtc/common_video/libyuv/
H A Dwebrtc_libyuv.cc31 int half_width = (width + 1) >> 1; in CalcBufferSize() local
/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A Dformat.rs178 let half_width = (width + 1) / 2; in get_plane_layout() localVariable
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_builder.h520 const unsigned half_width = dispatch_width() / 2; in emit_scan() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dviewport.c568 float half_width = 0.5f * ctx->ViewportArray[i].Width; in _mesa_get_viewport_xform() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_fs_builder.h481 const unsigned half_width = dispatch_width() / 2; in emit_scan() local
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Ddfs.c1627 int half_width; in hostapd_is_dfs_overlap() local
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c1295 float half_width = 0.5f * viewport->width; in v3dX() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/cff/
H A Dhint.rs579 let half_width = half(second_edge.cs_coord - first_edge.cs_coord) * self.scale; in insert() localVariable
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtx_search.c480 const int half_width = block_size_wide[tx_bsize] / 2; in get_2x2_normalized_sses_and_sads() local
497 const int half_width = block_size_wide[tx_bsize_half]; in get_2x2_normalized_sses_and_sads() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_graphics.c698 float half_width = 0.5f * viewport->width; in radv_get_viewport_xform() local

12