/aosp_15_r20/external/libyuv/unit_test/ |
H A D | convert_test.cc | 1262 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 D | sad_impl_avx2.c | 42 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 D | cfx_path.cpp | 152 float half_width, in UpdateLineJoinPoints() 337 float half_width = line_width; in GetBoundingBoxForStrokePath() local
|
/aosp_15_r20/external/webrtc/test/ |
H A D | frame_utils.cc | 75 int half_width = (width + 1) / 2; in ReadI420Buffer() local
|
/aosp_15_r20/external/webrtc/test/testsupport/ |
H A D | yuv_frame_reader.cc | 25 int half_width = (width + 1) / 2; in FrameSizeBytes() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_wide_line.c | 53 const float half_width = 0.5f * stage->draw->rasterizer->line_width; in wideline_line() local
|
H A D | draw_pipe_aaline.c | 415 const float half_width = aaline->half_line_width; in aaline_line() local
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | film_grain.cc | 245 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 D | Rasterizer.cpp | 71 float half_width = width / 2.0f; in SetViewports() local
|
/aosp_15_r20/external/mesa3d/src/gallium/tests/trivial/ |
H A D | tri.c | 176 float half_width = (float)WIDTH / 2.0f; in init_prog() local
|
H A D | quad-tex.c | 232 float half_width = (float)WIDTH / 2.0f; in init_prog() local
|
/aosp_15_r20/external/libyuv/util/ |
H A D | yuvconvert.cc | 323 int half_width = (dst_width + 1) / 2; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
H A D | geom.h | 234 const float half_width = GetWidth() / 2.0f; in Scale() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/rasterizer/ |
D | circle.rs | 11 let half_width = (radius as f64 * radius as f64 in draw_part_a() localVariable
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_textobject.cpp | 334 const float half_width = m_GraphState.GetLineWidth() / 2; in CalcPositionDataInternal() local
|
/aosp_15_r20/external/webrtc/common_video/libyuv/ |
H A D | webrtc_libyuv.cc | 31 int half_width = (width + 1) >> 1; in CalcBufferSize() local
|
/aosp_15_r20/external/crosvm/devices/src/virtio/video/ |
H A D | format.rs | 178 let half_width = (width + 1) / 2; in get_plane_layout() localVariable
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_fs_builder.h | 520 const unsigned half_width = dispatch_width() / 2; in emit_scan() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | viewport.c | 568 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 D | brw_fs_builder.h | 481 const unsigned half_width = dispatch_width() / 2; in emit_scan() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | dfs.c | 1627 int half_width; in hostapd_is_dfs_overlap() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 1295 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 D | hint.rs | 579 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 D | tx_search.c | 480 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 D | radv_pipeline_graphics.c | 698 float half_width = 0.5f * viewport->width; in radv_get_viewport_xform() local
|