Home
last modified time | relevance | path

Searched defs:half_height (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/libyuv/unit_test/
H A Dconvert_test.cc1263 int half_height = (height + 1) / 2; in TEST_F() local
1300 int half_height = (height + 1) / 2; in TEST_F() local
1362 int half_height = (height + 1) / 2; in TEST_F() local
1424 int half_height = (height + 1) / 2; in TEST_F() local
1457 int half_height = (height + 1) / 2; in TEST_F() local
1495 int half_height = (height + 1) / 2; in TEST_F() local
1528 int half_height = (height + 1) / 2; in TEST_F() local
1565 int half_height = (height + 1) / 2; in TEST_F() local
1598 int half_height = (height + 1) / 2; in TEST_F() local
1635 int half_height = (height + 1) / 2; in TEST_F() local
[all …]
/aosp_15_r20/external/libaom/third_party/libyuv/source/
H A Drotate_argb.cc120 int half_height = (height + 1) >> 1; in ARGBRotate180() local
H A Drotate.cc140 int half_height = (height + 1) >> 1; in RotatePlane180() local
/aosp_15_r20/external/libvpx/third_party/libyuv/source/
H A Drotate_argb.cc107 int half_height = (height + 1) >> 1; in ARGBRotate180() local
H A Drotate.cc133 int half_height = (height + 1) >> 1; in RotatePlane180() local
/aosp_15_r20/external/libyuv/source/
H A Drotate_argb.cc125 int half_height = (height + 1) >> 1; in ARGBRotate180() local
H A Drotate.cc150 int half_height = (height + 1) >> 1; in RotatePlane180() local
553 int half_height = (height + 1) >> 1; in RotatePlane180_16() local
/aosp_15_r20/external/libgav1/src/dsp/
H A Dfilm_grain.cc246 const int half_height = DivideBy2(height + 1); in ConstructNoiseStripes_C() local
309 const int half_height = DivideBy2(height + 1); in ConstructNoiseStripesWithOverlap_C() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DRasterizer.cpp72 float half_height = height / 2.0f; in SetViewports() local
/aosp_15_r20/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c177 float half_height = (float)HEIGHT / 2.0f; in init_prog() local
H A Dquad-tex.c233 float half_height = (float)HEIGHT / 2.0f; in init_prog() local
/aosp_15_r20/external/libyuv/util/
H A Dyuvconvert.cc324 int half_height = (dst_height + 1) / 2; in main() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dgeom.h235 const float half_height = GetHeight() / 2.0f; in Scale() local
/aosp_15_r20/external/webrtc/common_video/libyuv/
H A Dwebrtc_libyuv.cc32 int half_height = (height + 1) >> 1; in CalcBufferSize() local
/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A Dformat.rs179 let half_height = (height + 1) / 2; in get_plane_layout() localVariable
/aosp_15_r20/external/libgav1/src/
H A Dfilm_grain.cc432 const int half_height = DivideBy2(height_ + 1); in AllocateNoiseStripes() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dviewport.c569 float half_height = 0.5f * ctx->ViewportArray[i].Height; in _mesa_get_viewport_xform() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c844 const float half_height = fabsf(viewports[0].scale[1]); in lp_setup_set_viewports() local
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c1296 float half_height = 0.5f * viewport->height; in v3dX() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtx_search.c481 const int half_height = block_size_high[tx_bsize] / 2; in get_2x2_normalized_sses_and_sads() local
498 const int half_height = block_size_high[tx_bsize_half]; in get_2x2_normalized_sses_and_sads() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_graphics.c699 float half_height = 0.5f * viewport->height; in radv_get_viewport_xform() local
/aosp_15_r20/external/libgav1/src/tile/
H A Dtile.cc1715 const int half_height = DivideBy2(height); in TransformTree() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c669 float half_height = 0.5f * viewport->height; in get_viewport_xform() local